org.kuali.student.lum.statement.config.context
Class GpaContextImpl

java.lang.Object
  extended by org.kuali.student.core.statement.naturallanguage.AbstractContext<ReqComponentInfo>
      extended by org.kuali.student.lum.statement.config.context.BasicContextImpl
          extended by org.kuali.student.lum.statement.config.context.GpaContextImpl
All Implemented Interfaces:
Context<ReqComponentInfo>

public class GpaContextImpl
extends BasicContextImpl

This class creates the template context for grade check type.


Field Summary
static String GPA_TOKEN
          GPA template token
 
Fields inherited from class org.kuali.student.lum.statement.config.context.BasicContextImpl
INTEGER_VALUE_TOKEN, NL_HELPER_TOKEN, OPERATOR_TOKEN
 
Fields inherited from class org.kuali.student.core.statement.naturallanguage.AbstractContext
FIELDS_TOKEN
 
Constructor Summary
GpaContextImpl()
           
 
Method Summary
 Map<String,Object> createContextMap(ReqComponentInfo reqComponent)
          Creates the context map (template data) for the requirement component.
 
Methods inherited from class org.kuali.student.core.statement.naturallanguage.AbstractContext
getReqComponentFieldMap, getReqComponentFieldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GPA_TOKEN

public static final String GPA_TOKEN
GPA template token

See Also:
Constant Field Values
Constructor Detail

GpaContextImpl

public GpaContextImpl()
Method Detail

createContextMap

public Map<String,Object> createContextMap(ReqComponentInfo reqComponent)
                                    throws OperationFailedException
Creates the context map (template data) for the requirement component.

Specified by:
createContextMap in interface Context<ReqComponentInfo>
Overrides:
createContextMap in class BasicContextImpl
Parameters:
reqComponent - Requirement component
Throws:
OperationFailedException - Creating context map fails


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