| Package | Description |
|---|---|
| de.hybris.platform.persistence | |
| de.hybris.platform.persistence.security |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemEJB.logACLCacheChange(ACLCache aclChache) |
protected boolean |
ItemEJB.skipRemovePermission(ACLCache acl,
PK principalPK,
PK permissionPK) |
protected boolean |
ItemEJB.skipSetPermission(ACLCache acl,
PK principalPK,
PK permissionPK,
boolean negative) |
| Modifier and Type | Method and Description |
|---|---|
static ACLCache |
ACLCache.create(PK itemPK,
long version) |
static ACLCache |
ACLEntryJDBC.getACLCache(PK itemPK,
long version,
HybrisDataSource ds) |
static ACLCache |
ACLEntryJDBC.getGlobalACLCache(PK principalPK,
long version,
HybrisDataSource ds) |
static ACLCache |
ACLCache.load(PK itemPK,
long version,
java.util.Collection<ACLEntryCache> allACLs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ACLEntryJDBC.writeCache(ACLCache cache,
HybrisDataSource ds) |
Copyright © 2018 SAP SE. All Rights Reserved.