|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPersonLookupHelper
| Field Summary | |
|---|---|
static String |
PERSON_LOOKUP_PERSON_DETAILS_DETAILS_ATTRIBUTES
Portlet preference name to use to specify a attributes to display in the user details view |
static String |
PERSON_LOOKUP_PERSON_DETAILS_DETAILS_ATTRIBUTES_EXCLUDES
Portlet preference name to use to specify a attributes to exclude in the user details view |
static String |
PERSON_LOOKUP_PERSON_LOOKUP_QUERY_ATTRIBUTES
Portlet preference name to use to specify a List of attributes displayed in query UI |
static String |
PERSON_LOOKUP_PERSON_LOOKUP_QUERY_ATTRIBUTES_EXCLUDES
Portlet preference name to use to specify a List of attributes displayed in query UI |
static String |
PERSON_LOOKUP_PERSON_SEARCH_RESULTS_RESULTS_ATTRIBUTES
Portlet preference name to use to specify a list of attributes who's values should be passed to the MessageFormat for the resultsMessage string |
static String |
PERSON_LOOKUP_PERSON_SEARCH_RESULTS_RESULTS_MESSAGE
Portlet preference name to use to specify a MessageFormat string for search results list |
| Method Summary | |
|---|---|
Map<String,org.jasig.services.persondir.IPersonAttributes> |
doPersonQuery(org.springframework.webflow.context.ExternalContext externalContext,
PersonQuery query)
Execute a query for users using the attributes in the passed PersonQuery object. |
Set<String> |
getDisplayAttributes(org.springframework.webflow.context.ExternalContext externalContext,
org.jasig.services.persondir.IPersonAttributes person)
Gets the Set of attributes to display in the user details view |
Set<String> |
getQueryAttributes(org.springframework.webflow.context.ExternalContext externalContext)
Gets the Set of attributes to allow the user to query with. |
Map<org.jasig.services.persondir.IPersonAttributes,String> |
getQueryDisplayResults(org.springframework.webflow.context.ExternalContext externalContext,
Collection<org.jasig.services.persondir.IPersonAttributes> queryResults)
Performs formatting of strings to display on the query results view. |
| Field Detail |
|---|
static final String PERSON_LOOKUP_PERSON_LOOKUP_QUERY_ATTRIBUTES
static final String PERSON_LOOKUP_PERSON_LOOKUP_QUERY_ATTRIBUTES_EXCLUDES
static final String PERSON_LOOKUP_PERSON_SEARCH_RESULTS_RESULTS_MESSAGE
static final String PERSON_LOOKUP_PERSON_SEARCH_RESULTS_RESULTS_ATTRIBUTES
static final String PERSON_LOOKUP_PERSON_DETAILS_DETAILS_ATTRIBUTES
static final String PERSON_LOOKUP_PERSON_DETAILS_DETAILS_ATTRIBUTES_EXCLUDES
| Method Detail |
|---|
Set<String> getQueryAttributes(org.springframework.webflow.context.ExternalContext externalContext)
externalContext - The ExternalContext to get the flows's configuration from
Map<String,org.jasig.services.persondir.IPersonAttributes> doPersonQuery(org.springframework.webflow.context.ExternalContext externalContext,
PersonQuery query)
PersonQuery object.
query - Query to run for users.
Map<org.jasig.services.persondir.IPersonAttributes,String> getQueryDisplayResults(org.springframework.webflow.context.ExternalContext externalContext,
Collection<org.jasig.services.persondir.IPersonAttributes> queryResults)
externalContext - The ExternalContext to get the flows's configuration fromqueryResults - Results of the query
Set<String> getDisplayAttributes(org.springframework.webflow.context.ExternalContext externalContext,
org.jasig.services.persondir.IPersonAttributes person)
externalContext - The ExternalContext to get the flows's configuration fromperson - The person who's attributes will be displayed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||