|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.vlh.adapter.ConfigurationAdapter
Nested Class Summary | |
class |
ConfigurationAdapter.AdapterInfo
|
Field Summary |
Fields inherited from interface com.mlw.vlh.ValueListAdapter |
DO_FILTER, DO_NOTHING, DO_PAGE, DO_SORT |
Constructor Summary | |
ConfigurationAdapter(java.util.Map adapters)
Creates a new instance of ConfigurationAdapter |
Method Summary | |
int |
getAdapterType()
This method tells the Service what still needs to be done on the Collection before returning the data. |
ValueList |
getValueList(ValueListInfo info)
Gets a ValueList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationAdapter(java.util.Map adapters)
Method Detail |
public int getAdapterType()
ValueListAdapter
getAdapterType
in interface ValueListAdapter
public int getAdapterType(){ retuyrnDO_SORT && DO_PAGE; }
com.mlw.vlh.ValueListAdapter.getAdapterType()
public ValueList getValueList(ValueListInfo info)
ValueListAdapter
getValueList
in interface ValueListAdapter
info
- The ValueList
information
ValueList
com.mlw.vlh.ValueListAdapter.getValueList(ValueListInfo info)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |