Uses of Class
com.axemble.vdp.security.helper.SecurableObject
Packages that use SecurableObject
- 
Uses of SecurableObject in com.axemble.vdp.security.helperFields in com.axemble.vdp.security.helper declared as SecurableObjectMethods in com.axemble.vdp.security.helper that return SecurableObjectModifier and TypeMethodDescriptionprotected static SecurableObjectSecurableRightList.convSecurableObjectFromVersion2005(String object_id, String object_classInfo) SecurableRightList.getSecurableObject()Methods in com.axemble.vdp.security.helper with parameters of type SecurableObjectModifier and TypeMethodDescriptionstatic voidSecurableRightList.add(Connection con, SecurableObject securableObject, TrusteeObject trustee, RightConst right) static voidSecurableRightList.add(Connection con, SecurableObject securableObject, Collection trustees, RightConst right) static booleanSecurableRightList.check(Connection con, SecurableObject securableObject, RightConst right, Collection trusteeObjects) static voidSecurableRightList.delete(Connection con, SecurableObject securableObject, boolean expireCache) static voidSecurableRightList.delete(Connection con, SecurableObject securableObject, TrusteeObject trustee, RightConst right) static voidSecurableRightList.delete(Connection con, SecurableObject securableObject, Collection trustees, RightConst right) static SecurableRightListSecurableRightList.load(Connection con, SecurableObject securableObject, boolean withDisplayName) static SecurableRightListSecurableRightList.loadFiltred(Connection con, SecurableObject securableObject, TrusteeObject trustee, int rightType) static SecurableRightListSecurableRightList.loadFiltred(Connection con, SecurableObject securableObject, Collection trustees, int rightType) protected static voidSecurableRightList.sqlDeleteTrusteeRight(Connection con, SecurableObject securableObject, Collection trusteeRights, SecurableRightList.ExpireState expireState) protected static voidSecurableRightList.sqlInsertTrusteeRight(Connection con, SecurableObject securableObject, Collection trusteeRights, SecurableRightList.ExpireState expireState) protected static voidSecurableRightList.sqlUpdateTrusteeRight(Connection con, SecurableObject securableObject, Collection trusteeRights) Constructors in com.axemble.vdp.security.helper with parameters of type SecurableObjectModifierConstructorDescriptionSecurableRightList(SecurableObject securableObject, boolean partial)