Uses of Class
de.hybris.platform.persistence.security.ACLCache
-
Packages that use ACLCache Package Description de.hybris.platform.persistence de.hybris.platform.persistence.security -
-
Uses of ACLCache in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type ACLCache Modifier and Type Method Description protected 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 ACLCache Modifier and Type Method Description static ACLCacheACLCache. create(PK itemPK, long version)static ACLCacheACLEntryJDBC. getACLCache(PK itemPK, long version, HybrisDataSource ds)static ACLCacheACLEntryJDBC. getGlobalACLCache(PK principalPK, long version, HybrisDataSource ds)static ACLCacheACLCache. load(PK itemPK, long version, java.util.Collection<ACLEntryCache> allACLs)Methods in de.hybris.platform.persistence.security with parameters of type ACLCache Modifier and Type Method Description static voidACLEntryJDBC. writeCache(ACLCache cache, HybrisDataSource ds)
-