public interface DocumentTypeService
String getIdByName(String documentTypeName) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionString getNameById(String documentTypeId) throws RiceIllegalArgumentException
RiceIllegalArgumentException@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'documentTypeId=\' + #p0")
DocumentType getDocumentTypeById(String documentTypeId)
throws RiceIllegalArgumentException
RiceIllegalArgumentException@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'documentTypeName=\' + #p0")
DocumentType getDocumentTypeByName(String documentTypeName)
throws RiceIllegalArgumentException
RiceIllegalArgumentException@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'all\'")
List<DocumentType> findAllDocumentTypes()
boolean isSuperUserForDocumentTypeId(String principalId, String documentTypeId) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean isSuperUserForDocumentTypeName(String principalId, String documentTypeName) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean canSuperUserApproveSingleActionRequest(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean canSuperUserApproveDocument(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean canSuperUserDisapproveDocument(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean hasRouteNodeForDocumentTypeName(String routeNodeName, String documentTypeName) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean hasRouteNodeForDocumentTypeId(String routeNodeName, String documentTypeId) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean isActiveById(String documentTypeId) throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionboolean isActiveByName(String documentTypeName) throws RiceIllegalArgumentException
RiceIllegalArgumentException@Cacheable(value="http://rice.kuali.org/kew/v2_0/RoutePathType",
key="\'documentTypeId=\' + #p0")
RoutePath getRoutePathForDocumentTypeId(String documentTypeId)
throws RiceIllegalArgumentException
RiceIllegalArgumentException@Cacheable(value="http://rice.kuali.org/kew/v2_0/RoutePathType",
key="\'documentTypeName=\' + #p0")
RoutePath getRoutePathForDocumentTypeName(String documentTypeName)
throws RiceIllegalArgumentException
RiceIllegalArgumentExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.