|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addUserACLImpl(java.lang.String taskid,
java.lang.String userid)
|
void |
deleteUserACLsImpl(java.lang.String taskid,
java.lang.String[] userids)
del ACL for task |
java.util.Collection |
listAllowedUserImpl(java.lang.String taskid,
java.util.Collection result)
|
java.util.Collection |
listInheritedUserACLImpl(java.lang.String taskid,
java.lang.String userid,
java.util.Collection result)
list all ACL users, inherited from parent tasks and that managed by me (direclty or indirectly) |
java.util.Collection |
listUnassignedUserACLImpl(java.lang.String taskid,
java.lang.String userid,
java.util.Collection result)
list all ACL users, not assigned to this or parent task and that managed by me (direclty or indirectly) only this users can be added to ACL (because other already added) |
java.util.Collection |
listUserACLImpl(java.lang.String taskid,
java.lang.String userid,
java.util.Collection result)
list all ACL users for this (not parent) task and that managed by me (direclty or indirectly) |
java.util.HashMap |
mapAssignableHandlerACLImpl(java.lang.String taskid,
java.util.HashMap result)
Gets list of assignable hanlers as HashMap |
boolean |
viewAllowedByACLImpl(java.lang.String taskid,
java.lang.String userid,
boolean result)
return true if user can see details of this task |
Methods inherited from interface gran.app.adapter.Adapter |
getDescription, init |
Method Detail |
public java.util.Collection listUserACLImpl(java.lang.String taskid, java.lang.String userid, java.util.Collection result) throws gran.exception.GranException
gran.exception.GranException
public java.util.Collection listInheritedUserACLImpl(java.lang.String taskid, java.lang.String userid, java.util.Collection result) throws gran.exception.GranException
gran.exception.GranException
public java.util.Collection listUnassignedUserACLImpl(java.lang.String taskid, java.lang.String userid, java.util.Collection result) throws gran.exception.GranException
gran.exception.GranException
public java.util.HashMap mapAssignableHandlerACLImpl(java.lang.String taskid, java.util.HashMap result) throws gran.exception.GranException
gran.exception.GranException
public boolean viewAllowedByACLImpl(java.lang.String taskid, java.lang.String userid, boolean result) throws gran.exception.GranException
gran.exception.GranException
public void deleteUserACLsImpl(java.lang.String taskid, java.lang.String[] userids) throws gran.exception.GranException
gran.exception.GranException
public void addUserACLImpl(java.lang.String taskid, java.lang.String userid) throws gran.exception.GranException
gran.exception.GranException
public java.util.Collection listAllowedUserImpl(java.lang.String taskid, java.util.Collection result) throws gran.exception.GranException
gran.exception.GranException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |