| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface MaintenanceDocumentDictionaryService
Defines methods that a MaintenanceDocumentDictionary Service must provide. Defines the API for the interacting with Document-related entries in the data dictionary.
| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
String getMaintenanceLabel(String docTypeName)
docTypeName - - doc type to retrieve label for
String 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 for
Boolean getAllowsNewOrCopy(String docTypeName)
document - - maintenance document instance to check new or copy flag for
MaintenanceDocumentEntry getMaintenanceDocumentEntry(String docTypeName)
boolean getPreserveLockingKeysOnCopy(Class dataObjectClass)
dataObjectClass - - class for the data object to check
Boolean getAllowsRecordDeletion(Class dataObjectClass)
dataObjectClass - - class for the data object to check
Boolean getAllowsRecordDeletion(MaintenanceDocument document)
document - - maintenance document instance to check
Class 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 definition
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||