| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.dto | |
| org.broadleafcommerce.openadmin.server.service.persistence.module.criteria |
| Modifier and Type | Field and Description |
|---|---|
protected SortDirection |
FilterAndSortCriteria.sortDirection |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
FilterAndSortCriteria.getSortDirection() |
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaTransferObject.defaultSortDirectionForFieldIfUnset(String name,
SortDirection defaultDirection) |
void |
FilterAndSortCriteria.setSortDirection(SortDirection sortDirection) |
| Constructor and Description |
|---|
FilterAndSortCriteria(String propertyId,
List<String> filterValues,
SortDirection sortDirection) |
FilterAndSortCriteria(String propertyId,
List<String> filterValues,
SortDirection sortDirection,
int order) |
| Modifier and Type | Field and Description |
|---|---|
protected SortDirection |
FilterMapping.sortDirection |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
FilterMapping.getSortDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterMapping.setSortDirection(SortDirection sortDirection) |
FilterMapping |
FilterMapping.withSortDirection(SortDirection sortDirection) |
Copyright © 2017. All rights reserved.