public class DocumentTypeServiceImpl extends Object implements DocumentTypeService
| Modifier and Type | Field and Description |
|---|---|
protected static String |
XML_FILE_PARSE_ERROR |
| Constructor and Description |
|---|
DocumentTypeServiceImpl() |
protected static final String XML_FILE_PARSE_ERROR
public DocumentTypeServiceImpl()
public Collection<DocumentType> find(DocumentType documentType, String docTypeParentName, boolean climbHierarchy)
find in interface DocumentTypeQueryServicepublic DocumentType findById(String documentTypeId)
findById in interface DocumentTypeQueryServicepublic DocumentType findByDocumentId(String documentId)
DocumentTypeQueryServicefindByDocumentId in interface DocumentTypeQueryServicepublic DocumentType findByName(String name)
findByName in interface DocumentTypeQueryServicepublic DocumentType findByNameCaseInsensitive(String name)
DocumentTypeServicefindByNameCaseInsensitive in interface DocumentTypeServicepublic void versionAndSave(DocumentType documentType)
versionAndSave in interface DocumentTypeServicepublic void save(DocumentType documentType)
save in interface DocumentTypeServicepublic DocumentTypeDAO getDocumentTypeDAO()
public void setDocumentTypeDAO(DocumentTypeDAO documentTypeDAO)
public List findAllCurrentRootDocuments()
findAllCurrentRootDocuments in interface DocumentTypeServicepublic List findAllCurrent()
findAllCurrent in interface DocumentTypeServicepublic List<DocumentType> findPreviousInstances(String documentTypeName)
findPreviousInstances in interface DocumentTypeServicepublic DocumentType findRootDocumentType(DocumentType docType)
findRootDocumentType in interface DocumentTypeQueryServicepublic void loadXml(InputStream inputStream, String principalId)
public org.jdom.Element export(ExportDataSet dataSet)
export in interface XmlExporterpublic boolean supportPrettyPrint()
supportPrettyPrint in interface XmlExporterpublic List getChildDocumentTypes(String documentTypeId)
getChildDocumentTypes in interface DocumentTypeServiceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.