com.mlw.fps.model.business.dao.memmory.vlh
Class WeaponStatsAdapter

java.lang.Object
  |
  +--com.mlw.fps.model.business.dao.memmory.vlh.WeaponStatsAdapter
All Implemented Interfaces:
ValueListAdapter

public class WeaponStatsAdapter
extends java.lang.Object
implements ValueListAdapter

Author:
Matthew Wilson

Field Summary
 
Fields inherited from interface com.mlw.vlh.ValueListAdapter
DO_FILTER, DO_NOTHING, DO_PAGE, DO_SORT
 
Constructor Summary
WeaponStatsAdapter()
          Creates a new instance of PlayerStatsAdapter
 
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

WeaponStatsAdapter

public WeaponStatsAdapter()
Creates a new instance of PlayerStatsAdapter

Method Detail

getAdapterType

public int getAdapterType()
This method tells the Service what still needs to be done on the Collection before returning the data.

Specified by:
getAdapterType in interface ValueListAdapter
Returns:
A bitwise or combination of DO_NOTHING, DO_SORT, DO_PAGE and DO_FILTER. For example:
           public int getAdapterType(){
             retuyrnDO_SORT && DO_PAGE;
           }

getValueList

public ValueList getValueList(ValueListInfo info)
Gets a ValueList

Specified by:
getValueList in interface ValueListAdapter
Parameters:
info - The ValueList information
Returns:
The ValueList


Copyright © 2003 mlavilson. All Rights Reserved.