Class SetEntityDocumentParentFolderEntityListener
java.lang.Object
ch.tocco.nice2.dms.impl.entitylistener.SetEntityDocumentParentFolderEntityListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
public class SetEntityDocumentParentFolderEntityListener
extends Object
implements EntityFacadeListener
This facade listener sets the parent folder on entity documents.
The listener is triggered when the relation to the related entity
of the document is set.
-
Constructor Summary
ConstructorDescriptionSetEntityDocumentParentFolderEntityListener
(ContentTreeService contentTreeService, InternalEntityDocumentsService internalEntityDocumentsService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Fired when a relation of an entity has been changed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.entity.events.EntityFacadeListener
entityChanging, entityCreating, entityDeleting, entityReceivedValues, handleSessionOnlyEntity
-
Constructor Details
-
SetEntityDocumentParentFolderEntityListener
public SetEntityDocumentParentFolderEntityListener(ContentTreeService contentTreeService, InternalEntityDocumentsService internalEntityDocumentsService)
-
-
Method Details
-
entityRelationChanging
Description copied from interface:EntityFacadeListener
Fired when a relation of an entity has been changed.- Specified by:
entityRelationChanging
in interfaceEntityFacadeListener
- Parameters:
event
- The event object.
-