Package org.kuali.rice.kns.service.impl
Class MaintenanceDocumentDictionaryServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl
- All Implemented Interfaces:
MaintenanceDocumentDictionaryService
@Deprecated
public class MaintenanceDocumentDictionaryServiceImpl
extends Object
implements 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(MaintenanceDocument document) Deprecated.getAllowsNewOrCopy(String docTypeName) Deprecated.getAllowsRecordDeletion(Class businessObjectClass) Deprecated.for isue KULRice 3070getAllowsRecordDeletion(MaintenanceDocument document) Deprecated.for issue KULRice3070, see if need delete buttongetCollectionBusinessObjectClass(String docTypeName, String collectionName) Deprecated.getCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName) Deprecated.Deprecated.getDataObjectClass(String docTypeName) Deprecated.getDefaultExistenceChecks(Class businessObjectClass) Deprecated.getDefaultExistenceChecks(String docTypeName) Deprecated.protected 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.getMaintainableCollection(String docTypeName, String collectionName) Deprecated.getMaintainableCollections(String docTypeName) Deprecated.getMaintainableCollections(MaintainableCollectionDefinition parentCollection) Deprecated.getMaintainableField(String docTypeName, String fieldName) Deprecated.getMaintainableItem(String docTypeName, String itemName) Deprecated.getMaintainableSections(String docTypeName) Deprecated.getMaintenanceDescription(String docTypeName) Deprecated.getMaintenanceDocumentEntry(String docTypeName) Deprecated.getMaintenanceLabel(String docTypeName) Deprecated.booleangetPreserveLockingKeysOnCopy(Class businessObjectClass) Deprecated.for issue KULRice 3072voidsetDataDictionaryService(DataDictionaryService dataDictionaryService) Deprecated.translateCodes(Class businessObjectClass) Deprecated.voidvalidateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document, PersistableBusinessObject businessObject, String collectionName) Deprecated.voidDeprecated.default implementation checks for duplicats based on keys of objects onlyvoidDeprecated.
-
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 interfaceMaintenanceDocumentDictionaryService- See Also:
-
getMaintenanceDescription
Deprecated.- Specified by:
getMaintenanceDescriptionin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getMaintainableClass
Deprecated.- Specified by:
getMaintainableClassin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getDataObjectClass
Deprecated.- Specified by:
getDataObjectClassin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getDocumentTypeName
Deprecated.- Specified by:
getDocumentTypeNamein interfaceMaintenanceDocumentDictionaryService- See Also:
-
getMaintainableSections
Deprecated.- Specified by:
getMaintainableSectionsin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getDefaultExistenceChecks
Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getDefaultExistenceChecks
Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getLockingKeys
Deprecated.- Specified by:
getLockingKeysin interfaceMaintenanceDocumentDictionaryService- See Also:
-
setDataDictionaryService
Deprecated.- Parameters:
dataDictionaryService-
-
getDataDictionary
Deprecated.- Returns:
-
getMaintenanceDocumentEntry
Deprecated.- Specified by:
getMaintenanceDocumentEntryin interfaceMaintenanceDocumentDictionaryService- Parameters:
docTypeName-- Returns:
-
getFieldDefaultValue
Deprecated.- Specified by:
getFieldDefaultValuein interfaceMaintenanceDocumentDictionaryService- See Also:
-
getFieldDefaultValue
Deprecated.- Specified by:
getFieldDefaultValuein interfaceMaintenanceDocumentDictionaryService- See Also:
-
getCollectionFieldDefaultValue
public String getCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName) Deprecated.- Specified by:
getCollectionFieldDefaultValuein interfaceMaintenanceDocumentDictionaryService- See Also:
-
getAllowsCopy
Deprecated.- Specified by:
getAllowsCopyin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getAllowsNewOrCopy
Deprecated.- Specified by:
getAllowsNewOrCopyin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getMaintainableItem
Deprecated.- Specified by:
getMaintainableItemin interfaceMaintenanceDocumentDictionaryService
-
getMaintainableField
Deprecated.- Specified by:
getMaintainableFieldin interfaceMaintenanceDocumentDictionaryService
-
getMaintainableCollection
public MaintainableCollectionDefinition getMaintainableCollection(String docTypeName, String collectionName) Deprecated.- Specified by:
getMaintainableCollectionin interfaceMaintenanceDocumentDictionaryService
-
getCollectionBusinessObjectClass
Deprecated.- Specified by:
getCollectionBusinessObjectClassin interfaceMaintenanceDocumentDictionaryService
-
getMaintainableCollections
Deprecated.- Specified by:
getMaintainableCollectionsin interfaceMaintenanceDocumentDictionaryService
-
getMaintainableCollections
public List<MaintainableCollectionDefinition> getMaintainableCollections(MaintainableCollectionDefinition parentCollection) Deprecated.- Specified by:
getMaintainableCollectionsin interfaceMaintenanceDocumentDictionaryService
-
validateMaintenanceRequiredFields
Deprecated.- Specified by:
validateMaintenanceRequiredFieldsin interfaceMaintenanceDocumentDictionaryService- See Also:
-
validateMaintainableCollectionsAddLineRequiredFields
public void validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document, PersistableBusinessObject businessObject, String collectionName) Deprecated.- Specified by:
validateMaintainableCollectionsAddLineRequiredFieldsin interfaceMaintenanceDocumentDictionaryService
-
validateMaintainableCollectionsForDuplicateEntries
Deprecated.default implementation checks for duplicats based on keys of objects only- Specified by:
validateMaintainableCollectionsForDuplicateEntriesin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getPreserveLockingKeysOnCopy
Deprecated.for issue KULRice 3072- Specified by:
getPreserveLockingKeysOnCopyin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getAllowsRecordDeletion
Deprecated.for isue KULRice 3070- Specified by:
getAllowsRecordDeletionin interfaceMaintenanceDocumentDictionaryService- See Also:
-
getAllowsRecordDeletion
Deprecated.for issue KULRice3070, see if need delete button- Specified by:
getAllowsRecordDeletionin interfaceMaintenanceDocumentDictionaryService- See Also:
-
translateCodes
Deprecated.- Specified by:
translateCodesin interfaceMaintenanceDocumentDictionaryService- See Also:
-