ru.goodidea.df.dictionary.datasource
Interface Countable
- All Known Subinterfaces:
- IDistributedTableDataSource
- All Known Implementing Classes:
- EnumModel
public interface Countable
|
Method Summary |
java.lang.Object |
getByPK(java.lang.Object key)
|
int |
getCount()
|
java.util.Collection |
getRange(int from,
int to)
|
getCount
int getCount()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getByPK
java.lang.Object getByPK(java.lang.Object key)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRange
java.util.Collection getRange(int from,
int to)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2009. All Rights Reserved.