@Deprecated public interface MaintenanceDocumentDictionaryService
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowsCopy(MaintenanceDocument document)
Deprecated.
Returns whether or not this document's data dictionary file has flagged it to allow document copies
|
Boolean |
getAllowsNewOrCopy(String docTypeName)
Deprecated.
Returns whether or not this document's data dictionary file has flagged it to allow maintenance new
or copy actions
|
Boolean |
getAllowsRecordDeletion(Class dataObjectClass)
Deprecated.
Indicates whether the given data object class is configured to allow record deletions
|
Boolean |
getAllowsRecordDeletion(MaintenanceDocument document)
Deprecated.
Indicates whether the given maintenance document is configured to allow record deletions
|
Class |
getCollectionBusinessObjectClass(String docTypeName,
String collectionName)
Deprecated.
|
String |
getCollectionFieldDefaultValue(String docTypeName,
String collectionName,
String fieldName)
Deprecated.
|
Class |
getDataObjectClass(String docTypeName)
Deprecated.
The instance of the business object class associated with this document type name
|
Collection |
getDefaultExistenceChecks(Class dataObjectClass)
Deprecated.
The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument
|
Collection |
getDefaultExistenceChecks(String docTypeName)
Deprecated.
The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument
|
String |
getDocumentTypeName(Class dataObjectClass)
Deprecated.
The document type name for a class instance
|
String |
getFieldDefaultValue(Class boClass,
String fieldName)
Deprecated.
|
String |
getFieldDefaultValue(String docTypeName,
String fieldName)
Deprecated.
|
List |
getLockingKeys(String docTypeName)
Deprecated.
A List of field names used as locking keys
|
Class |
getMaintainableClass(String docTypeName)
Deprecated.
Retrieves an instance of the class that represents the maintenance document.
|
MaintainableCollectionDefinition |
getMaintainableCollection(String docTypeName,
String collectionName)
Deprecated.
|
List<MaintainableCollectionDefinition> |
getMaintainableCollections(MaintainableCollectionDefinition parentCollection)
Deprecated.
|
List<MaintainableCollectionDefinition> |
getMaintainableCollections(String docTypeName)
Deprecated.
|
MaintainableFieldDefinition |
getMaintainableField(String docTypeName,
String fieldName)
Deprecated.
|
MaintainableItemDefinition |
getMaintainableItem(String docTypeName,
String itemName)
Deprecated.
|
List<MaintainableSectionDefinition> |
getMaintainableSections(String docTypeName)
Deprecated.
|
String |
getMaintenanceDescription(String docTypeName)
Deprecated.
Retrieves the description of the maintenance document
|
MaintenanceDocumentEntry |
getMaintenanceDocumentEntry(String docTypeName)
Deprecated.
|
String |
getMaintenanceLabel(String docTypeName)
Deprecated.
Retrieves the label for a maintenance document type
|
boolean |
getPreserveLockingKeysOnCopy(Class dataObjectClass)
Deprecated.
Indicates whether the configured locking keys for a class should be cleared on a maintenance
copy action or values carried forward
|
Boolean |
translateCodes(Class businessObjectClass)
Deprecated.
|
void |
validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document,
PersistableBusinessObject businessObject,
String collectionName)
Deprecated.
|
void |
validateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document)
Deprecated.
validates the collections of the maintenance document checking to see if duplicate entries in the collection exist
|
void |
validateMaintenanceRequiredFields(MaintenanceDocument document)
Deprecated.
|
String getMaintenanceLabel(String docTypeName)
docTypeName
- - doc type to retrieve label forString getDocumentTypeName(Class dataObjectClass)
dataObjectClass
- String getMaintenanceDescription(String docTypeName)
docTypeName
- Collection getDefaultExistenceChecks(Class dataObjectClass)
dataObjectClass
- Collection getDefaultExistenceChecks(String docTypeName)
docTypeName
- List getLockingKeys(String docTypeName)
docTypeName
- Class getDataObjectClass(String docTypeName)
docTypeName
- Boolean getAllowsCopy(MaintenanceDocument document)
document
- - maintenance document instance to check copy flag forBoolean getAllowsNewOrCopy(String docTypeName)
document
- - maintenance document instance to check new or copy flag forMaintenanceDocumentEntry getMaintenanceDocumentEntry(String docTypeName)
boolean getPreserveLockingKeysOnCopy(Class dataObjectClass)
dataObjectClass
- - class for the data object to checkBoolean getAllowsRecordDeletion(Class dataObjectClass)
dataObjectClass
- - class for the data object to checkBoolean getAllowsRecordDeletion(MaintenanceDocument document)
document
- - maintenance document instance to checkClass getMaintainableClass(String docTypeName)
docTypeName
- @Deprecated List<MaintainableSectionDefinition> getMaintainableSections(String docTypeName)
docTypeName
- @Deprecated String getFieldDefaultValue(Class boClass, String fieldName)
boClass
- - the class of BO being maintainedfieldName
- - the fieldName of the attribute for which the default is desired@Deprecated String getFieldDefaultValue(String docTypeName, String fieldName)
docTypeName
- - the document type name of the maintainablefieldName
- - the fieldName of the attribute for which the default is desired@Deprecated String getCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName)
docTypeName
- - the document type name of the maintainablecollectionName
- - the name attribute of the collection to which the field belongsfieldName
- - the fieldName of the attribute for which the default is desired@Deprecated Class getCollectionBusinessObjectClass(String docTypeName, String collectionName)
docTypeName
- collectionName
- @Deprecated MaintainableItemDefinition getMaintainableItem(String docTypeName, String itemName)
docTypeName
- itemName
- @Deprecated MaintainableFieldDefinition getMaintainableField(String docTypeName, String fieldName)
docTypeName
- fieldName
- @Deprecated MaintainableCollectionDefinition getMaintainableCollection(String docTypeName, String collectionName)
docTypeName
- collectionName
- @Deprecated List<MaintainableCollectionDefinition> getMaintainableCollections(String docTypeName)
docTypeName
- @Deprecated List<MaintainableCollectionDefinition> getMaintainableCollections(MaintainableCollectionDefinition parentCollection)
parentCollection
- @Deprecated void validateMaintenanceRequiredFields(MaintenanceDocument document)
document
- void validateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document)
document
- @Deprecated void validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document, PersistableBusinessObject businessObject, String collectionName)
@Deprecated Boolean translateCodes(Class businessObjectClass)
businessObjectClass
- - business object class for maintenance definitionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.