Uses of Class
de.hybris.platform.persistence.security.ACLEntryCache
-
Packages that use ACLEntryCache Package Description de.hybris.platform.persistence.security -
-
Uses of ACLEntryCache in de.hybris.platform.persistence.security
Methods in de.hybris.platform.persistence.security that return ACLEntryCache Modifier and Type Method Description protected static ACLEntryCache
ACLEntryCache. create(PK user, PK permission, boolean negative)
static ACLEntryCache
ACLEntryCache. load(PK user, PK permission, boolean negative)
Methods in de.hybris.platform.persistence.security that return types with arguments of type ACLEntryCache Modifier and Type Method Description java.util.Collection<ACLEntryCache>
ACLCache. getUpdateableACLs()
Method parameters in de.hybris.platform.persistence.security with type arguments of type ACLEntryCache Modifier and Type Method Description static ACLCache
ACLCache. load(PK itemPK, long version, java.util.Collection<ACLEntryCache> allACLs)
-