Kris McQueen
|
24551eea3a
|
Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress...
|
2010-10-29 17:20:40 -07:00 |
Kris McQueen
|
1a54c52d5e
|
Change the annontations for response objects to use the GSON annotations for the property name written to the response
|
2010-09-20 17:47:56 -07:00 |
Kris McQueen
|
a5f50d236f
|
Rearranging how response objects work since we need the response name when doing serialization. Now there's a base class that implements the getResponseName method, all responses extend this base class
|
2010-09-17 15:18:37 -07:00 |
Kris McQueen
|
f4caf145c3
|
Refactoring dispatching API commands from the scheduled async job. Instead of calling an executor, the dispatcher invokes the method on the manager directly. After the command is executed the response is serialized to the async job table so it can be queried later. Also serialize a response for async create commands that includes the id of the object being created.
|
2010-09-13 18:28:19 -07:00 |