vooga.network.util
Class GetAllDataRequest

java.lang.Object
  extended by vooga.network.util.VoogaUtilsServerRequest
      extended by vooga.network.util.GetAllDataRequest
All Implemented Interfaces:
java.io.Serializable

 class GetAllDataRequest
extends VoogaUtilsServerRequest

GetAllDataRequest execute gets Map of all data in the given table.


Field Summary
 
Fields inherited from class vooga.network.util.VoogaUtilsServerRequest
myDataObject, myKey, myModule, myObject, myTable
 
Constructor Summary
GetAllDataRequest(java.lang.String module, java.lang.String table)
           
 
Method Summary
 java.lang.Object execute(VoogaUtilsServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllDataRequest

public GetAllDataRequest(java.lang.String module,
                         java.lang.String table)
Method Detail

execute

public java.lang.Object execute(VoogaUtilsServer server)
Specified by:
execute in class VoogaUtilsServerRequest