org.kuali.student.enrollment.class2.courseoffering.service.impl
Class CourseOfferingInfoMaintainableImpl

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.student.enrollment.class2.courseoffering.service.impl.CourseOfferingInfoMaintainableImpl
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.maintenance.Maintainable, org.kuali.rice.krad.uif.service.ViewHelperService

Deprecated. This class is leftover from Core Slice. Delete when no longer needed or un deprecate if needed.

@Deprecated
public class CourseOfferingInfoMaintainableImpl
extends org.kuali.rice.krad.maintenance.MaintainableImpl

See Also:
Serialized Form

Constructor Summary
CourseOfferingInfoMaintainableImpl()
          Deprecated.  
 
Method Summary
protected  CourseOfferingService getCourseOfferingService()
          Deprecated.  
protected  CourseService getCourseService()
          Deprecated.  
 void prepareForSave()
          Deprecated.  
 void processAfterCopy(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String[]> requestParameters)
          Deprecated.  
 void processAfterEdit(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String[]> requestParameters)
          Deprecated.  
 void processAfterNew(org.kuali.rice.krad.maintenance.MaintenanceDocument document, Map<String,String[]> requestParameters)
          Deprecated.  
 void saveDataObject()
          Deprecated.  
 
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, processAfterAddLine, processAfterDeleteLine, processAfterPost, processAfterRetrieve, retrieveObjectForEditOrCopy, 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, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setConfigurationService, 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, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults
 

Constructor Detail

CourseOfferingInfoMaintainableImpl

public CourseOfferingInfoMaintainableImpl()
Deprecated. 
Method Detail

saveDataObject

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

prepareForSave

public void prepareForSave()
Deprecated. 
Specified by:
prepareForSave in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
prepareForSave in class org.kuali.rice.krad.maintenance.MaintainableImpl
See Also:
MaintainableImpl.prepareForSave()

processAfterCopy

public void processAfterCopy(org.kuali.rice.krad.maintenance.MaintenanceDocument document,
                             Map<String,String[]> requestParameters)
Deprecated. 
Specified by:
processAfterCopy in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
processAfterCopy in class org.kuali.rice.krad.maintenance.MaintainableImpl
See Also:
Maintainable.processAfterCopy(org.kuali.rice.krad.maintenance.MaintenanceDocument, java.util.Map)

processAfterEdit

public void processAfterEdit(org.kuali.rice.krad.maintenance.MaintenanceDocument document,
                             Map<String,String[]> requestParameters)
Deprecated. 
Specified by:
processAfterEdit in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
processAfterEdit in class org.kuali.rice.krad.maintenance.MaintainableImpl
See Also:
Maintainable.processAfterEdit(org.kuali.rice.krad.maintenance.MaintenanceDocument, java.util.Map)

processAfterNew

public void processAfterNew(org.kuali.rice.krad.maintenance.MaintenanceDocument document,
                            Map<String,String[]> requestParameters)
Deprecated. 
Specified by:
processAfterNew in interface org.kuali.rice.krad.maintenance.Maintainable
Overrides:
processAfterNew in class org.kuali.rice.krad.maintenance.MaintainableImpl
See Also:
Maintainable.processAfterNew(org.kuali.rice.krad.maintenance.MaintenanceDocument, java.util.Map)

getCourseService

protected CourseService getCourseService()
Deprecated. 

getCourseOfferingService

protected CourseOfferingService getCourseOfferingService()
Deprecated. 


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