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.ReadOnlyStatusChangeEventNested 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
ConstructorsConstructorDescriptionTransactionalRolePropriedadeDatasource(PropriedadeDTO prop, UsuarioPropriedadeDTO target) -
Method Summary
Methods inherited from class TransactionalPropertyWrapper
commit, detachFromProperty, endTransaction, fireValueChange, getType, getValue, getWrappedProperty, isReadOnly, rollback, setReadOnly, setValue, startTransactionMethods inherited from class AbstractProperty
addListener, addListener, addReadOnlyStatusChangeListener, addValueChangeListener, fireReadOnlyStatusChange, getListeners, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValueChangeListener
-
Constructor Details
-
TransactionalRolePropriedadeDatasource
public TransactionalRolePropriedadeDatasource(PropriedadeDTO prop, UsuarioPropriedadeDTO target)
-