Class CheckPermissionTraverser
java.lang.Object
ch.tocco.nice2.netui.impl.actions.entityoperation.services.CheckPermissionTraverser
- All Implemented Interfaces:
DeletionSetTraverser
This traverser checks the read permissions for the nodes in the deletion set
for the current business unit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenterEntity(EntityItem item) Puts the entity onto the stack.voidleaveEntity(EntityItem item) Removes the entity from the stack.voidsetBaseEntity(Entity entity)
-
Constructor Details
-
CheckPermissionTraverser
-
-
Method Details
-
getReadPermissionEntityMap
-
getBusinessUnitMap
-
setBaseEntity
- Specified by:
setBaseEntityin interfaceDeletionSetTraverser
-
enterEntity
Description copied from interface:DeletionSetTraverserPuts the entity onto the stack.- Specified by:
enterEntityin interfaceDeletionSetTraverser
-
leaveEntity
Description copied from interface:DeletionSetTraverserRemoves the entity from the stack.- Specified by:
leaveEntityin interfaceDeletionSetTraverser
-
getBaseEntity
- Specified by:
getBaseEntityin interfaceDeletionSetTraverser
-