| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.dto | |
| org.broadleafcommerce.openadmin.server.service.persistence.module.criteria |
| Modifier and Type | Field and Description |
|---|---|
protected RestrictionType |
FilterAndSortCriteria.restrictionType |
| Modifier and Type | Method and Description |
|---|---|
RestrictionType |
FilterAndSortCriteria.getRestrictionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterAndSortCriteria.setRestrictionType(RestrictionType restrictionType)
Useful when you want to explicitly define the type of pre-built
Restriction
instance to be used. |
| Modifier and Type | Field and Description |
|---|---|
static RestrictionType |
RestrictionType.BOOLEAN |
static RestrictionType |
RestrictionType.CHARACTER |
static RestrictionType |
RestrictionType.COLLECTION_SIZE_EQUAL |
static RestrictionType |
RestrictionType.DATE |
static RestrictionType |
RestrictionType.DECIMAL |
static RestrictionType |
RestrictionType.IS_NULL_LONG |
static RestrictionType |
RestrictionType.LONG |
static RestrictionType |
RestrictionType.LONG_EQUAL |
static RestrictionType |
RestrictionType.STRING_EQUAL |
static RestrictionType |
RestrictionType.STRING_LIKE |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionType |
RestrictionType.getInstance(String type) |
Copyright © 2015. All rights reserved.