|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.maintenance.KualiMaintainableImpl
org.kuali.rice.kns.maintenance.KualiGlobalMaintainableImpl
org.kuali.kfs.sys.document.FinancialSystemGlobalMaintainable
org.kuali.kfs.sys.document.LedgerPostingMaintainable
org.kuali.kfs.module.cam.document.AssetRetirementGlobalMaintainableImpl
public class AssetRetirementGlobalMaintainableImpl
This class overrides the base KualiGlobalMaintainableImpl to generate the specific maintenance locks for Global location
assets
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.maintenance.KualiMaintainableImpl |
|---|
boClass, businessObject, businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, dataDictionaryService, docTypeName, documentHelperService, documentNumber, encryptionService, inactiveRecordDisplay, maintenanceAction, maintenanceDocumentDictionaryService, maintenanceDocumentService, newCollectionLines, persistenceStructureService, personService |
| Constructor Summary | |
|---|---|
AssetRetirementGlobalMaintainableImpl()
|
|
| Method Summary | |
|---|---|
void |
addMultipleValueLookupResults(org.kuali.rice.kns.document.MaintenanceDocument document,
String collectionName,
Collection<org.kuali.rice.kns.bo.PersistableBusinessObject> rawValues,
boolean needsBlank,
org.kuali.rice.kns.bo.PersistableBusinessObject bo)
|
void |
addNewLineToCollection(String collectionName)
|
protected boolean |
answerSplitNodeQuestion(String nodeName)
|
void |
doRouteStatusChange(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
|
List<org.kuali.rice.kns.document.MaintenanceLock> |
generateMaintenanceLocks()
We are using a substitute mechanism for asset locking which can lock on assets when rule check passed. |
protected CapitalAssetManagementModuleService |
getCapitalAssetManagementModuleService()
|
Class<? extends org.kuali.rice.kns.bo.PersistableBusinessObject> |
getPrimaryEditedBusinessObjectClass()
|
Map<String,String> |
populateNewCollectionLines(Map<String,String> fieldValues,
org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument,
String methodToCall)
|
protected void |
processGlobalsAfterRetrieve()
|
void |
refresh(String refreshCaller,
Map fieldValues,
org.kuali.rice.kns.document.MaintenanceDocument document)
|
void |
setupNewFromExisting(org.kuali.rice.kns.document.MaintenanceDocument document,
Map<String,String[]> parameters)
|
| Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemGlobalMaintainable |
|---|
populateChartOfAccountsCodeFields, processAfterPost, processBeforeAddLine, refreshReferences |
| Methods inherited from class org.kuali.rice.kns.maintenance.KualiGlobalMaintainableImpl |
|---|
prepareForSave, prepareGlobalsForSave, processAfterRetrieve, saveBusinessObject |
| Methods inherited from class org.kuali.rice.kns.maintenance.KualiMaintainableImpl |
|---|
clearBusinessObjectOfRestrictedValues, clearCollectionRestrictedValues, clearFieldRestrictedValues, decryptEncryptedData, deleteBusinessObject, generateAllAffectedReferences, getAffectedReferencesFromLookup, getAllRefreshableReferences, getBoClass, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getCoreSections, getCustomLockDescriptor, getDataDictionaryService, getDocumentHelperService, getDocumentTitle, getDocumentTypeName, getDuplicateIdentifierFieldsFromDataDictionary, getEncryptionService, getInactiveRecordDisplay, getLockingDocumentId, getMaintainableTitle, getMaintenanceAction, getMaintenanceDocumentDictionaryService, getMaintenanceDocumentService, getMultiValueIdentifierList, getNewCollectionLine, getPersistenceStructureService, getPersonService, getSections, getShowInactiveRecords, getWorkflowEngineDocumentIdsToLock, hasBusinessObjectExisted, initNewCollectionLine, isBoNotesEnabled, isExternalBusinessObject, isOldBusinessObjectInDocument, isRelationshipRefreshable, performCollectionForceUpperCase, performFieldForceUpperCase, performFieldForceUpperCase, performForceUpperCase, populateBusinessObject, populateNewSubCollectionLines, prepareBusinessObject, prepareBusinessObjectForAdditionFromMultipleValueLookup, processAfterAddLine, processAfterCopy, processAfterEdit, processAfterNew, setBoClass, setBusinessObject, setDocumentNumber, setGenerateBlankRequiredValues, setGenerateDefaultValues, setMaintenanceAction, setNewCollectionLineDefaultValues, setShowInactiveRecords, shouldFieldBeEncrypted, useCustomLockDescriptors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetRetirementGlobalMaintainableImpl()
| Method Detail |
|---|
protected boolean answerSplitNodeQuestion(String nodeName)
throws UnsupportedOperationException
answerSplitNodeQuestion in class FinancialSystemGlobalMaintainableUnsupportedOperationExceptionFinancialSystemGlobalMaintainable.answerSplitNodeQuestion(java.lang.String)public List<org.kuali.rice.kns.document.MaintenanceLock> generateMaintenanceLocks()
generateMaintenanceLocks in interface org.kuali.rice.kns.maintenance.MaintainablegenerateMaintenanceLocks in class org.kuali.rice.kns.maintenance.KualiGlobalMaintainableImplMaintainable.generateMaintenanceLocks()protected CapitalAssetManagementModuleService getCapitalAssetManagementModuleService()
public void setupNewFromExisting(org.kuali.rice.kns.document.MaintenanceDocument document,
Map<String,String[]> parameters)
setupNewFromExisting in interface org.kuali.rice.kns.maintenance.MaintainablesetupNewFromExisting in class org.kuali.rice.kns.maintenance.KualiMaintainableImplprotected void processGlobalsAfterRetrieve()
processGlobalsAfterRetrieve in class org.kuali.rice.kns.maintenance.KualiGlobalMaintainableImplKualiGlobalMaintainableImpl.processGlobalsAfterRetrieve()
public void addMultipleValueLookupResults(org.kuali.rice.kns.document.MaintenanceDocument document,
String collectionName,
Collection<org.kuali.rice.kns.bo.PersistableBusinessObject> rawValues,
boolean needsBlank,
org.kuali.rice.kns.bo.PersistableBusinessObject bo)
addMultipleValueLookupResults in interface org.kuali.rice.kns.maintenance.MaintainableaddMultipleValueLookupResults in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
public void refresh(String refreshCaller,
Map fieldValues,
org.kuali.rice.kns.document.MaintenanceDocument document)
refresh in interface org.kuali.rice.kns.maintenance.Maintainablerefresh in class org.kuali.rice.kns.maintenance.KualiMaintainableImplKualiMaintainableImpl.refresh(java.lang.String, java.util.Map,
org.kuali.rice.kns.document.MaintenanceDocument)public void doRouteStatusChange(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
doRouteStatusChange in interface org.kuali.rice.kns.maintenance.MaintainabledoRouteStatusChange in class org.kuali.rice.kns.maintenance.KualiMaintainableImplKualiMaintainableImpl.doRouteStatusChange(org.kuali.rice.kns.bo.DocumentHeader)public void addNewLineToCollection(String collectionName)
addNewLineToCollection in interface org.kuali.rice.kns.maintenance.MaintainableaddNewLineToCollection in class org.kuali.rice.kns.maintenance.KualiMaintainableImplKualiMaintainableImpl.addNewLineToCollection(java.lang.String)public Class<? extends org.kuali.rice.kns.bo.PersistableBusinessObject> getPrimaryEditedBusinessObjectClass()
getPrimaryEditedBusinessObjectClass in class org.kuali.rice.kns.maintenance.KualiGlobalMaintainableImpl
public Map<String,String> populateNewCollectionLines(Map<String,String> fieldValues,
org.kuali.rice.kns.document.MaintenanceDocument maintenanceDocument,
String methodToCall)
populateNewCollectionLines in interface org.kuali.rice.kns.maintenance.MaintainablepopulateNewCollectionLines in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||