org.broadleafcommerce.openadmin.server.service.persistence.module.criteria
Class FilterMapping
java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.FilterMapping
public class FilterMapping
- extends Object
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RANGE_SPECIFIER_REGEX
public static final String RANGE_SPECIFIER_REGEX
- See Also:
- Constant Field Values
fullPropertyName
protected String fullPropertyName
filterValues
protected List<String> filterValues
sortDirection
protected SortDirection sortDirection
restriction
protected Restriction restriction
fieldPath
protected FieldPath fieldPath
FilterMapping
public FilterMapping()
withFullPropertyName
public FilterMapping withFullPropertyName(String fullPropertyName)
withFilterValues
public FilterMapping withFilterValues(List<String> filterValues)
withSortDirection
public FilterMapping withSortDirection(SortDirection sortDirection)
withRestriction
public FilterMapping withRestriction(Restriction restriction)
withFieldPath
public FilterMapping withFieldPath(FieldPath fieldPath)
getFullPropertyName
public String getFullPropertyName()
setFullPropertyName
public void setFullPropertyName(String fullPropertyName)
getFilterValues
public List<String> getFilterValues()
setFilterValues
public void setFilterValues(List<String> filterValues)
getSortDirection
public SortDirection getSortDirection()
setSortDirection
public void setSortDirection(SortDirection sortDirection)
getRestriction
public Restriction getRestriction()
setRestriction
public void setRestriction(Restriction restriction)
getFieldPath
public FieldPath getFieldPath()
setFieldPath
public void setFieldPath(FieldPath fieldPath)
parseFilterValue
protected String[] parseFilterValue(String filterValue)
Copyright © 2013. All Rights Reserved.