static void |
SecurableRightList.add(Connection con,
SecurableObject securableObject,
Collection trustees,
RightConst right) |
static void |
SecurableRightList.add(Connection con,
SecurableObject securableObject,
TrusteeObject trustee,
RightConst right) |
static boolean |
SecurableRightList.check(Connection con,
SecurableObject securableObject,
RightConst right,
Collection trusteeObjects) |
static void |
SecurableRightList.delete(Connection con,
SecurableObject securableObject,
boolean expireCache) |
static void |
SecurableRightList.delete(Connection con,
SecurableObject securableObject,
Collection trustees,
RightConst right) |
static void |
SecurableRightList.delete(Connection con,
SecurableObject securableObject,
TrusteeObject trustee,
RightConst right) |
static SecurableRightList |
SecurableRightList.load(Connection con,
SecurableObject securableObject,
boolean withDisplayName) |
static SecurableRightList |
SecurableRightList.loadFiltred(Connection con,
SecurableObject securableObject,
Collection trustees,
int rightType) |
static SecurableRightList |
SecurableRightList.loadFiltred(Connection con,
SecurableObject securableObject,
TrusteeObject trustee,
int rightType) |
protected static void |
SecurableRightList.sqlDeleteTrusteeRight(Connection con,
SecurableObject securableObject,
Collection trusteeRights,
SecurableRightList.ExpireState expireState) |
protected static void |
SecurableRightList.sqlInsertTrusteeRight(Connection con,
SecurableObject securableObject,
Collection trusteeRights,
SecurableRightList.ExpireState expireState) |
protected static void |
SecurableRightList.sqlUpdateTrusteeRight(Connection con,
SecurableObject securableObject,
Collection trusteeRights) |