Class TransactionalRolePropriedadeDatasource<T>

Object
AbstractProperty<T>
TransactionalPropertyWrapper<T>
TransactionalRolePropriedadeDatasource<T>
Type Parameters:
T -
All Implemented Interfaces:
Property<T>, Property.ReadOnlyStatusChangeNotifier, Property.Transactional<T>, Property.ValueChangeNotifier, Serializable

public class TransactionalRolePropriedadeDatasource<T> extends TransactionalPropertyWrapper<T>
Suporte transacional ao datasource original
Author:
Eduardo Frazao
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class AbstractProperty

    AbstractProperty.ReadOnlyStatusChangeEvent

    Nested classes/interfaces inherited from interface Property

    Property.Editor, Property.ReadOnlyException, Property.ReadOnlyStatusChangeEvent, Property.ReadOnlyStatusChangeListener, Property.ReadOnlyStatusChangeNotifier, Property.Transactional<T>, Property.ValueChangeEvent, Property.ValueChangeListener, Property.ValueChangeNotifier, Property.Viewer
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransactionalRolePropriedadeDatasource(PropriedadeDTO prop, UsuarioPropriedadeDTO target)
     
  • Method Summary

    Methods inherited from class TransactionalPropertyWrapper

    commit, detachFromProperty, endTransaction, fireValueChange, getType, getValue, getWrappedProperty, isReadOnly, rollback, setReadOnly, setValue, startTransaction

    Methods inherited from class AbstractProperty

    addListener, addListener, addReadOnlyStatusChangeListener, addValueChangeListener, fireReadOnlyStatusChange, getListeners, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValueChangeListener

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransactionalRolePropriedadeDatasource

      public TransactionalRolePropriedadeDatasource(PropriedadeDTO prop, UsuarioPropriedadeDTO target)