public abstract class AbstractOrganizationServiceQualifierResolver extends Object implements QualifierResolver
OrganizationService
class.Modifier and Type | Field and Description |
---|---|
protected static String |
DOCUMENT_CONTENT_XML_DEFAULT_ORG_ID_KEY |
protected static String |
DOCUMENT_CONTENT_XML_ORG_ID_KEY |
static String |
DOCUMENT_CONTENT_XML_ROOT_ELEMENT_NAME |
static String |
KUALI_ORG_COC |
static String |
KUALI_ORG_COLLEGE |
static String |
KUALI_ORG_DEPARTMENT |
static String |
KUALI_ORG_DIVISION |
static String |
KUALI_ORG_HIERARCHY_CURRICULUM |
static String |
KUALI_ORG_PROGRAM |
static String |
KUALI_ORG_TYPE_CURRICULUM_PARENT |
Constructor and Description |
---|
AbstractOrganizationServiceQualifierResolver() |
Modifier and Type | Method and Description |
---|---|
protected List<Map<String,String>> |
attributeSetFromSearchResult(List<SearchResultRowInfo> results,
String orgIdKey) |
protected String |
getOrganizationIdDocumentContentFieldKey(RouteContext context) |
protected Set<String> |
getOrganizationIdsFromDocumentContent(RouteContext context)
Method to fetch the organization ids from the KEW document content XML
|
protected OrganizationService |
getOrganizationService() |
protected List<SearchResultRowInfo> |
relatedOrgsFromOrgId(String orgId,
String relationType,
String relatedOrgType) |
protected void |
setOrganizationService(OrganizationService orgSvc) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolve
protected static final String DOCUMENT_CONTENT_XML_DEFAULT_ORG_ID_KEY
protected static final String DOCUMENT_CONTENT_XML_ORG_ID_KEY
public static final String DOCUMENT_CONTENT_XML_ROOT_ELEMENT_NAME
public static final String KUALI_ORG_TYPE_CURRICULUM_PARENT
public static final String KUALI_ORG_HIERARCHY_CURRICULUM
public static final String KUALI_ORG_DEPARTMENT
public static final String KUALI_ORG_COLLEGE
public static final String KUALI_ORG_COC
public static final String KUALI_ORG_DIVISION
public static final String KUALI_ORG_PROGRAM
public AbstractOrganizationServiceQualifierResolver()
protected OrganizationService getOrganizationService()
protected void setOrganizationService(OrganizationService orgSvc)
protected Set<String> getOrganizationIdsFromDocumentContent(RouteContext context)
context
- - RouteContext class that holds data about the current document's routing and dataprotected String getOrganizationIdDocumentContentFieldKey(RouteContext context)
protected List<SearchResultRowInfo> relatedOrgsFromOrgId(String orgId, String relationType, String relatedOrgType)
protected List<Map<String,String>> attributeSetFromSearchResult(List<SearchResultRowInfo> results, String orgIdKey)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.