Class ACLEntryCache
- java.lang.Object
-
- de.hybris.platform.persistence.security.ACLEntryCache
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public final class ACLEntryCache extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectclone()static java.lang.ObjectconstructKey(PK userPK, PK permissionPK)protected static ACLEntryCachecreate(PK user, PK permission, boolean negative)booleanequals(java.lang.Object o)protected booleanexists()java.lang.ObjectgetKey()java.lang.BooleangetNegative()PKgetPermission()PKgetPrincipal()booleanhasChanged()inthashCode()booleanisCommitable()booleanisInDatabase()booleanisNegative()static ACLEntryCacheload(PK user, PK permission, boolean negative)booleanremove()booleansetNegative(boolean negative)java.lang.StringtoString()voidwroteChanges()
-
-
-
Method Detail
-
clone
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hasChanged
public boolean hasChanged()
-
isInDatabase
public boolean isInDatabase()
-
wroteChanges
public void wroteChanges()
-
exists
protected boolean exists()
-
create
protected static ACLEntryCache create(PK user, PK permission, boolean negative)
-
load
public static ACLEntryCache load(PK user, PK permission, boolean negative)
-
getKey
public java.lang.Object getKey()
-
isCommitable
public boolean isCommitable()
-
getPrincipal
public PK getPrincipal()
-
getPermission
public PK getPermission()
-
isNegative
public boolean isNegative()
-
getNegative
public java.lang.Boolean getNegative()
-
setNegative
public boolean setNegative(boolean negative)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
remove
public boolean remove()
-
-