public class ContentSortableDataProvider extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<ContentDescriber>
Constructor and Description |
---|
ContentSortableDataProvider() |
Modifier and Type | Method and Description |
---|---|
Query<ContentDescriber> |
constructQuery(Integer first,
Integer count) |
String |
getCategoryName() |
ContentService |
getContentService() |
Iterator<? extends ContentDescriber> |
iterator(int first,
int count) |
org.apache.wicket.model.IModel<ContentDescriber> |
model(ContentDescriber object) |
void |
setCategoryName(String categoryName) |
void |
setProductDao(ContentService contentService) |
int |
size() |
public Query<ContentDescriber> constructQuery(Integer first, Integer count)
first
- as Integer, record number (base = 0)count
- (size of page/# records)public Iterator<? extends ContentDescriber> iterator(int first, int count)
public org.apache.wicket.model.IModel<ContentDescriber> model(ContentDescriber object)
public int size()
public String getCategoryName()
public void setCategoryName(String categoryName)
public ContentService getContentService()
public void setProductDao(ContentService contentService)
Copyright © 2018. All rights reserved.