Package | Description |
---|---|
org.seedstack.business.domain |
Provides classes, interfaces and annotations for building the domain layer.
|
Modifier and Type | Method and Description |
---|---|
SortOption.Direction |
SortOption.SortedAttribute.getDirection()
Returns the sort direction of the attribute.
|
static SortOption.Direction |
SortOption.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOption.Direction[] |
SortOption.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortOption |
SortOption.add(String attribute,
SortOption.Direction direction)
Adds the specified attribute to the list of sorted attributes with the specified direction.
|
Constructor and Description |
---|
SortOption(SortOption.Direction defaultDirection)
Creates an empty sort option with the specified argument as default sort direction.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.