|
||||||||||
| 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.kfs.sys.document.FinancialSystemMaintainable
org.kuali.kfs.module.cam.document.AssetMaintainableImpl
public class AssetMaintainableImpl
This class implements custom data preparation for displaying asset edit screen.
| 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 | |
|---|---|
AssetMaintainableImpl()
|
|
| Method Summary | |
|---|---|
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()
|
List<org.kuali.rice.kns.web.ui.Section> |
getCoreSections(org.kuali.rice.kns.document.MaintenanceDocument document,
org.kuali.rice.kns.maintenance.Maintainable oldMaintainable)
|
List<String> |
getFpLinkedDocumentInfo()
|
List<String> |
getFpLinks()
|
List<String> |
getPreqLinks()
|
boolean |
isFabricationOn()
|
void |
processAfterEdit(org.kuali.rice.kns.document.MaintenanceDocument document,
Map parameters)
|
void |
processAfterNew(org.kuali.rice.kns.document.MaintenanceDocument document,
Map<String,String[]> parameters)
|
void |
processAfterRetrieve()
KFSMI-5964: added refresh to Asset object after retrieve to prevent updated depreciation data from wiped on existing saved/enrouted maint. |
void |
saveBusinessObject()
|
void |
setFabricationOn(boolean fabricationOn)
|
void |
setGenerateDefaultValues(String docTypeName)
|
| Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemMaintainable |
|---|
answerSplitNodeQuestion, populateChartOfAccountsCodeFields, processAfterPost, processBeforeAddLine, refreshReferences |
| Methods inherited from class org.kuali.rice.kns.maintenance.KualiMaintainableImpl |
|---|
addMultipleValueLookupResults, addNewLineToCollection, clearBusinessObjectOfRestrictedValues, clearCollectionRestrictedValues, clearFieldRestrictedValues, decryptEncryptedData, deleteBusinessObject, generateAllAffectedReferences, getAffectedReferencesFromLookup, getAllRefreshableReferences, getBoClass, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, 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, populateNewCollectionLines, populateNewSubCollectionLines, prepareBusinessObject, prepareBusinessObjectForAdditionFromMultipleValueLookup, prepareForSave, processAfterAddLine, processAfterCopy, refresh, setBoClass, setBusinessObject, setDocumentNumber, setGenerateBlankRequiredValues, setMaintenanceAction, setNewCollectionLineDefaultValues, setShowInactiveRecords, setupNewFromExisting, shouldFieldBeEncrypted, useCustomLockDescriptors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetMaintainableImpl()
| Method Detail |
|---|
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.KualiMaintainableImplKualiMaintainableImpl.generateMaintenanceLocks()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)protected CapitalAssetManagementModuleService getCapitalAssetManagementModuleService()
public void processAfterEdit(org.kuali.rice.kns.document.MaintenanceDocument document,
Map parameters)
processAfterEdit in interface org.kuali.rice.kns.maintenance.MaintainableprocessAfterEdit in class org.kuali.rice.kns.maintenance.KualiMaintainableImpldocument - Maintenance Document used for editingparameters - Parameters availableMaintainable.processAfterEdit(org.kuali.rice.kns.document.MaintenanceDocument,
java.util.Map)
public List<org.kuali.rice.kns.web.ui.Section> getCoreSections(org.kuali.rice.kns.document.MaintenanceDocument document,
org.kuali.rice.kns.maintenance.Maintainable oldMaintainable)
getCoreSections in class org.kuali.rice.kns.maintenance.KualiMaintainableImplKualiMaintainableImpl.refresh(java.lang.String, java.util.Map,
org.kuali.rice.kns.document.MaintenanceDocument)public void processAfterRetrieve()
processAfterRetrieve in interface org.kuali.rice.kns.maintenance.MaintainableprocessAfterRetrieve in class org.kuali.rice.kns.maintenance.KualiMaintainableImplKualiMaintainableImpl.processAfterRetrieve()public void saveBusinessObject()
saveBusinessObject in interface org.kuali.rice.kns.maintenance.MaintainablesaveBusinessObject in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
public void processAfterNew(org.kuali.rice.kns.document.MaintenanceDocument document,
Map<String,String[]> parameters)
processAfterNew in interface org.kuali.rice.kns.maintenance.MaintainableprocessAfterNew in class org.kuali.rice.kns.maintenance.KualiMaintainableImplpublic void setGenerateDefaultValues(String docTypeName)
setGenerateDefaultValues in interface org.kuali.rice.kns.maintenance.MaintainablesetGenerateDefaultValues in class org.kuali.rice.kns.maintenance.KualiMaintainableImplpublic List<String> getFpLinks()
public List<String> getPreqLinks()
public List<String> getFpLinkedDocumentInfo()
public boolean isFabricationOn()
public void setFabricationOn(boolean fabricationOn)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||