com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.common
Class ConcurrentDataProvider.IDsToData

java.lang.Object
  extended by com.im.ijc.widgets.common.ConcurrentDataProvider.IDsToData
Enclosing class:
ConcurrentDataProvider

public static final class ConcurrentDataProvider.IDsToData
extends Object

This class is used as a type alias for two-tuple where first element is list of IDs of fetched data, usually sorted accordingly to the current sort directive of the DFResultSet.VertexState, and second element is data itself as returned by DFResultSet.VertexState.getData(java.util.List>, com.im.commons.progress.DFEnvironmentRO) or DFEntityDataProvider.getData(java.util.List>, com.im.commons.progress.DFEnvironmentRO).


Method Summary
 Map<String,Object> getData(Comparable<?> id)
           
 List<Comparable<?>> getIds()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIds

public List<Comparable<?>> getIds()

getData

public Map<String,Object> getData(Comparable<?> id)

toString

public String toString()
Overrides:
toString in class Object

com.im.ijc.widgets/1 5.9.1