|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.routeheader.service.impl.RouteHeaderServiceImpl
public class RouteHeaderServiceImpl
Constructor Summary | |
---|---|
RouteHeaderServiceImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RouteHeaderServiceImpl()
Method Detail |
---|
public DocumentRouteHeaderValue getRouteHeader(Long routeHeaderId)
getRouteHeader
in interface RouteHeaderService
public DocumentRouteHeaderValue getRouteHeader(Long routeHeaderId, boolean clearCache)
getRouteHeader
in interface RouteHeaderService
public Collection<DocumentRouteHeaderValue> getRouteHeaders(Collection<Long> routeHeaderIds)
getRouteHeaders
in interface RouteHeaderService
public Collection<DocumentRouteHeaderValue> getRouteHeaders(Collection<Long> routeHeaderIds, boolean clearCache)
getRouteHeaders
in interface RouteHeaderService
public Map<Long,DocumentRouteHeaderValue> getRouteHeadersForActionItems(Collection<ActionItem> actionItems)
getRouteHeadersForActionItems
in interface RouteHeaderService
public void lockRouteHeader(Long routeHeaderId, boolean wait)
lockRouteHeader
in interface RouteHeaderService
public void saveRouteHeader(DocumentRouteHeaderValue routeHeader)
saveRouteHeader
in interface RouteHeaderService
public void deleteRouteHeader(DocumentRouteHeaderValue routeHeader)
deleteRouteHeader
in interface RouteHeaderService
public Long getNextRouteHeaderId()
getNextRouteHeaderId
in interface RouteHeaderService
public Collection findPendingByResponsibilityIds(Set responsibilityIds)
findPendingByResponsibilityIds
in interface RouteHeaderService
public void clearRouteHeaderSearchValues(Long routeHeaderId)
RouteHeaderService
clearRouteHeaderSearchValues
in interface RouteHeaderService
public void updateRouteHeaderSearchValues(Long routeHeaderId, List<SearchableAttributeValue> searchAttributes)
RouteHeaderService
updateRouteHeaderSearchValues
in interface RouteHeaderService
public void validateRouteHeader(DocumentRouteHeaderValue routeHeader)
validateRouteHeader
in interface RouteHeaderService
public String getServiceNamespaceByDocumentId(Long documentId)
RouteHeaderService
DocumentType
for the Document with the given ID.
getServiceNamespaceByDocumentId
in interface RouteHeaderService
public DocumentRouteHeaderValueContent getContent(Long routeHeaderId)
getContent
in interface RouteHeaderService
public boolean hasSearchableAttributeValue(Long documentId, String searchableAttributeKey, String searchableAttributeValue)
hasSearchableAttributeValue
in interface RouteHeaderService
public String getDocumentStatus(Long documentId)
getDocumentStatus
in interface RouteHeaderService
public String getAppDocId(Long documentId)
getAppDocId
in interface RouteHeaderService
public DocumentRouteHeaderDAO getRouteHeaderDAO()
public void setRouteHeaderDAO(DocumentRouteHeaderDAO routeHeaderDAO)
public List<Timestamp> getSearchableAttributeDateTimeValuesByKey(Long documentId, String key)
RouteHeaderService
getSearchableAttributeDateTimeValuesByKey
in interface RouteHeaderService
public List<BigDecimal> getSearchableAttributeFloatValuesByKey(Long documentId, String key)
RouteHeaderService
getSearchableAttributeFloatValuesByKey
in interface RouteHeaderService
public List<Long> getSearchableAttributeLongValuesByKey(Long documentId, String key)
RouteHeaderService
getSearchableAttributeLongValuesByKey
in interface RouteHeaderService
public List<String> getSearchableAttributeStringValuesByKey(Long documentId, String key)
RouteHeaderService
getSearchableAttributeStringValuesByKey
in interface RouteHeaderService
public void setSearchableAttributeDAO(SearchableAttributeDAO searchableAttributeDAO)
public SearchableAttributeDAO getSearchableAttributeDAO()
public Collection findByDocTypeAndAppId(String documentTypeName, String appId)
findByDocTypeAndAppId
in interface RouteHeaderService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |