Class UpdateCmsDomainShortcutListener
java.lang.Object
ch.tocco.nice2.persist.core.api.entity.events.InterruptibleEntityFacadeAdapter
ch.tocco.nice2.dms.api.tree.AbstractUpdateDomainShortcutListener
ch.tocco.nice2.optional.cms.impl.entitylistener.UpdateCmsDomainShortcutListener
- All Implemented Interfaces:
EntityFacadeListener
,EventListener
@Deprecated
public class UpdateCmsDomainShortcutListener
extends AbstractUpdateDomainShortcutListener
Deprecated.
Concrete implementation of
AbstractUpdateDomainShortcutListener
for handling
ContentTreeNode
s i.e. PageNode
.-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCmsDomainShortcutListener
(ContentTreeService contentTreeService, SecurityManager securityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearNode
(ContentTreeNode node) Deprecated.protected void
updateNode
(ContentTreeNode node, Entity domain) Deprecated.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
-
UpdateCmsDomainShortcutListener
public UpdateCmsDomainShortcutListener(ContentTreeService contentTreeService, SecurityManager securityManager) Deprecated.
-
-
Method Details
-
updateNode
Deprecated.- Specified by:
updateNode
in classAbstractUpdateDomainShortcutListener
-
clearNode
Deprecated.- Specified by:
clearNode
in classAbstractUpdateDomainShortcutListener
-