Class ACLEntryCache
java.lang.Object
de.hybris.platform.persistence.security.ACLEntryCache
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected Objectclone()static ObjectconstructKey(PK userPK, PK permissionPK) protected static ACLEntryCachebooleanprotected booleanexists()getKey()booleaninthashCode()booleanbooleanbooleanstatic ACLEntryCachebooleanremove()booleansetNegative(boolean negative) toString()void
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
constructKey
-
hashCode
public int hashCode() -
equals
-
hasChanged
public boolean hasChanged() -
isInDatabase
public boolean isInDatabase() -
wroteChanges
public void wroteChanges() -
exists
protected boolean exists() -
create
-
load
-
getKey
-
isCommitable
public boolean isCommitable() -
getPrincipal
-
getPermission
-
isNegative
public boolean isNegative() -
getNegative
-
setNegative
public boolean setNegative(boolean negative) -
toString
-
remove
public boolean remove()
-