|
||||||||||
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.PersonLookupableHelperServiceImpl
public class PersonLookupableHelperServiceImpl
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 | |
---|---|
PersonLookupableHelperServiceImpl()
|
Method Summary | |
---|---|
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. |
HtmlData |
getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject bo,
java.lang.String propertyName)
Returns the inquiry url for a field if one exist. |
java.util.List<Row> |
getRows()
Checks for the special role lookup parameters and removes/marks read-only the fields in the search criteria. |
java.util.List<? extends org.kuali.rice.kns.bo.BusinessObject> |
getSearchResults(java.util.Map<java.lang.String,java.lang.String> fieldValues)
Uses Lookup Service to provide a basic search. |
java.lang.String |
getTitle()
|
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 PersonLookupableHelperServiceImpl()
Method Detail |
---|
public java.util.List<? extends org.kuali.rice.kns.bo.BusinessObject> getSearchResults(java.util.Map<java.lang.String,java.lang.String> fieldValues)
KualiLookupableHelperServiceImpl
getSearchResults
in interface LookupableHelperService
getSearchResults
in class KualiLookupableHelperServiceImpl
fieldValues
- - Map containing prop name keys and search values
LookupableHelperService.getSearchResults(java.util.Map)
public java.util.List<HtmlData> getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject bo, java.util.List pkNames)
AbstractLookupableHelperServiceImpl
getCustomActionUrls
in interface LookupableHelperService
getCustomActionUrls
in class AbstractLookupableHelperServiceImpl
org.kuali.rice.kns.lookup.LookupableHelperService#getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject, java.util.List, java.util.List pkNames)
public HtmlData getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject bo, java.lang.String propertyName)
AbstractLookupableHelperServiceImpl
getInquiryUrl
in interface LookupableHelperService
getInquiryUrl
in class AbstractLookupableHelperServiceImpl
bo
- the business object instance to build the urls forpropertyName
- the property which links to an inquirable
public java.util.List<Row> getRows()
getRows
in interface LookupableHelperService
getRows
in class AbstractLookupableHelperServiceImpl
AbstractLookupableHelperServiceImpl.getRows()
public java.lang.String getTitle()
getTitle
in interface LookupableHelperService
getTitle
in class AbstractLookupableHelperServiceImpl
LookupableHelperService.getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |