public final class ACLEntryCache extends Object implements Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
static Object |
constructKey(PK userPK,
PK permissionPK) |
protected static ACLEntryCache |
create(PK user,
PK permission,
boolean negative) |
boolean |
equals(Object o) |
protected boolean |
exists() |
Object |
getKey() |
Boolean |
getNegative() |
PK |
getPermission() |
PK |
getPrincipal() |
boolean |
hasChanged() |
int |
hashCode() |
boolean |
isCommitable() |
boolean |
isInDatabase() |
boolean |
isNegative() |
static ACLEntryCache |
load(PK user,
PK permission,
boolean negative) |
boolean |
remove() |
boolean |
setNegative(boolean negative) |
String |
toString() |
void |
wroteChanges() |
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean hasChanged()
public boolean isInDatabase()
public void wroteChanges()
protected boolean exists()
protected static ACLEntryCache create(PK user, PK permission, boolean negative)
public static ACLEntryCache load(PK user, PK permission, boolean negative)
public Object getKey()
public boolean isCommitable()
public PK getPrincipal()
public PK getPermission()
public boolean isNegative()
public Boolean getNegative()
public boolean setNegative(boolean negative)
public boolean remove()
Copyright © 2017 SAP SE. All Rights Reserved.