org.kuali.student.enrollment.class2.acal.service
Class AcademicCalendarWrapperMaintainableImpl

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.acal.service.AcademicCalendarWrapperMaintainableImpl
All Implemented Interfaces:
Serializable, Maintainable, ViewHelperService

Deprecated.

@Deprecated
public class AcademicCalendarWrapperMaintainableImpl
extends MaintainableImpl

See Also:
Serialized Form

Field Summary
static String ACADEMIC_CALENDAR_KEY_PREFIX
          Deprecated.  
static String CREDENTIAL_PROGRAM_TYPE_KEY_PREFIX
          Deprecated.  
static String KEY_DATE_INFO_KEY_PREFIX
          Deprecated.  
static String MILESTONE_TYPE_KEY_PREFIX
          Deprecated.  
static String TERM_KEY_PREFIX
          Deprecated.  
static String TERM_TYPE_KEY_PREFIX
          Deprecated.  
 
Constructor Summary
AcademicCalendarWrapperMaintainableImpl()
          Deprecated.  
 
Method Summary
protected  AcademicCalendarService getAcademicCalendarService()
          Deprecated.  
 void processAfterCopy(MaintenanceDocument document, Map<String,String[]> requestParameters)
          Deprecated.  
 void processAfterEdit(MaintenanceDocument document, Map<String,String[]> requestParameters)
          Deprecated.  
 void processAfterNew(MaintenanceDocument document, Map<String,String[]> requestParameters)
          Deprecated.  
 Object retrieveObjectForEditOrCopy(MaintenanceDocument document, Map<String,String> dataObjectKeys)
          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, prepareForSave, processAfterAddLine, processAfterDeleteLine, 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
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
 

Field Detail

ACADEMIC_CALENDAR_KEY_PREFIX

public static final String ACADEMIC_CALENDAR_KEY_PREFIX
Deprecated. 
See Also:
Constant Field Values

CREDENTIAL_PROGRAM_TYPE_KEY_PREFIX

public static final String CREDENTIAL_PROGRAM_TYPE_KEY_PREFIX
Deprecated. 
See Also:
Constant Field Values

TERM_KEY_PREFIX

public static final String TERM_KEY_PREFIX
Deprecated. 
See Also:
Constant Field Values

TERM_TYPE_KEY_PREFIX

public static final String TERM_TYPE_KEY_PREFIX
Deprecated. 
See Also:
Constant Field Values

MILESTONE_TYPE_KEY_PREFIX

public static final String MILESTONE_TYPE_KEY_PREFIX
Deprecated. 
See Also:
Constant Field Values

KEY_DATE_INFO_KEY_PREFIX

public static final String KEY_DATE_INFO_KEY_PREFIX
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AcademicCalendarWrapperMaintainableImpl

public AcademicCalendarWrapperMaintainableImpl()
Deprecated. 
Method Detail

saveDataObject

public void saveDataObject()
Deprecated. 
Specified by:
saveDataObject in interface Maintainable
Overrides:
saveDataObject in class MaintainableImpl

retrieveObjectForEditOrCopy

public Object retrieveObjectForEditOrCopy(MaintenanceDocument document,
                                          Map<String,String> dataObjectKeys)
Deprecated. 
Specified by:
retrieveObjectForEditOrCopy in interface Maintainable
Overrides:
retrieveObjectForEditOrCopy in class MaintainableImpl

processAfterCopy

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

processAfterEdit

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

processAfterNew

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

getAcademicCalendarService

protected AcademicCalendarService getAcademicCalendarService()
Deprecated. 


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