org.kuali.student.lum.statement.config.context
Class PersonContextImpl
java.lang.Object
org.kuali.student.core.statement.naturallanguage.AbstractContext<ReqComponentInfo>
org.kuali.student.lum.statement.config.context.BasicContextImpl
org.kuali.student.lum.statement.config.context.PersonContextImpl
- All Implemented Interfaces:
- Context<ReqComponentInfo>
public class PersonContextImpl
- extends BasicContextImpl
This class creates the template context for a person.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERSON_TOKEN
public static final String PERSON_TOKEN
- See Also:
- Constant Field Values
PersonContextImpl
public PersonContextImpl()
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-2012 The Kuali Foundation. All Rights Reserved.