org.kuali.kfs.module.cg.document.service.impl
Class ResearchDocumentPermissionsServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cg.document.service.impl.ResearchDocumentPermissionsServiceImpl
All Implemented Interfaces:
ResearchDocumentPermissionsService

public class ResearchDocumentPermissionsServiceImpl
extends Object
implements ResearchDocumentPermissionsService


Constructor Summary
ResearchDocumentPermissionsServiceImpl()
           
 
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
 

Constructor Detail

ResearchDocumentPermissionsServiceImpl

public ResearchDocumentPermissionsServiceImpl()
Method Detail

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[] - requests
String - 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.