org.kuali.rice.kim.inquiry
Class GroupInquirableImpl

java.lang.Object
  extended by org.kuali.rice.kns.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.kns.inquiry.KualiInquirableImpl
          extended by org.kuali.rice.kim.inquiry.GroupInquirableImpl
All Implemented Interfaces:
Inquirable, ViewHelperService

public class GroupInquirableImpl
extends KualiInquirableImpl

This is a description of what this class does - kellerj don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  String GROUP_ID
           
protected  String GROUP_NAME
           
protected  String NAMESPACE_CODE
           
 
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, dataObjectClass, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, kualiConfigurationService, lookupService, persistenceStructureService, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
GroupInquirableImpl()
           
 
Method Summary
 BusinessObject getBusinessObject(Map fieldValues)
          This overridden method ...
 String getCustomGroupInquiryHref(String href)
           
 HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
          Helper method to build an inquiry url for a result field.
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, buildInquirableLink, createTitleText, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataObject, getDataObjectClass, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setDataObjectClass, setEncryptionService, setKualiConfigurationService, setLookupService, setPersistenceStructureService, setShowInactiveRecords
 
Methods inherited from class org.kuali.rice.kns.uif.service.impl.ViewHelperServiceImpl
buildInquiryLink, getCommonContext, getDataDictionaryService, getDictionaryModelClass, getExpressionEvaluatorService, getViewDictionaryService, initializeAttributeFieldFromDataDictionary, invokeAuthorizerPresentationController, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateViewFromRequestParameters, processAfterAddLine, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_NAME

protected final String GROUP_NAME
See Also:
Constant Field Values

GROUP_ID

protected final String GROUP_ID
See Also:
Constant Field Values

NAMESPACE_CODE

protected final String NAMESPACE_CODE
See Also:
Constant Field Values
Constructor Detail

GroupInquirableImpl

public GroupInquirableImpl()
Method Detail

getInquiryUrl

public HtmlData getInquiryUrl(BusinessObject businessObject,
                              String attributeName,
                              boolean forceInquiry)
Description copied from class: KualiInquirableImpl
Helper method to build an inquiry url for a result field.

Specified by:
getInquiryUrl in interface Inquirable
Overrides:
getInquiryUrl in class KualiInquirableImpl
Returns:
String url to inquiry

getCustomGroupInquiryHref

public String getCustomGroupInquiryHref(String href)

getBusinessObject

public BusinessObject getBusinessObject(Map fieldValues)
This overridden method ...

Specified by:
getBusinessObject in interface Inquirable
Overrides:
getBusinessObject in class KualiInquirableImpl
See Also:
KualiInquirableImpl.getBusinessObject(java.util.Map)


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