org.kuali.kfs.module.cg.document.service.impl
Class ResearchDocumentPermissionsServiceImpl
java.lang.Object
org.kuali.kfs.module.cg.document.service.impl.ResearchDocumentPermissionsServiceImpl
- All Implemented Interfaces:
- ResearchDocumentPermissionsService
public class ResearchDocumentPermissionsServiceImpl
- extends Object
- implements ResearchDocumentPermissionsService
Method Summary |
boolean |
isUserInOrgHierarchy(String orgXml,
String documentType,
String uuid)
Check whether given user is in the org routing hierarchy. |
protected boolean |
isUserInRequests(org.kuali.rice.kew.dto.ActionRequestDTO[] requests,
String principalId)
Check whether given user is in the given action requests. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Setter for BusinessObjectService property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResearchDocumentPermissionsServiceImpl
public ResearchDocumentPermissionsServiceImpl()
isUserInOrgHierarchy
public boolean isUserInOrgHierarchy(String orgXml,
String documentType,
String uuid)
- Description copied from interface:
ResearchDocumentPermissionsService
- Check whether given user is in the org routing hierarchy.
- Specified by:
isUserInOrgHierarchy
in interface ResearchDocumentPermissionsService
- Returns:
- boolean
- See Also:
org.kuali.module.kra.budget.service.BudgetPermissionsService#getBudgetPermissionType(String orgXml, String documentType,
String uuid)
isUserInRequests
protected boolean isUserInRequests(org.kuali.rice.kew.dto.ActionRequestDTO[] requests,
String principalId)
- Check whether given user is in the given action requests.
- Parameters:
ActionRequestDTO[]
- requestsString
- uuid
- Returns:
- boolean
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
- Setter for BusinessObjectService property.
- Parameters:
BusinessObjectService
- businessObjectService
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.