Class ProxyRelationshipSelectionCriteria
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ProxyRelationshipSelectionCriteria
-
public class ProxyRelationshipSelectionCriteria extends Object
On what basis are we selecting proxy relationships? Are we viewing by Proxy or by Profile? What is the search term, if any? How many results per page, and what page are we on? Search terms are matched against last name combined with first name, of either UserAccount(Proxy) or Individual(Profile), depending on how we are listing. Searches are case-insensitive.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyRelationshipSelectionCriteria.ProxyRelationshipView
-
Field Summary
Fields Modifier and Type Field Description static ProxyRelationshipSelectionCriteriaDEFAULT_CRITERIAstatic intDEFAULT_RELATIONSHIPS_PER_PAGE
-
Constructor Summary
Constructors Constructor Description ProxyRelationshipSelectionCriteria(int relationshipsPerPage, int pageIndex, ProxyRelationshipSelectionCriteria.ProxyRelationshipView viewBy, String searchTerm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPageIndex()intgetRelationshipsPerPage()StringgetSearchTerm()ProxyRelationshipSelectionCriteria.ProxyRelationshipViewgetViewBy()StringtoString()
-
-
-
Field Detail
-
DEFAULT_RELATIONSHIPS_PER_PAGE
public static final int DEFAULT_RELATIONSHIPS_PER_PAGE
- See Also:
- Constant Field Values
-
DEFAULT_CRITERIA
public static final ProxyRelationshipSelectionCriteria DEFAULT_CRITERIA
-
-
Constructor Detail
-
ProxyRelationshipSelectionCriteria
public ProxyRelationshipSelectionCriteria(int relationshipsPerPage, int pageIndex, ProxyRelationshipSelectionCriteria.ProxyRelationshipView viewBy, String searchTerm)
-
-
Method Detail
-
getRelationshipsPerPage
public int getRelationshipsPerPage()
-
getPageIndex
public int getPageIndex()
-
getViewBy
public ProxyRelationshipSelectionCriteria.ProxyRelationshipView getViewBy()
-
getSearchTerm
public String getSearchTerm()
-
-