|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
org.kuali.rice.kim.lookup.KimLookupableHelperServiceImpl
org.kuali.rice.kim.lookup.GroupLookupableHelperServiceImpl
public class GroupLookupableHelperServiceImpl
This is a description of what this class does - shyu don't forget to fill this in.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl |
---|
LOG, 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, lookupService, 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 | |
---|---|
GroupLookupableHelperServiceImpl()
|
Method Summary | |
---|---|
boolean |
checkForAdditionalFields(Map fieldValues)
|
org.kuali.rice.kim.bo.types.dto.AttributeDefinitionMap |
getAttrDefinitions()
|
List<org.kuali.rice.kns.web.ui.Row> |
getAttrRows()
|
List<org.kuali.rice.kns.web.ui.Column> |
getColumns()
|
List<org.kuali.rice.kns.lookup.HtmlData> |
getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject bo,
List pkNames)
|
protected org.kuali.rice.kns.lookup.HtmlData |
getEditGroupUrl(org.kuali.rice.kim.impl.group.GroupBo groupBo)
|
List<org.kuali.rice.kns.web.ui.Row> |
getGrpRows()
|
List<org.kuali.rice.kns.web.ui.Row> |
getRows()
|
List<org.kuali.rice.kim.impl.group.GroupBo> |
getSearchResults(Map<String,String> fieldValues)
Converts GroupInfo objects to GroupBo objects. |
String |
getTypeId()
|
void |
performClear(org.kuali.rice.kns.web.struts.form.LookupForm lookupForm)
|
Collection |
performLookup(org.kuali.rice.kns.web.struts.form.LookupForm lookupForm,
Collection resultTable,
boolean bounded)
|
void |
setAttrDefinitions(org.kuali.rice.kim.bo.types.dto.AttributeDefinitionMap attrDefinitions)
|
void |
setAttrRows(List<org.kuali.rice.kns.web.ui.Row> attrRows)
|
void |
setGrpRows(List<org.kuali.rice.kns.web.ui.Row> grpRows)
|
void |
setTypeId(String typeId)
|
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, getSearchResultsHelper, getSearchResultsUnbounded, hasExternalBusinessObjectProperty, isExternalBusinessObjectProperty, isSearchUsingOnlyPrimaryKeyValues, removeExternalizableBusinessObjectFieldValues |
Methods inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl |
---|
addToReturnHref, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, applyConditionalLogicForFieldDisplay, applyFieldAuthorizationsFromNestedLookups, getActionUrlHref, getActionUrls, getActionUrlTitleText, getBackLocation, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getColumnMaxLength, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getCurrentSearchFieldValue, getDataDictionaryService, getDefaultSortColumns, getDocFormKey, getDocNum, getEmptyActionUrls, getEmptyAnchorHtmlData, getEncryptionService, getExtraField, getInquiryUrl, getKualiConfigurationService, getKualiInquirable, getLookupResultsService, getLookupService, getMaintenanceDocumentDictionaryService, getMaintenanceDocumentTypeName, getMaintenanceUrl, getParameters, getParameters, getParameterService, getParametersFromPrimaryKey, getPersistenceStructureService, getPropertyClass, getReadOnlyFieldsList, getReferencesToRefresh, getReturnAnchorHtmlData, getReturnHref, getReturnHref, getReturnInputHtmlData, getReturnKeys, getReturnLocation, getReturnUrl, getReturnUrl, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, maskValueIfNecessary, performCustomAction, 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, validateSearchParameters, validateSearchParameterWildcardAndOperators |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupLookupableHelperServiceImpl()
Method Detail |
---|
public List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject bo, List pkNames)
getCustomActionUrls
in interface org.kuali.rice.kns.lookup.LookupableHelperService
getCustomActionUrls
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
protected org.kuali.rice.kns.lookup.HtmlData getEditGroupUrl(org.kuali.rice.kim.impl.group.GroupBo groupBo)
public List<org.kuali.rice.kim.impl.group.GroupBo> getSearchResults(Map<String,String> fieldValues)
getSearchResults
in interface org.kuali.rice.kns.lookup.LookupableHelperService
getSearchResults
in class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
fieldValues
- names and values returned by the Group Lookup screen
public boolean checkForAdditionalFields(Map fieldValues)
checkForAdditionalFields
in interface org.kuali.rice.kns.lookup.LookupableHelperService
checkForAdditionalFields
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
public List<org.kuali.rice.kns.web.ui.Row> getRows()
getRows
in interface org.kuali.rice.kns.lookup.LookupableHelperService
getRows
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
public List<org.kuali.rice.kns.web.ui.Column> getColumns()
getColumns
in interface org.kuali.rice.kns.lookup.LookupableHelperService
getColumns
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
public Collection performLookup(org.kuali.rice.kns.web.struts.form.LookupForm lookupForm, Collection resultTable, boolean bounded)
performLookup
in interface org.kuali.rice.kns.lookup.LookupableHelperService
performLookup
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
public List<org.kuali.rice.kns.web.ui.Row> getGrpRows()
public void setGrpRows(List<org.kuali.rice.kns.web.ui.Row> grpRows)
public org.kuali.rice.kim.bo.types.dto.AttributeDefinitionMap getAttrDefinitions()
public void setAttrDefinitions(org.kuali.rice.kim.bo.types.dto.AttributeDefinitionMap attrDefinitions)
public List<org.kuali.rice.kns.web.ui.Row> getAttrRows()
public void setAttrRows(List<org.kuali.rice.kns.web.ui.Row> attrRows)
public String getTypeId()
public void setTypeId(String typeId)
public void performClear(org.kuali.rice.kns.web.struts.form.LookupForm lookupForm)
performClear
in interface org.kuali.rice.kns.lookup.LookupableHelperService
performClear
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |