| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Maintainable
Defines basic methods that all maintainable objects must provide
| Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService | 
|---|
| applyDefaultValuesForCollectionLine, buildInquiryLink, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults | 
| Methods inherited from interface org.kuali.rice.krad.lookup.SelectiveReferenceRefresher | 
|---|
| getAffectedReferencesFromLookup | 
| Method Detail | 
|---|
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)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||