Maintainable.@Deprecated public interface Maintainable extends Maintainable, SelectiveReferenceRefresher
| Modifier and Type | Method and Description |
|---|---|
void |
addMultipleValueLookupResults(MaintenanceDocument document,
String collectionName,
Collection<PersistableBusinessObject> rawValues,
boolean needsBlank,
PersistableBusinessObject bo)
Deprecated.
|
void |
addNewLineToCollection(String collectionName)
Deprecated.
|
void |
clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
Deprecated.
|
void |
deleteBusinessObject()
Deprecated.
|
Class |
getBoClass()
Deprecated.
|
PersistableBusinessObject |
getBusinessObject()
Deprecated.
|
String |
getDocumentTitle(MaintenanceDocument document)
Deprecated.
|
List<String> |
getDuplicateIdentifierFieldsFromDataDictionary(String docTypeName,
String collectionName)
Deprecated.
|
Map<String,Boolean> |
getInactiveRecordDisplay()
Deprecated.
|
String |
getMaintainableTitle()
Deprecated.
|
List<String> |
getMultiValueIdentifierList(Collection maintCollection,
List<String> duplicateIdentifierFields)
Deprecated.
|
PersistableBusinessObject |
getNewCollectionLine(String collectionName)
Deprecated.
|
List |
getSections(MaintenanceDocument maintenanceDocument,
Maintainable oldMaintainable)
Deprecated.
|
boolean |
getShowInactiveRecords(String collectionName)
Deprecated.
|
boolean |
hasBusinessObjectExisted(BusinessObject bo,
List<String> existingIdentifierList,
List<String> duplicateIdentifierFields)
Deprecated.
|
boolean |
isBoNotesEnabled()
Deprecated.
|
boolean |
isOldBusinessObjectInDocument()
Deprecated.
|
Map |
populateBusinessObject(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
|
Map<String,String> |
populateNewCollectionLines(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
|
void |
prepareBusinessObject(BusinessObject businessObject)
Deprecated.
|
void |
processAfterCopy(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
processAfterEdit(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
processAfterNew(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
processAfterPost(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
processBeforeAddLine(String colName,
Class colClass,
BusinessObject addBO)
Deprecated.
|
void |
refresh(String refreshCaller,
Map fieldValues,
MaintenanceDocument document)
Deprecated.
|
void |
saveBusinessObject()
Deprecated.
|
void |
setBoClass(Class boClass)
Deprecated.
|
void |
setBusinessObject(PersistableBusinessObject object)
Deprecated.
|
void |
setGenerateBlankRequiredValues(String docTypeName)
Deprecated.
|
void |
setGenerateDefaultValues(String docTypeName)
Deprecated.
|
void |
setShowInactiveRecords(String collectionName,
boolean showInactive)
Deprecated.
|
void |
setupNewFromExisting(MaintenanceDocument document,
Map<String,String[]> parameters)
Deprecated.
|
deleteDataObject, doRouteStatusChange, generateMaintenanceLocks, getCustomLockDescriptor, getDataObject, getDataObjectClass, getDocumentTitle, getLockingDocumentId, getMaintenanceAction, getPersistableBusinessObject, getWorkflowEngineDocumentIdsToLock, isExternalBusinessObject, isLockable, isNotesEnabled, isOldDataObjectInDocument, prepareExternalBusinessObject, prepareForSave, processAfterCopy, processAfterEdit, processAfterNew, processAfterPost, processAfterRetrieve, retrieveObjectForEditOrCopy, saveDataObject, setDataObject, setDataObjectClass, setDocumentNumber, setMaintenanceAction, setupNewFromExisting, useCustomLockDescriptorsaddCustomContainerComponents, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getDefaultValueForField, getExpressionEvaluatorFactory, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setElementContext, setViewContextgetAffectedReferencesFromLookupString getDocumentTitle(MaintenanceDocument document)
@Deprecated PersistableBusinessObject getBusinessObject()
@Deprecated void refresh(String refreshCaller, Map fieldValues, MaintenanceDocument document)
@Deprecated void setBusinessObject(PersistableBusinessObject object)
@Deprecated Class getBoClass()
@Deprecated void setBoClass(Class boClass)
@Deprecated void saveBusinessObject()
@Deprecated void addMultipleValueLookupResults(MaintenanceDocument document, String collectionName, Collection<PersistableBusinessObject> rawValues, boolean needsBlank, PersistableBusinessObject bo)
@Deprecated List<String> getDuplicateIdentifierFieldsFromDataDictionary(String docTypeName, String collectionName)
@Deprecated List<String> getMultiValueIdentifierList(Collection maintCollection, List<String> duplicateIdentifierFields)
@Deprecated boolean hasBusinessObjectExisted(BusinessObject bo, List<String> existingIdentifierList, List<String> duplicateIdentifierFields)
@Deprecated void clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
MaintenanceDocumentRestrictions instance.
This method should only be called if this maintainable represents the new
maintainable of the maintenance document.maintenanceDocumentRestrictions - boolean isBoNotesEnabled()
@Deprecated void prepareBusinessObject(BusinessObject businessObject)
@Deprecated void deleteBusinessObject()
@Deprecated boolean isOldBusinessObjectInDocument()
@Deprecated boolean getShowInactiveRecords(String collectionName)
collectionName - - name of the collection (or sub-collection) to check inactive
record display setting@Deprecated Map<String,Boolean> getInactiveRecordDisplay()
@Deprecated void setShowInactiveRecords(String collectionName, boolean showInactive)
collectionName - - name of the collection (or sub-collection) to set inactive
record display settingshowInactive - - true to display inactive, false to not display inactive
records@Deprecated Map<String,String> populateNewCollectionLines(Map<String,String> fieldValues, MaintenanceDocument maintenanceDocument, String methodToCall)
fieldValues - @Deprecated PersistableBusinessObject getNewCollectionLine(String collectionName)
collectionName - @Deprecated void addNewLineToCollection(String collectionName)
collectionName - @Deprecated void processBeforeAddLine(String colName, Class colClass, BusinessObject addBO)
colName - colClass - addBO - @Deprecated void setGenerateDefaultValues(String docTypeName)
docTypeName - @Deprecated void setGenerateBlankRequiredValues(String docTypeName)
docTypeName - @Deprecated List getSections(MaintenanceDocument maintenanceDocument, Maintainable oldMaintainable)
oldMaintainable - - If this is the new maintainable, the old is passed in for
reference. If it is the old maintainable, then null will be
passed in@Deprecated Map populateBusinessObject(Map<String,String> fieldValues, MaintenanceDocument maintenanceDocument, String methodToCall)
fieldValues - maintenanceDocument - @Deprecated String getMaintainableTitle()
void setupNewFromExisting(MaintenanceDocument document, Map<String,String[]> parameters)
void processAfterCopy(MaintenanceDocument document, Map<String,String[]> requestParameters)
void processAfterEdit(MaintenanceDocument document, Map<String,String[]> requestParameters)
void processAfterNew(MaintenanceDocument document, Map<String,String[]> requestParameters)
void processAfterPost(MaintenanceDocument document, Map<String,String[]> requestParameters)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.