Uses of Interface
org.nuiton.topia.persistence.event.TopiaEntityVetoable
Packages that use TopiaEntityVetoable
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaEntityVetoable in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence with parameters of type TopiaEntityVetoableModifier and TypeMethodDescriptionvoidTopiaDao.addTopiaEntityVetoable(TopiaEntityVetoable vetoable) voidTopiaDao.removeTopiaEntityVetoable(TopiaEntityVetoable vetoable) -
Uses of TopiaEntityVetoable in org.nuiton.topia.persistence.internal
Methods in org.nuiton.topia.persistence.internal with parameters of type TopiaEntityVetoableModifier and TypeMethodDescriptionvoidAbstractTopiaApplicationContext.addTopiaEntityVetoable(Class<? extends TopiaEntity> entityClass, TopiaEntityVetoable vetoable) voidAbstractTopiaApplicationContext.addTopiaEntityVetoable(TopiaEntityVetoable vetoable) voidAbstractTopiaDao.addTopiaEntityVetoable(TopiaEntityVetoable vetoable) voidAbstractTopiaApplicationContext.removeTopiaEntityVetoable(Class<? extends TopiaEntity> entityClass, TopiaEntityVetoable vetoable) voidAbstractTopiaApplicationContext.removeTopiaEntityVetoable(TopiaEntityVetoable vetoable) voidAbstractTopiaDao.removeTopiaEntityVetoable(TopiaEntityVetoable vetoable) -
Uses of TopiaEntityVetoable in org.nuiton.topia.persistence.internal.support
Fields in org.nuiton.topia.persistence.internal.support with type parameters of type TopiaEntityVetoableModifier and TypeFieldDescriptionprotected org.nuiton.util.CategorisedListenerSet<TopiaEntityVetoable>AbstractTopiaListenableSupport.entityVetoablesListeners on entity events that can prevent thingsMethods in org.nuiton.topia.persistence.internal.support with parameters of type TopiaEntityVetoableModifier and TypeMethodDescriptionvoidAbstractTopiaListenableSupport.addTopiaEntityVetoable(Class<? extends TopiaEntity> entityClass, TopiaEntityVetoable vetoable) voidAbstractTopiaListenableSupport.addTopiaEntityVetoable(TopiaEntityVetoable vetoable) voidAbstractTopiaListenableSupport.removeTopiaEntityVetoable(Class<? extends TopiaEntity> entityClass, TopiaEntityVetoable vetoable) voidAbstractTopiaListenableSupport.removeTopiaEntityVetoable(TopiaEntityVetoable vetoable) -
Uses of TopiaEntityVetoable in org.nuiton.topia.persistence.support
Methods in org.nuiton.topia.persistence.support with parameters of type TopiaEntityVetoableModifier and TypeMethodDescriptionvoidTopiaListenableSupport.addTopiaEntityVetoable(Class<? extends TopiaEntity> entityClass, TopiaEntityVetoable vetoable) Register to the context a TopiaEntityVetoable about the given entity class.voidTopiaListenableSupport.addTopiaEntityVetoable(TopiaEntityVetoable vetoable) Register to the context a TopiaEntityVetoable about any TopiaEntity.voidTopiaListenableSupport.removeTopiaEntityVetoable(Class<? extends TopiaEntity> entityClass, TopiaEntityVetoable vetoable) Unregister the given TopiaEntityVetoable about the given entity class from the contextvoidTopiaListenableSupport.removeTopiaEntityVetoable(TopiaEntityVetoable vetoable) Unregister the given TopiaEntityVetoable about any TopiaEntity from the context