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