org.kuali.kfs.module.cg.document.service
Interface ResearchDocumentPermissionsService

All Known Implementing Classes:
ResearchDocumentPermissionsServiceImpl

public interface ResearchDocumentPermissionsService

This interface defines methods that a BudgetPermissionsService must provide


Method Summary
 boolean isUserInOrgHierarchy(String orgXml, String documentType, String uuid)
          Check whether given user is in the org routing hierarchy.
 

Method Detail

isUserInOrgHierarchy

boolean isUserInOrgHierarchy(String orgXml,
                             String documentType,
                             String uuid)
Check whether given user is in the org routing hierarchy.

Parameters:
String - orgXml
String - uuid
Returns:
boolean


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.