org.broadleafcommerce.openadmin.web.form.component
Class CriteriaForm
java.lang.Object
org.broadleafcommerce.openadmin.web.form.component.CriteriaForm
- All Implemented Interfaces:
- Serializable
public class CriteriaForm
- extends Object
- implements Serializable
This is a worthless object that I am required to create because Spring cannot figure out how to properly bind a List
of a complex object directly as a controller parameter.
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
criteria
protected List<FilterAndSortCriteria> criteria
CriteriaForm
public CriteriaForm()
getCriteria
public List<FilterAndSortCriteria> getCriteria()
setCriteria
public void setCriteria(List<FilterAndSortCriteria> criteria)
Copyright © 2013. All Rights Reserved.