|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 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(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<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<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 LookupableHelperService
getCustomActionUrls
in class AbstractLookupableHelperServiceImpl
LookupableHelperService#getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject, java.util.List, java.util.List pkNames)
protected HtmlData getEditGroupUrl(GroupBo groupBo)
public List<GroupBo> getSearchResults(Map<String,String> fieldValues)
getSearchResults
in interface LookupableHelperService
getSearchResults
in class KualiLookupableHelperServiceImpl
fieldValues
- names and values returned by the Group Lookup screen
LookupableHelperService.getSearchResults(java.util.Map)
public boolean checkForAdditionalFields(Map fieldValues)
AbstractLookupableHelperServiceImpl
checkForAdditionalFields
in interface LookupableHelperService
checkForAdditionalFields
in class AbstractLookupableHelperServiceImpl
fieldValues
- - Map of property/value pairs
LookupableHelperService.checkForAdditionalFields(java.util.Map)
public List<Row> getRows()
LookupableHelperService
getRows
in interface LookupableHelperService
getRows
in class AbstractLookupableHelperServiceImpl
public List<Column> getColumns()
AbstractLookupableHelperServiceImpl
getColumns
in interface LookupableHelperService
getColumns
in class AbstractLookupableHelperServiceImpl
public Collection<GroupBo> performLookup(LookupForm lookupForm, Collection resultTable, boolean bounded)
AbstractLookupableHelperServiceImpl
performLookup
in interface LookupableHelperService
performLookup
in class AbstractLookupableHelperServiceImpl
public 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 LookupableHelperService
performClear
in class AbstractLookupableHelperServiceImpl
LookupableHelperService#performClear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |