Package org.kuali.rice.kns.service.impl
Class MaintenanceDocumentDictionaryServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
@Deprecated
public class MaintenanceDocumentDictionaryServiceImpl
extends Object
implements org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
Deprecated.
Only used by KNS classes, use KRAD.
This class is the service implementation for the MaintenanceDocumentDictionary structure. Defines the API for the interacting
with Document-related entries in the data dictionary. This is the default implementation, that is delivered with Kuali.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.apache.logging.log4j.LoggerDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllowsCopy(org.kuali.rice.kns.document.MaintenanceDocument document) Deprecated.getAllowsNewOrCopy(String docTypeName) Deprecated.getAllowsRecordDeletion(Class businessObjectClass) Deprecated.for isue KULRice 3070getAllowsRecordDeletion(org.kuali.rice.kns.document.MaintenanceDocument document) Deprecated.for issue KULRice3070, see if need delete buttongetCollectionBusinessObjectClass(String docTypeName, String collectionName) Deprecated.getCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName) Deprecated.org.kuali.rice.krad.datadictionary.DataDictionaryDeprecated.getDataObjectClass(String docTypeName) Deprecated.getDefaultExistenceChecks(Class businessObjectClass) Deprecated.getDefaultExistenceChecks(String docTypeName) Deprecated.protected org.kuali.rice.kew.api.doctype.DocumentTypegetDocumentType(String documentTypeName) Deprecated.Gets the workflow document type for the given documentTypeNamegetDocumentTypeName(Class businessObjectClass) Deprecated.getFieldDefaultValue(Class boClass, String fieldName) Deprecated.getFieldDefaultValue(String docTypeName, String fieldName) Deprecated.getLockingKeys(String docTypeName) Deprecated.getMaintainableClass(String docTypeName) Deprecated.org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinitiongetMaintainableCollection(String docTypeName, String collectionName) Deprecated.List<org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition> getMaintainableCollections(String docTypeName) Deprecated.List<org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition> getMaintainableCollections(org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition parentCollection) Deprecated.org.kuali.rice.kns.datadictionary.MaintainableFieldDefinitiongetMaintainableField(String docTypeName, String fieldName) Deprecated.org.kuali.rice.kns.datadictionary.MaintainableItemDefinitiongetMaintainableItem(String docTypeName, String itemName) Deprecated.getMaintainableSections(String docTypeName) Deprecated.getMaintenanceDescription(String docTypeName) Deprecated.org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntrygetMaintenanceDocumentEntry(String docTypeName) Deprecated.getMaintenanceLabel(String docTypeName) Deprecated.booleangetPreserveLockingKeysOnCopy(Class businessObjectClass) Deprecated.for issue KULRice 3072voidsetDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.translateCodes(Class businessObjectClass) Deprecated.voidvalidateMaintainableCollectionsAddLineRequiredFields(org.kuali.rice.kns.document.MaintenanceDocument document, org.kuali.rice.krad.bo.PersistableBusinessObject businessObject, String collectionName) Deprecated.voidvalidateMaintainableCollectionsForDuplicateEntries(org.kuali.rice.kns.document.MaintenanceDocument document) Deprecated.default implementation checks for duplicats based on keys of objects onlyvoidvalidateMaintenanceRequiredFields(org.kuali.rice.kns.document.MaintenanceDocument document) Deprecated.
-
Field Details
-
LOG
protected static org.apache.logging.log4j.Logger LOGDeprecated.
-
-
Constructor Details
-
MaintenanceDocumentDictionaryServiceImpl
public MaintenanceDocumentDictionaryServiceImpl()Deprecated.
-
-
Method Details
-
getDocumentType
Deprecated.Gets the workflow document type for the given documentTypeName- Parameters:
documentTypeName-- Returns:
-
getMaintenanceLabel
Deprecated.- Specified by:
getMaintenanceLabelin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getMaintenanceDescription
Deprecated.- Specified by:
getMaintenanceDescriptionin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getMaintainableClass
Deprecated.- Specified by:
getMaintainableClassin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getDataObjectClass
Deprecated.- Specified by:
getDataObjectClassin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getDocumentTypeName
Deprecated.- Specified by:
getDocumentTypeNamein interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getMaintainableSections
Deprecated.- Specified by:
getMaintainableSectionsin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getDefaultExistenceChecks
Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getDefaultExistenceChecks
Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getLockingKeys
Deprecated.- Specified by:
getLockingKeysin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.- Parameters:
dataDictionaryService-
-
getDataDictionary
public org.kuali.rice.krad.datadictionary.DataDictionary getDataDictionary()Deprecated.- Returns:
-
getMaintenanceDocumentEntry
public org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry getMaintenanceDocumentEntry(String docTypeName) Deprecated.- Specified by:
getMaintenanceDocumentEntryin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- Parameters:
docTypeName-- Returns:
-
getFieldDefaultValue
Deprecated.- Specified by:
getFieldDefaultValuein interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getFieldDefaultValue
Deprecated.- Specified by:
getFieldDefaultValuein interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getCollectionFieldDefaultValue
public String getCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName) Deprecated.- Specified by:
getCollectionFieldDefaultValuein interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getAllowsCopy
Deprecated.- Specified by:
getAllowsCopyin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getAllowsNewOrCopy
Deprecated.- Specified by:
getAllowsNewOrCopyin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getMaintainableItem
public org.kuali.rice.kns.datadictionary.MaintainableItemDefinition getMaintainableItem(String docTypeName, String itemName) Deprecated.- Specified by:
getMaintainableItemin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
getMaintainableField
public org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition getMaintainableField(String docTypeName, String fieldName) Deprecated.- Specified by:
getMaintainableFieldin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
getMaintainableCollection
public org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition getMaintainableCollection(String docTypeName, String collectionName) Deprecated.- Specified by:
getMaintainableCollectionin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
getCollectionBusinessObjectClass
Deprecated.- Specified by:
getCollectionBusinessObjectClassin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
getMaintainableCollections
public List<org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition> getMaintainableCollections(String docTypeName) Deprecated.- Specified by:
getMaintainableCollectionsin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
getMaintainableCollections
public List<org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition> getMaintainableCollections(org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition parentCollection) Deprecated.- Specified by:
getMaintainableCollectionsin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
validateMaintenanceRequiredFields
public void validateMaintenanceRequiredFields(org.kuali.rice.kns.document.MaintenanceDocument document) Deprecated.- Specified by:
validateMaintenanceRequiredFieldsin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
validateMaintainableCollectionsAddLineRequiredFields
public void validateMaintainableCollectionsAddLineRequiredFields(org.kuali.rice.kns.document.MaintenanceDocument document, org.kuali.rice.krad.bo.PersistableBusinessObject businessObject, String collectionName) Deprecated.- Specified by:
validateMaintainableCollectionsAddLineRequiredFieldsin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
-
validateMaintainableCollectionsForDuplicateEntries
public void validateMaintainableCollectionsForDuplicateEntries(org.kuali.rice.kns.document.MaintenanceDocument document) Deprecated.default implementation checks for duplicats based on keys of objects only- Specified by:
validateMaintainableCollectionsForDuplicateEntriesin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getPreserveLockingKeysOnCopy
Deprecated.for issue KULRice 3072- Specified by:
getPreserveLockingKeysOnCopyin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getAllowsRecordDeletion
Deprecated.for isue KULRice 3070- Specified by:
getAllowsRecordDeletionin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
getAllowsRecordDeletion
Deprecated.for issue KULRice3070, see if need delete button- Specified by:
getAllowsRecordDeletionin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-
translateCodes
Deprecated.- Specified by:
translateCodesin interfaceorg.kuali.rice.kns.service.MaintenanceDocumentDictionaryService- See Also:
-