public class TableDataQuery extends AbstractLazyLoadingQuery
Modifier and Type | Field and Description |
---|---|
protected ManagementService |
managementService |
protected Object[] |
sortPropertyIds |
protected boolean[] |
sortPropertyIdsAscending |
protected String |
tableName |
lazyLoadingContainer
Constructor and Description |
---|
TableDataQuery(String tableName,
ManagementService managementService) |
Modifier and Type | Method and Description |
---|---|
List<com.vaadin.data.Item> |
loadItems(int start,
int count) |
com.vaadin.data.Item |
loadSingleResult(String id) |
void |
setSorting(Object[] propertyId,
boolean[] ascending) |
int |
size() |
setLazyLoadingContainer
protected String tableName
protected transient ManagementService managementService
protected Object[] sortPropertyIds
protected boolean[] sortPropertyIdsAscending
public TableDataQuery(String tableName, ManagementService managementService)
Copyright © 2016 Alfresco. All rights reserved.