|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.araneaframework.backend.list.model.ListQuery
Back-end list query data.
ListItemsData,
Serialized Form| Field Summary | |
protected Expression |
filterExpression
|
protected Map |
filterInfo
|
protected Long |
itemRangeCount
|
protected Long |
itemRangeStart
|
protected ListStructure |
listStructure
|
protected ComparatorExpression |
orderExpression
|
protected OrderInfo |
orderInfo
|
| Constructor Summary | |
ListQuery()
|
|
| Method Summary | |
Expression |
getFilterExpression()
Returns the filter expression (based on the filter info) of the list. |
Map |
getFilterInfo()
Returns the filter info of the list. |
Long |
getItemRangeCount()
Returns the item range count. |
Long |
getItemRangeStart()
Returns the item range start. |
ListStructure |
getListStructure()
Returns the ListStructureused to describe the list. |
ComparatorExpression |
getOrderExpression()
Returns the order expression (based on the order info) of the list. |
OrderInfo |
getOrderInfo()
Returns the order info the list. |
void |
setFilterExpression(Expression filterExpression)
Sets the filter expression of the list. |
void |
setFilterInfo(Map filterInfo)
Sets the filter info of the list. |
void |
setItemRangeCount(Long itemRangeCount)
Sets the item range count. |
void |
setItemRangeStart(Long itemRangeStart)
Sets the item range start. |
void |
setListStructure(ListStructure listStructure)
Sets the ListStructure used to describe the list. |
void |
setOrderExpression(ComparatorExpression orderExpression)
Sets the order expression of the list. |
void |
setOrderInfo(OrderInfo orderInfo)
Sets the order info the list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ListStructure listStructure
protected Map filterInfo
protected OrderInfo orderInfo
protected Expression filterExpression
protected ComparatorExpression orderExpression
protected Long itemRangeStart
protected Long itemRangeCount
| Constructor Detail |
public ListQuery()
| Method Detail |
public ListStructure getListStructure()
ListStructureused to describe the list.
ListStructureused to describe the list.public void setListStructure(ListStructure listStructure)
ListStructure used to describe the list.
public Map getFilterInfo()
getFilterExpression()public void setFilterInfo(Map filterInfo)
public OrderInfo getOrderInfo()
getOrderExpression()public void setOrderInfo(OrderInfo orderInfo)
public Expression getFilterExpression()
getFilterInfo()public void setFilterExpression(Expression filterExpression)
public ComparatorExpression getOrderExpression()
getOrderInfo()public void setOrderExpression(ComparatorExpression orderExpression)
public Long getItemRangeStart()
getItemRangeCount()public void setItemRangeStart(Long itemRangeStart)
public Long getItemRangeCount()
getItemRangeStart()public void setItemRangeCount(Long itemRangeCount)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||