org.jbpm.console.ng.gc.client.experimental.grid.base
Class DataService
java.lang.Object
org.jbpm.console.ng.gc.client.experimental.grid.base.DataService
- All Implemented Interfaces:
- GenericServiceEntryPoint<DataMockKey,DataMockSummary>
public class DataService
- extends Object
- implements GenericServiceEntryPoint<DataMockKey,DataMockSummary>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataService
public DataService()
createData
public void createData()
getAllData
public List<DataMockSummary> getAllData()
getPagedData
public List<DataMockSummary> getPagedData(int start,
int lenght)
getData
public org.uberfire.paging.PageResponse<DataMockSummary> getData(QueryFilter filter)
- Specified by:
getData in interface GenericServiceEntryPoint<DataMockKey,DataMockSummary>
getItem
public DataMockSummary getItem(DataMockKey key)
- Specified by:
getItem in interface GenericServiceEntryPoint<DataMockKey,DataMockSummary>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.