public class UserAccountsSelectionCriteria extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ACCOUNTS_PER_PAGE |
static UserAccountsSelectionCriteria |
DEFAULT_CRITERIA |
| Constructor and Description |
|---|
UserAccountsSelectionCriteria(int accountsPerPage,
int pageIndex,
UserAccountsOrdering orderBy,
String roleFilterUri,
String searchTerm) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccountsPerPage() |
UserAccountsOrdering |
getOrderBy() |
int |
getPageIndex() |
String |
getRoleFilterUri() |
String |
getSearchTerm() |
String |
toString() |
public static final int DEFAULT_ACCOUNTS_PER_PAGE
public static final UserAccountsSelectionCriteria DEFAULT_CRITERIA
public UserAccountsSelectionCriteria(int accountsPerPage,
int pageIndex,
UserAccountsOrdering orderBy,
String roleFilterUri,
String searchTerm)
public int getAccountsPerPage()
public int getPageIndex()
public UserAccountsOrdering getOrderBy()
public String getRoleFilterUri()
public String getSearchTerm()
Copyright © 2022. All rights reserved.