public class ProxyRelationshipSelectionCriteria extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyRelationshipSelectionCriteria.ProxyRelationshipView |
| Modifier and Type | Field and Description |
|---|---|
static ProxyRelationshipSelectionCriteria |
DEFAULT_CRITERIA |
static int |
DEFAULT_RELATIONSHIPS_PER_PAGE |
| Constructor and Description |
|---|
ProxyRelationshipSelectionCriteria(int relationshipsPerPage,
int pageIndex,
ProxyRelationshipSelectionCriteria.ProxyRelationshipView viewBy,
String searchTerm) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageIndex() |
int |
getRelationshipsPerPage() |
String |
getSearchTerm() |
ProxyRelationshipSelectionCriteria.ProxyRelationshipView |
getViewBy() |
String |
toString() |
public static final int DEFAULT_RELATIONSHIPS_PER_PAGE
public static final ProxyRelationshipSelectionCriteria DEFAULT_CRITERIA
public ProxyRelationshipSelectionCriteria(int relationshipsPerPage,
int pageIndex,
ProxyRelationshipSelectionCriteria.ProxyRelationshipView viewBy,
String searchTerm)
public int getRelationshipsPerPage()
public int getPageIndex()
public ProxyRelationshipSelectionCriteria.ProxyRelationshipView getViewBy()
public String getSearchTerm()
Copyright © 2016. All rights reserved.