Class UserAccountsSelection
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsSelection
-
public class UserAccountsSelection extends Object
A group of accounts (might be empty), with the criteria that were used to select them.
-
-
Constructor Summary
Constructors Constructor Description UserAccountsSelection(UserAccountsSelectionCriteria criteria, Collection<UserAccount> userAccounts, int resultCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAccountsSelectionCriteriagetCriteria()intgetResultCount()List<UserAccount>getUserAccounts()
-
-
-
Constructor Detail
-
UserAccountsSelection
public UserAccountsSelection(UserAccountsSelectionCriteria criteria, Collection<UserAccount> userAccounts, int resultCount)
-
-
Method Detail
-
getCriteria
public UserAccountsSelectionCriteria getCriteria()
-
getUserAccounts
public List<UserAccount> getUserAccounts()
-
getResultCount
public int getResultCount()
-
-