| 
 | ||||||||||
| 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
| Field Summary | 
|---|
| Fields inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl | 
|---|
| LOG, searchUsingOnlyPrimaryKeyValues | 
| Constructor Summary | |
|---|---|
| GroupLookupableHelperServiceImpl() | |
| Method Summary | |
|---|---|
|  boolean | checkForAdditionalFields(Map<String,String> fieldValues)This implementation always returns false. | 
|  List<KimAttributeField> | getAttrDefinitions() | 
|  List<Row> | getAttrRows() | 
|  List<Column> | getColumns()Constructs the list of columns for the search results. | 
|  List<HtmlData> | getCustomActionUrls(BusinessObject bo,
                                       List pkNames)Child classes should override this method if they want to return some other action urls. | 
| protected  HtmlData | getEditGroupUrl(org.kuali.rice.kim.impl.group.GroupBo groupBo) | 
|  List<Row> | getGrpRows() | 
|  List<Row> | getRows()Returns a list of Row objects to be used to generate the search query screen Generally, setDataObjectClass needs to be called with a non-null value for proper operation | 
|  List<org.kuali.rice.kim.impl.group.GroupBo> | getSearchResults(Map<String,String> fieldValues)Converts GroupInfo objects to GroupBo objects. | 
|  String | getTypeId() | 
|  void | performClear(LookupForm lookupForm)This method does the logic for the clear action. | 
|  Collection<org.kuali.rice.kim.impl.group.GroupBo> | performLookup(LookupForm lookupForm,
                           Collection resultTable,
                           boolean bounded)Performs the lookup and returns a collection of lookup items | 
|  void | setAttrDefinitions(List<KimAttributeField> attrDefinitions) | 
|  void | setAttrRows(List<Row> attrRows) | 
|  void | setGrpRows(List<Row> grpRows) | 
|  void | setTypeId(String typeId) | 
| Methods inherited from class org.kuali.rice.kim.lookup.KimLookupableHelperServiceImpl | 
|---|
| allowsNewOrCopyAction, getDocumentHelperService, getTypeInfoService | 
| 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<HtmlData> getCustomActionUrls(BusinessObject bo,
                                          List pkNames)
AbstractLookupableHelperServiceImpl
getCustomActionUrls in interface LookupableHelperServicegetCustomActionUrls in class AbstractLookupableHelperServiceImplLookupableHelperService#getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject, java.util.List, java.util.List pkNames)protected 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 LookupableHelperServicegetSearchResults in class KualiLookupableHelperServiceImplfieldValues - names and values returned by the Group Lookup screen
LookupableHelperService.getSearchResults(java.util.Map)public boolean checkForAdditionalFields(Map<String,String> fieldValues)
AbstractLookupableHelperServiceImpl
checkForAdditionalFields in interface LookupableHelperServicecheckForAdditionalFields in class AbstractLookupableHelperServiceImplfieldValues - - Map of property/value pairs
LookupableHelperService.checkForAdditionalFields(java.util.Map)public List<Row> getRows()
LookupableHelperService
getRows in interface LookupableHelperServicegetRows in class AbstractLookupableHelperServiceImplpublic List<Column> getColumns()
AbstractLookupableHelperServiceImpl
getColumns in interface LookupableHelperServicegetColumns in class AbstractLookupableHelperServiceImpl
public Collection<org.kuali.rice.kim.impl.group.GroupBo> performLookup(LookupForm lookupForm,
                                                                       Collection resultTable,
                                                                       boolean bounded)
AbstractLookupableHelperServiceImpl
performLookup in interface LookupableHelperServiceperformLookup in class AbstractLookupableHelperServiceImplpublic List<Row> getGrpRows()
public void setGrpRows(List<Row> grpRows)
public List<KimAttributeField> getAttrDefinitions()
public void setAttrDefinitions(List<KimAttributeField> attrDefinitions)
public List<Row> getAttrRows()
public void setAttrRows(List<Row> attrRows)
public String getTypeId()
public void setTypeId(String typeId)
public void performClear(LookupForm lookupForm)
AbstractLookupableHelperServiceImpl
performClear in interface LookupableHelperServiceperformClear in class AbstractLookupableHelperServiceImplLookupableHelperService#performClear()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||