30 $filterGroups = $this->
_get(self::FILTER_GROUPS);
31 return is_array($filterGroups) ? $filterGroups : [];
41 return $this->
_get(self::SORT_ORDERS);
51 return $this->
_get(self::PAGE_SIZE);
61 return $this->
_get(self::CURRENT_PAGE);
72 return $this->
setData(self::FILTER_GROUPS, $filterGroups);
83 return $this->
setData(self::SORT_ORDERS, $sortOrders);
94 return $this->
setData(self::PAGE_SIZE, $pageSize);
105 return $this->
setData(self::CURRENT_PAGE, $currentPage);
setSortOrders(array $sortOrders=null)
setFilterGroups(array $filterGroups=null)
setCurrentPage($currentPage)