|
||||||||||
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.Maintainable
generateMaintenanceLocks
in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
KualiMaintainableImpl.generateMaintenanceLocks()
public void doRouteStatusChange(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
doRouteStatusChange
in interface org.kuali.rice.kns.maintenance.Maintainable
doRouteStatusChange
in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
KualiMaintainableImpl.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.Maintainable
processAfterEdit
in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
document
- 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.KualiMaintainableImpl
KualiMaintainableImpl.refresh(java.lang.String, java.util.Map,
org.kuali.rice.kns.document.MaintenanceDocument)
public void processAfterRetrieve()
processAfterRetrieve
in interface org.kuali.rice.kns.maintenance.Maintainable
processAfterRetrieve
in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
KualiMaintainableImpl.processAfterRetrieve()
public void saveBusinessObject()
saveBusinessObject
in interface org.kuali.rice.kns.maintenance.Maintainable
saveBusinessObject
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.Maintainable
processAfterNew
in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
public void setGenerateDefaultValues(String docTypeName)
setGenerateDefaultValues
in interface org.kuali.rice.kns.maintenance.Maintainable
setGenerateDefaultValues
in class org.kuali.rice.kns.maintenance.KualiMaintainableImpl
public 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 |