org.kuali.student.lum.statement.config.context
Class OrganizationContextImpl
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.OrganizationContextImpl
- All Implemented Interfaces:
- Context<ReqComponentInfo>
public class OrganizationContextImpl
- extends BasicContextImpl
This class creates the template context for an organization.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
organizationService
private OrganizationService organizationService
ORG_TOKEN
public static final String ORG_TOKEN
- See Also:
- Constant Field Values
OrganizationContextImpl
public OrganizationContextImpl()
setOrganizationService
public void setOrganizationService(OrganizationService organizationService)
getOrganization
private OrgInfo getOrganization(String orgId)
throws OperationFailedException
- Throws:
OperationFailedException
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.