public interface DocumentTypeService extends DocumentTypeQueryService, XmlExporter
| Modifier and Type | Method and Description |
|---|---|
List<DocumentType> |
findAllCurrent() |
List<DocumentType> |
findAllCurrentRootDocuments() |
DocumentType |
findByNameCaseInsensitive(String name)
This method is similar to the findByName method except it is case insensitive.
|
List<DocumentType> |
findPreviousInstances(String documentTypeName) |
List<DocumentType> |
getChildDocumentTypes(String documentTypeId) |
void |
save(DocumentType documentType) |
void |
versionAndSave(DocumentType documentType) |
find, findByDocumentId, findById, findByName, findRootDocumentTypeexport, supportPrettyPrint@CacheEvict(value={"http://rice.kuali.org/kew/v2_0/RuleType","http://rice.kuali.org/kew/v2_0/DocumentTypeType"},
allEntries=true)
void versionAndSave(DocumentType documentType)
@CacheEvict(value={"http://rice.kuali.org/kew/v2_0/RuleType","http://rice.kuali.org/kew/v2_0/DocumentTypeType"},
allEntries=true)
void save(DocumentType documentType)
@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'{BO}allCurrentRootDocuments\'")
List<DocumentType> findAllCurrentRootDocuments()
@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'{BO}allCurrent\'")
List<DocumentType> findAllCurrent()
@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'{BO}{previousInstances}\' + \'documentTypeName=\' + #p0")
List<DocumentType> findPreviousInstances(String documentTypeName)
@Cacheable(value="http://rice.kuali.org/kew/v2_0/DocumentTypeType",
key="\'{BO}{childDocumentTypes}\' + \'documentTypeId=\' + #p0")
List<DocumentType> getChildDocumentTypes(String documentTypeId)
DocumentType findByNameCaseInsensitive(String name)
name - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.