@ApplicationScoped public class ListingConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOLEAN_FALSE
Filter value to match boolean false
|
static String |
BOOLEAN_TRUE
Filter value to match boolean true
|
static int |
DEFAULT_INDEX
Default index for pagination
|
static int |
DEFAULT_LIMIT
Default limit of results per page for pagination
|
static int |
DEFAULT_PAGE
Default current page number for pagination
|
static String |
FILTER_TYPE_DISJUNCTION
If this key is present in filterAttributes map, the attributes gets disjuncted (default is conjunction)
|
static String |
OPERATOR_GT
GREATER THAN operator
|
static String |
OPERATOR_GT_WORD |
static String |
OPERATOR_LIKE
LIKE operator
|
static String |
OPERATOR_LIKE_WORD |
static String |
OPERATOR_LT
LESS THAN operator
|
static String |
OPERATOR_LT_WORD |
static String |
OPERATOR_NOT
NOT operator
|
static String |
OPERATOR_NOT_WORD |
static String |
OPERATOR_NULL
NULL operator
|
static String |
OPERATOR_OR
OR operator
|
static String |
OPERATOR_OR_WORD |
static String |
OPERATOR_TO
TO operator
|
static String |
OPERATOR_TO_WORD |
static int |
OR_LIMIT
Limit on OR operator separated predicated to handle it in an IN statement
|
static String |
SORT_ASC
ASC Sort direction operator
|
static String |
SORT_DESC
DESC Sort direction operator
|
static String |
URI_CHARACTER_ENCODING
URI character encoding
|
static boolean |
URI_DECODE
Decode URL encoding
|
static String |
WILDCARD_MANY
Wildcard many
|
static String |
WILDCARD_ONE
Wildcard one
|
| Constructor and Description |
|---|
ListingConfig() |
public static int DEFAULT_INDEX
public static int DEFAULT_PAGE
public static int DEFAULT_LIMIT
public static String FILTER_TYPE_DISJUNCTION
public static int OR_LIMIT
public static String OPERATOR_NOT
public static String OPERATOR_NOT_WORD
public static String OPERATOR_OR
public static String OPERATOR_OR_WORD
public static String OPERATOR_LIKE
public static String OPERATOR_LIKE_WORD
public static String OPERATOR_LT
public static String OPERATOR_LT_WORD
public static String OPERATOR_GT
public static String OPERATOR_GT_WORD
public static String OPERATOR_TO
public static String OPERATOR_TO_WORD
public static String OPERATOR_NULL
public static String WILDCARD_MANY
public static String WILDCARD_ONE
public static String SORT_ASC
public static String SORT_DESC
public static String BOOLEAN_TRUE
public static String BOOLEAN_FALSE
public static boolean URI_DECODE
public static String URI_CHARACTER_ENCODING
public void init(@Observes @Initialized(value=javax.enterprise.context.ApplicationScoped.class)
Object init)
Copyright © 2017–2019 coodoo GmbH. All rights reserved.