public class DefaultApplicationCriteria extends DefaultCriteria<ApplicationCriteria,ApplicationOptions> implements ApplicationCriteria
criterionEntries, currentOrderIndex, limit, offset, options, orderEntries| Constructor and Description |
|---|
DefaultApplicationCriteria() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationCriteria |
orderByDescription() |
ApplicationCriteria |
orderByName() |
ApplicationCriteria |
orderByStatus() |
ApplicationCriteria |
withAccounts() |
ApplicationCriteria |
withAccounts(int limit) |
ApplicationCriteria |
withAccounts(int limit,
int offset) |
ApplicationCriteria |
withAccountStoreMappings() |
ApplicationCriteria |
withAccountStoreMappings(int limit) |
ApplicationCriteria |
withAccountStoreMappings(int limit,
int offset) |
ApplicationCriteria |
withGroups() |
ApplicationCriteria |
withGroups(int limit) |
ApplicationCriteria |
withGroups(int limit,
int offset) |
ApplicationCriteria |
withTenant() |
add, add, and, ascending, descending, getCriterionEntries, getExpansions, getLimit, getOffset, getOptions, getOrderEntries, isEmpty, limitTo, offsetBy, orderBy, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ApplicationCriteria orderByName()
orderByName in interface ApplicationCriteriapublic ApplicationCriteria orderByDescription()
orderByDescription in interface ApplicationCriteriapublic ApplicationCriteria orderByStatus()
orderByStatus in interface ApplicationCriteriapublic ApplicationCriteria withAccounts()
withAccounts in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withAccounts(int limit)
withAccounts in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withAccounts(int limit, int offset)
withAccounts in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withGroups()
withGroups in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withGroups(int limit)
withGroups in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withGroups(int limit, int offset)
withGroups in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withTenant()
withTenant in interface AccountStoreOptions<ApplicationCriteria>public ApplicationCriteria withAccountStoreMappings()
withAccountStoreMappings in interface ApplicationOptions<ApplicationCriteria>public ApplicationCriteria withAccountStoreMappings(int limit)
withAccountStoreMappings in interface ApplicationOptions<ApplicationCriteria>public ApplicationCriteria withAccountStoreMappings(int limit, int offset)
withAccountStoreMappings in interface ApplicationOptions<ApplicationCriteria>Copyright © 2012–2014. All rights reserved.