ZMObject
└─ZMResultListFilter
└─ZMOrderStatusIdFilter
public class ZMOrderStatusIdFilter
extends ZMResultListFilter
| Fields inherited from org.zenmagick.mvc.resultlist.ZMResultListFilter | |
|---|---|
| filterValues_, id_, list_, name_, value_ | |
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| boolean | exclude(mixed obj) Return true if the given object is to be excluded. |
| void | getQueryDetails(mixed method, mixed args) {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.resultlist.ZMResultListFilter | |
|---|---|
| exclude, filter, getId, getName, getOptions, getSelectedValues, getValue, isActive, isAvailable, isMultiSelection, setId, setName, setResultList, setValue | |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMOrderStatusIdFilter()
Create new instance.
public boolean exclude(mixed obj)
Return true if the given object is to be excluded.
true if the object is to be excluded, false if not.public void getQueryDetails(mixed method, mixed args)
Filter orders by status id.