public class DocumentTypeServiceImpl extends Object implements DocumentTypeService
DocumentTypeService.| Constructor and Description |
|---|
DocumentTypeServiceImpl() |
public DocumentTypeServiceImpl()
public String getIdByName(String documentTypeName)
getIdByName in interface DocumentTypeServicepublic String getNameById(String documentTypeId)
getNameById in interface DocumentTypeServicepublic DocumentType getDocumentTypeById(String documentTypeId)
getDocumentTypeById in interface DocumentTypeServicepublic DocumentType getDocumentTypeByName(String documentTypeName)
getDocumentTypeByName in interface DocumentTypeServicepublic List<DocumentType> findAllDocumentTypes()
findAllDocumentTypes in interface DocumentTypeServicepublic boolean isSuperUserForDocumentTypeId(String principalId, String documentTypeId)
isSuperUserForDocumentTypeId in interface DocumentTypeServicepublic boolean isSuperUserForDocumentTypeName(String principalId, String documentTypeName)
isSuperUserForDocumentTypeName in interface DocumentTypeServicepublic boolean canSuperUserApproveSingleActionRequest(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode)
canSuperUserApproveSingleActionRequest in interface DocumentTypeServicepublic boolean canSuperUserApproveDocument(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode)
canSuperUserApproveDocument in interface DocumentTypeServicepublic boolean canSuperUserDisapproveDocument(String principalId, String documentTypeName, List<RouteNodeInstance> routeNodeInstances, String routeStatusCode)
canSuperUserDisapproveDocument in interface DocumentTypeServicepublic boolean hasRouteNodeForDocumentTypeName(String routeNodeName, String documentTypeName) throws RiceIllegalArgumentException
hasRouteNodeForDocumentTypeName in interface DocumentTypeServiceRiceIllegalArgumentExceptionpublic boolean hasRouteNodeForDocumentTypeId(String routeNodeName, String documentTypeId) throws RiceIllegalArgumentException
hasRouteNodeForDocumentTypeId in interface DocumentTypeServiceRiceIllegalArgumentExceptionpublic boolean isActiveById(String documentTypeId)
isActiveById in interface DocumentTypeServicepublic boolean isActiveByName(String documentTypeName)
isActiveByName in interface DocumentTypeServicepublic RoutePath getRoutePathForDocumentTypeId(String documentTypeId)
getRoutePathForDocumentTypeId in interface DocumentTypeServicepublic RoutePath getRoutePathForDocumentTypeName(String documentTypeName)
getRoutePathForDocumentTypeName in interface DocumentTypeServicepublic void setDocumentTypeDao(DocumentTypeDAO documentTypeDao)
public DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.