Interface PermissionFacadeStrategy
-
- All Superinterfaces:
PermissionFacade
public interface PermissionFacadeStrategy extends PermissionFacade
Strategy interface allows you to extend permission engine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanHandle(java.lang.String type)Returns true, if this strategy can provide permission information for the given type.-
Methods inherited from interface com.hybris.cockpitng.dataaccess.facades.permissions.PermissionFacade
canChangeInstance, canChangeInstanceProperty, canChangeInstances, canChangeInstancesProperty, canChangeProperty, canChangePropertyPermission, canChangeType, canChangeTypePermission, canCreateTypeInstance, canReadInstance, canReadInstanceProperty, canReadProperty, canReadType, canRemoveInstance, canRemoveTypeInstance, getAllReadableLocalesForCurrentUser, getAllWritableLocalesForCurrentUser, getEnabledReadableLocalesForCurrentUser, getEnabledWritableLocalesForCurrentUser, getReadableLocalesForInstance, getWritableLocalesForInstance
-
-