Class UpdateDmsDomainShortcutListener
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.dms.api.tree.AbstractUpdateDomainShortcutListener
ch.tocco.nice2.dms.impl.entitylistener.domainshortcut.UpdateDmsDomainShortcutListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
Concrete implementation of
AbstractUpdateDomainShortcutListener
for handling
ContentTreeNode
s i.e. ResourceNode
and FolderNode
-
Constructor Summary
ConstructorDescriptionUpdateDmsDomainShortcutListener
(ContentTreeService contentTreeService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearNode
(ContentTreeNode node) protected void
updateNode
(ContentTreeNode node, Entity domain) Methods inherited from class ch.tocco.nice2.dms.api.tree.AbstractUpdateDomainShortcutListener
entityRelationChangingInterruptible
Methods inherited from class ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
entityChanging, entityChangingInterruptible, entityCreating, entityCreatingInterruptible, entityDeleting, entityDeletingInterruptible, entityReceivedValues, entityReceivedValuesInterruptible, entityRelationChanging
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
handleSessionOnlyEntity
-
Constructor Details
-
UpdateDmsDomainShortcutListener
public UpdateDmsDomainShortcutListener(ContentTreeService contentTreeService, SecurityManager securityManager)
-
-
Method Details
-
updateNode
- Specified by:
updateNode
in classAbstractUpdateDomainShortcutListener
-
clearNode
- Specified by:
clearNode
in classAbstractUpdateDomainShortcutListener
-