Interface EntityPermissionChecker.RelatedRoleGetter
- All Known Implementing Classes:
EntityPermissionChecker.StdRelatedRoleGetter
- Enclosing class:
- EntityPermissionChecker
public static interface EntityPermissionChecker.RelatedRoleGetter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getList()
void
init
(Delegator delegator, String entityId, String partyId, GenericValue entity) void
initWithAncestors
(Delegator delegator, GenericValue entity, String partyId) boolean
isOwner
(GenericValue entity, String targetPartyId) void
-
Method Details
-
init
void init(Delegator delegator, String entityId, String partyId, GenericValue entity) throws GenericEntityException - Throws:
GenericEntityException
-
initWithAncestors
void initWithAncestors(Delegator delegator, GenericValue entity, String partyId) throws GenericEntityException - Throws:
GenericEntityException
-
getList
-
clearList
void clearList() -
setList
-
dumpAsText
String dumpAsText() -
isOwner
-