Interface PermissionCachedCRUDService
-
- All Superinterfaces:
PermissionCRUDService
- All Known Implementing Classes:
DefaultCMSPermissionCachedCRUDService
public interface PermissionCachedCRUDService extends PermissionCRUDService
The permission service that supports caching.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidinitCache()Initialize the cache, it creates cache objects in current session.-
Methods inherited from interface de.hybris.platform.servicelayer.security.permissions.PermissionCRUDService
canChangeAttribute, canChangeAttribute, canChangeAttributePermission, canChangeAttributePermission, canChangeType, canChangeType, canChangeTypePermission, canChangeTypePermission, canCreateTypeInstance, canCreateTypeInstance, canReadAttribute, canReadAttribute, canReadType, canReadType, canRemoveTypeInstance, canRemoveTypeInstance
-
-