Interface EntityPermissionChecker.RelatedRoleGetter
-
- All Known Implementing Classes:
EntityPermissionChecker.StdRelatedRoleGetter
- Enclosing class:
- EntityPermissionChecker
public static interface EntityPermissionChecker.RelatedRoleGetter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearList()
java.lang.String
dumpAsText()
java.util.List<java.lang.String>
getList()
void
init(Delegator delegator, java.lang.String entityId, java.lang.String partyId, GenericValue entity)
void
initWithAncestors(Delegator delegator, GenericValue entity, java.lang.String partyId)
boolean
isOwner(GenericValue entity, java.lang.String targetPartyId)
void
setList(java.util.List<java.lang.String> lst)
-
-
-
Method Detail
-
init
void init(Delegator delegator, java.lang.String entityId, java.lang.String partyId, GenericValue entity) throws GenericEntityException
- Throws:
GenericEntityException
-
initWithAncestors
void initWithAncestors(Delegator delegator, GenericValue entity, java.lang.String partyId) throws GenericEntityException
- Throws:
GenericEntityException
-
getList
java.util.List<java.lang.String> getList()
-
clearList
void clearList()
-
setList
void setList(java.util.List<java.lang.String> lst)
-
dumpAsText
java.lang.String dumpAsText()
-
isOwner
boolean isOwner(GenericValue entity, java.lang.String targetPartyId)
-
-