Uses of Class
de.hybris.platform.persistence.security.ACLCache
Packages that use ACLCache
-
Uses of ACLCache in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type ACLCacheModifier and TypeMethodDescriptionprotected voidItemEJB.logACLCacheChange(ACLCache aclChache) protected booleanItemEJB.skipRemovePermission(ACLCache acl, PK principalPK, PK permissionPK) protected booleanItemEJB.skipSetPermission(ACLCache acl, PK principalPK, PK permissionPK, boolean negative) -
Uses of ACLCache in de.hybris.platform.persistence.security
Methods in de.hybris.platform.persistence.security that return ACLCacheModifier and TypeMethodDescriptionstatic ACLCachestatic final ACLCacheACLEntryJDBC.getACLCache(PK itemPK, long version, HybrisDataSource ds) static final ACLCacheACLEntryJDBC.getGlobalACLCache(PK principalPK, long version, HybrisDataSource ds) static ACLCacheACLCache.load(PK itemPK, long version, Collection<ACLEntryCache> allACLs) Methods in de.hybris.platform.persistence.security with parameters of type ACLCacheModifier and TypeMethodDescriptionstatic final voidACLEntryJDBC.writeCache(ACLCache cache, HybrisDataSource ds)