org.kuali.rice.kim.lookup
Class ResponsibilityLookupableHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
      extended by org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
          extended by org.kuali.rice.kim.lookup.KimLookupableHelperServiceImpl
              extended by org.kuali.rice.kim.lookup.RoleMemberLookupableHelperServiceImpl
                  extended by org.kuali.rice.kim.lookup.ResponsibilityLookupableHelperServiceImpl
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.lookup.LookupableHelperService

public class ResponsibilityLookupableHelperServiceImpl
extends RoleMemberLookupableHelperServiceImpl

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

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kim.lookup.RoleMemberLookupableHelperServiceImpl
ASSIGNED_TO_GROUP_NAME, ASSIGNED_TO_GROUP_NAMESPACE_CODE, ASSIGNED_TO_NAMESPACE_FOR_LOOKUP, ASSIGNED_TO_PRINCIPAL_NAME, ASSIGNED_TO_ROLE_MEMBER_ID, ASSIGNED_TO_ROLE_NAME, ASSIGNED_TO_ROLE_NAMESPACE_CODE, ASSIGNED_TO_ROLE_ROLE_NAME, ATTRIBUTE_NAME, ATTRIBUTE_VALUE, DETAIL_CRITERIA, DETAIL_OBJECTS_ATTRIBUTE_NAME, DETAIL_OBJECTS_ATTRIBUTE_VALUE, GROUP_NAME, NAME, NAMESPACE_CODE, TEMPLATE_NAME, TEMPLATE_NAMESPACE_CODE, WILDCARD
 
Fields inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
searchUsingOnlyPrimaryKeyValues
 
Fields inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
ACTION_URLS_CHILDREN_END, ACTION_URLS_CHILDREN_SEPARATOR, ACTION_URLS_CHILDREN_STARTER, ACTION_URLS_EMPTY, ACTION_URLS_SEPARATOR, backLocation, businessObjectAuthorizationService, businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, configurationService, dataDictionaryService, docFormKey, docNum, encryptionService, fieldConversions, forceLookupResultFieldInquiryCache, inquirableClassCache, kualiInquirable, lookupResultsService, maintenanceDocumentDictionaryService, noLookupResultFieldInquiryCache, parameters, parameterService, persistenceStructureService, readOnlyFieldsList, referencesToRefresh, resultColumns, RESULTS_DEFAULT_MAX_COLUMN_LENGTH, rows, sequenceAccessorService, TITLE_ACTION_URL_PREPENDTEXT_PROPERTY, TITLE_RETURN_URL_PREPENDTEXT_PROPERTY
 
Constructor Summary
ResponsibilityLookupableHelperServiceImpl()
           
 
Method Summary
protected  String getActionUrlHref(org.kuali.rice.kns.bo.BusinessObject businessObject, String methodToCall, List pkNames)
           
 List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject businessObject, List pkNames)
          This overridden method ...
 org.kuali.rice.kns.service.LookupService getLookupService()
           
protected  String getMaintenanceDocumentTypeName()
          This overridden method ...
protected  List<? extends org.kuali.rice.kns.bo.BusinessObject> getMemberSearchResults(Map<String,String> searchCriteria, boolean unbounded)
           
 
Methods inherited from class org.kuali.rice.kim.lookup.RoleMemberLookupableHelperServiceImpl
buildRoleSearchCriteria, buildSearchCriteria, getActualSizeIfTruncated, getQueryString, getRows, getSearchResultsHelper, isMapSubset, parseDetailCriteria, searchRoles, validateSearchParameters
 
Methods inherited from class org.kuali.rice.kim.lookup.KimLookupableHelperServiceImpl
allowsNewOrCopyAction, getDocumentHelperService, getTypeInfoService
 
Methods inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
getExternalBusinessObjectProperty, getExternalizableBusinessObjectClass, getExternalizableBusinessObjectFieldValues, getExternalizableBusinessObjectProperties, getPrimaryKeyFieldLabels, getSearchResults, getSearchResultsUnbounded, hasExternalBusinessObjectProperty, isExternalBusinessObjectProperty, isSearchUsingOnlyPrimaryKeyValues, removeExternalizableBusinessObjectFieldValues
 
Methods inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
addToReturnHref, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, applyConditionalLogicForFieldDisplay, applyFieldAuthorizationsFromNestedLookups, checkForAdditionalFields, getActionUrls, getActionUrlTitleText, getBackLocation, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getColumnMaxLength, getColumns, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getCurrentSearchFieldValue, getDataDictionaryService, getDefaultSortColumns, getDocFormKey, getDocNum, getEmptyActionUrls, getEmptyAnchorHtmlData, getEncryptionService, getExtraField, getInquiryUrl, getKualiConfigurationService, getKualiInquirable, getLookupResultsService, getMaintenanceDocumentDictionaryService, getMaintenanceUrl, getParameters, getParameters, getParameterService, getParametersFromPrimaryKey, getPersistenceStructureService, getPropertyClass, getReadOnlyFieldsList, getReferencesToRefresh, getReturnAnchorHtmlData, getReturnHref, getReturnHref, getReturnInputHtmlData, getReturnKeys, getReturnLocation, getReturnUrl, getReturnUrl, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, maskValueIfNecessary, performClear, performCustomAction, performLookup, preprocessDateFields, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setBusinessObjectService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setRows, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameterWildcardAndOperators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponsibilityLookupableHelperServiceImpl

public ResponsibilityLookupableHelperServiceImpl()
Method Detail

getCustomActionUrls

public List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject businessObject,
                                                                    List pkNames)
This overridden method ...

Specified by:
getCustomActionUrls in interface org.kuali.rice.kns.lookup.LookupableHelperService
Overrides:
getCustomActionUrls in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
See Also:
AbstractLookupableHelperServiceImpl.getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject, java.util.List)

getActionUrlHref

protected String getActionUrlHref(org.kuali.rice.kns.bo.BusinessObject businessObject,
                                  String methodToCall,
                                  List pkNames)
Overrides:
getActionUrlHref in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl

getMaintenanceDocumentTypeName

protected String getMaintenanceDocumentTypeName()
This overridden method ...

Overrides:
getMaintenanceDocumentTypeName in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
See Also:
AbstractLookupableHelperServiceImpl.getMaintenanceDocumentTypeName()

getMemberSearchResults

protected List<? extends org.kuali.rice.kns.bo.BusinessObject> getMemberSearchResults(Map<String,String> searchCriteria,
                                                                                      boolean unbounded)
Specified by:
getMemberSearchResults in class RoleMemberLookupableHelperServiceImpl
See Also:
KualiLookupableHelperServiceImpl.getSearchResults(java.util.Map)

getLookupService

public org.kuali.rice.kns.service.LookupService getLookupService()
Overrides:
getLookupService in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
Returns:
the lookupService


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