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

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.inquiry.InquirableImpl
          extended by org.kuali.student.enrollment.class2.courseoffering.service.impl.EnrollmentFeeInfoInquirableImpl
All Implemented Interfaces:
Serializable, Inquirable, ViewHelperService

public class EnrollmentFeeInfoInquirableImpl
extends InquirableImpl

This class //TODO ...

Author:
Kuali Student Team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
EnrollmentFeeInfoInquirableImpl()
           
 
Method Summary
 CourseOfferingService getCourseOfferingService()
           
 FeeService getFeeService()
           
 EnrollmentFeeInfo retrieveDataObject(Map<String,String> parameters)
           
 void setFeeService(FeeService feeService)
           
 
Methods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
buildInquirableLink, getAlternateKeysForClass, getBusinessObjectService, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getEncryptionService, getKualiModuleService, retrieveKeySetFromMap, setDataObjectClass
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addClientSideStateForComponent, addCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, 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
 

Constructor Detail

EnrollmentFeeInfoInquirableImpl

public EnrollmentFeeInfoInquirableImpl()
Method Detail

retrieveDataObject

public EnrollmentFeeInfo retrieveDataObject(Map<String,String> parameters)
Specified by:
retrieveDataObject in interface Inquirable
Overrides:
retrieveDataObject in class InquirableImpl

getFeeService

public FeeService getFeeService()

setFeeService

public void setFeeService(FeeService feeService)

getCourseOfferingService

public CourseOfferingService getCourseOfferingService()


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