@Deprecated public interface Maintainable extends Maintainable, SelectiveReferenceRefresher
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, useCustomLockDescriptors
applyDefaultValuesForCollectionLine, buildExportTableData, buildInquiryLink, cleanViewAfterRender, getCommonContext, getExpressionEvaluator, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, spawnSubLifecyle
getAffectedReferencesFromLookup
String 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–2016 The Kuali Foundation. All rights reserved.