edu.sampleu.travel.service
Class FiscalOfficerInfoMaintainableImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.maintenance.MaintainableImpl
          extended by edu.sampleu.travel.service.FiscalOfficerInfoMaintainableImpl
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.maintenance.Maintainable, org.kuali.rice.krad.uif.service.ViewHelperService

public class FiscalOfficerInfoMaintainableImpl
extends org.kuali.rice.krad.maintenance.MaintainableImpl

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
FiscalOfficerInfoMaintainableImpl()
           
 
Method Summary
protected  FiscalOfficerService getFiscalOfficerService()
           
 Object retrieveObjectForEditOrCopy(org.kuali.rice.krad.document.MaintenanceDocument document, Map<String,String> dataObjectKeys)
           
 void saveDataObject()
           
 void setFiscalOfficerService(FiscalOfficerService fiscalOfficerService)
           
 
Methods inherited from class org.kuali.rice.krad.maintenance.MaintainableImpl
deleteDataObject, doRouteStatusChange, generateMaintenanceLocks, getBusinessObjectService, getCustomLockDescriptor, getDataObject, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getDocumentDictionaryService, getDocumentNumber, getDocumentTitle, getDocumentTypeName, getEncryptionService, getLockingDocumentId, getLookupService, getMaintenanceAction, getMaintenanceDocumentService, getWorkflowEngineDocumentIdsToLock, isExternalBusinessObject, isNotesEnabled, isOldDataObjectInDocument, prepareExternalBusinessObject, prepareForSave, processAfterAddLine, processAfterCopy, processAfterDeleteLine, processAfterEdit, processAfterNew, processAfterPost, processAfterRetrieve, setBusinessObjectService, setDataObject, setDataObjectAuthorizationService, setDataObjectClass, setDataObjectMetaDataService, setDocumentDictionaryService, setDocumentNumber, setEncryptionService, setLookupService, setMaintenanceAction, setMaintenanceDocumentService, setupNewFromExisting, useCustomLockDescriptors
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
applyDefaultValues, applyDefaultValuesForCollectionLine, buildInquiryLink, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getDictionaryModelClass, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeAttributeFieldFromDataDictionary, invokeAuthorizerPresentationController, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService
applyDefaultValues, applyDefaultValuesForCollectionLine, buildInquiryLink, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddLine, processCollectionDeleteLine
 

Constructor Detail

FiscalOfficerInfoMaintainableImpl

public FiscalOfficerInfoMaintainableImpl()
Method Detail

saveDataObject

public void saveDataObject()
Specified by:
saveDataObject in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
saveDataObject in class org.kuali.rice.krad.maintenance.MaintainableImpl

retrieveObjectForEditOrCopy

public Object retrieveObjectForEditOrCopy(org.kuali.rice.krad.document.MaintenanceDocument document,
                                          Map<String,String> dataObjectKeys)
Specified by:
retrieveObjectForEditOrCopy in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
retrieveObjectForEditOrCopy in class org.kuali.rice.krad.maintenance.MaintainableImpl

getFiscalOfficerService

protected FiscalOfficerService getFiscalOfficerService()

setFiscalOfficerService

public void setFiscalOfficerService(FiscalOfficerService fiscalOfficerService)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.