Index

A C D E F G H I O S T V 
All Classes and Interfaces|All Packages

A

add(String, SortOrder) - Method in class com.helixframework.pagination.sort.SortCriteria
Adds a new criterion.
ASCENDING - Enum constant in enum class com.helixframework.pagination.sort.SortOrder
Ascending order.

C

com.helixframework.pagination.sort - package com.helixframework.pagination.sort
 
com.helixframework.pagination.sort.converter - package com.helixframework.pagination.sort.converter
 
convert(String) - Method in class com.helixframework.pagination.sort.converter.FunctionSortCriteriaConverter
 
convert(String) - Method in class com.helixframework.pagination.sort.converter.OperatorSortCriteriaConverter
 
convert(String) - Method in class com.helixframework.pagination.sort.converter.SortOrderConverter
 
Criterion(String, SortOrder) - Constructor for class com.helixframework.pagination.sort.SortCriteria.Criterion
Creates a new instance of SortCriteria.Criterion.

D

DESCENDING - Enum constant in enum class com.helixframework.pagination.sort.SortOrder
Descending order.

E

equals(Object) - Method in class com.helixframework.pagination.sort.SortCriteria.Criterion
 

F

function(String) - Static method in enum class com.helixframework.pagination.sort.SortOrder
Gets the sort ordering based on the supplied function.
functionSortCriteriaConverter() - Method in class com.helixframework.pagination.sort.SortConfiguration
Function converter for SortCriteria.
FunctionSortCriteriaConverter - Class in com.helixframework.pagination.sort.converter
Converts a string in the form {operator}({name}),...
FunctionSortCriteriaConverter() - Constructor for class com.helixframework.pagination.sort.converter.FunctionSortCriteriaConverter
 

G

getFunction() - Method in enum class com.helixframework.pagination.sort.SortOrder
Gets the function for the current sort ordering.
getOperator() - Method in enum class com.helixframework.pagination.sort.SortOrder
Gets the operator for the current sort ordering.
getOrder() - Method in class com.helixframework.pagination.sort.SortCriteria.Criterion
Gets the criterion order.
getValue() - Method in class com.helixframework.pagination.sort.SortCriteria.Criterion
Gets the criterion value.

H

hashCode() - Method in class com.helixframework.pagination.sort.SortCriteria.Criterion
 

I

iterator() - Method in class com.helixframework.pagination.sort.SortCriteria
 

O

operator(char) - Static method in enum class com.helixframework.pagination.sort.SortOrder
Gets the sort ordering based on the supplied operator.
operator(String) - Static method in enum class com.helixframework.pagination.sort.SortOrder
Gets the sort ordering based on the supplied operator.
operatorSortCriteriaConverter() - Method in class com.helixframework.pagination.sort.SortConfiguration
Default operator converter for SortCriteria.
OperatorSortCriteriaConverter - Class in com.helixframework.pagination.sort.converter
Converts a string in the form {operator}{name},...
OperatorSortCriteriaConverter() - Constructor for class com.helixframework.pagination.sort.converter.OperatorSortCriteriaConverter
 

S

SortConfiguration - Class in com.helixframework.pagination.sort
 
SortConfiguration() - Constructor for class com.helixframework.pagination.sort.SortConfiguration
 
SortCriteria - Class in com.helixframework.pagination.sort
Restful sort criteria.
SortCriteria() - Constructor for class com.helixframework.pagination.sort.SortCriteria
Creates a new instance of SortCriteria.
SortCriteria(List<SortCriteria.Criterion>) - Constructor for class com.helixframework.pagination.sort.SortCriteria
Creates a new instance of SortCriteria.
SortCriteria.Criterion - Class in com.helixframework.pagination.sort
Sort criterion.
SortOrder - Enum Class in com.helixframework.pagination.sort
Sort ordering enumeration.
sortOrderConverter() - Method in class com.helixframework.pagination.sort.SortConfiguration
SortOrder converter.
SortOrderConverter - Class in com.helixframework.pagination.sort.converter
Converts a String to a SortOrder enum value.
SortOrderConverter() - Constructor for class com.helixframework.pagination.sort.converter.SortOrderConverter
 

T

toList() - Method in class com.helixframework.pagination.sort.SortCriteria
Gets the sort criteria as a list.

V

valueOf(String) - Static method in enum class com.helixframework.pagination.sort.SortOrder
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.helixframework.pagination.sort.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H I O S T V 
All Classes and Interfaces|All Packages