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 SummaryConstructors
- 
Method SummaryModifier 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 interface- DeletionSetTraverser
 
- 
enterEntityDescription copied from interface:DeletionSetTraverserPuts the entity onto the stack.- Specified by:
- enterEntityin interface- DeletionSetTraverser
 
- 
leaveEntityDescription copied from interface:DeletionSetTraverserRemoves the entity from the stack.- Specified by:
- leaveEntityin interface- DeletionSetTraverser
 
- 
getBaseEntity- Specified by:
- getBaseEntityin interface- DeletionSetTraverser
 
 
-