Class ACLEntryCache

java.lang.Object
de.hybris.platform.persistence.security.ACLEntryCache
All Implemented Interfaces:
Serializable, Cloneable

public final class ACLEntryCache extends Object implements Serializable, Cloneable
See Also:
  • Method Details

    • clone

      protected Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • constructKey

      public static Object constructKey(PK userPK, PK permissionPK)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class 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 Object getKey()
    • isCommitable

      public boolean isCommitable()
    • getPrincipal

      public PK getPrincipal()
    • getPermission

      public PK getPermission()
    • isNegative

      public boolean isNegative()
    • getNegative

      public Boolean getNegative()
    • setNegative

      public boolean setNegative(boolean negative)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • remove

      public boolean remove()