org.kuali.ole.deliver.request.maintenance
Class OleDeliverRequestMaintenanceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.maintenance.MaintainableImpl
          extended by org.kuali.ole.deliver.request.maintenance.OleDeliverRequestMaintenanceImpl
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.maintenance.Maintainable, org.kuali.rice.krad.uif.service.ViewHelperService

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

Created with IntelliJ IDEA. User: ? Date: 10/11/12 Time: 7:01 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
OleDeliverRequestMaintenanceImpl()
           
 
Method Summary
 void processAfterCopy(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String[]> requestParameters)
          This method will set the description when copy is selected
 void processAfterEdit(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String[]> requestParameters)
          This method will set the description for edit operation
 void processAfterNew(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String[]> requestParameters)
          This method will set the default value for the name object and also set the description when a new patron document is created
 Object retrieveObjectForEditOrCopy(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String> dataObjectKeys)
           
 
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, processAfterDeleteLine, processAfterPost, processAfterRetrieve, saveDataObject, 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
addClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent
 
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
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults
 

Constructor Detail

OleDeliverRequestMaintenanceImpl

public OleDeliverRequestMaintenanceImpl()
Method Detail

processAfterNew

public void processAfterNew(org.kuali.rice.krad.maintenance.MaintenanceDocument document,
                            Map<String,String[]> requestParameters)
This method will set the default value for the name object and also set the description when a new patron document is created

Specified by:
processAfterNew in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
processAfterNew in class org.kuali.rice.krad.maintenance.MaintainableImpl
Parameters:
document -
requestParameters -

processAfterCopy

public void processAfterCopy(org.kuali.rice.krad.maintenance.MaintenanceDocument document,
                             Map<String,String[]> requestParameters)
This method will set the description when copy is selected

Specified by:
processAfterCopy in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
processAfterCopy in class org.kuali.rice.krad.maintenance.MaintainableImpl
Parameters:
document -
requestParameters -

processAfterEdit

public void processAfterEdit(org.kuali.rice.krad.maintenance.MaintenanceDocument document,
                             Map<String,String[]> requestParameters)
This method will set the description for edit operation

Specified by:
processAfterEdit in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
processAfterEdit in class org.kuali.rice.krad.maintenance.MaintainableImpl
Parameters:
document -
requestParameters -

retrieveObjectForEditOrCopy

public Object retrieveObjectForEditOrCopy(org.kuali.rice.krad.maintenance.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


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