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
ConstructorsConstructorDescriptionSetEntityDocumentParentFolderEntityListener(ContentTreeService contentTreeService, InternalEntityDocumentsService internalEntityDocumentsService) -
Method Summary
Modifier and TypeMethodDescriptionvoidFired 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, waitMethods 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:EntityFacadeListenerFired when a relation of an entity has been changed.- Specified by:
entityRelationChangingin interfaceEntityFacadeListener- Parameters:
event- The event object.
-