public class AgingGeneralLedgerByOrganizationActionHandler extends BaseActionHandler
Constructor and Description |
---|
AgingGeneralLedgerByOrganizationActionHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.jettison.json.JSONObject |
execute(Map<String,Object> parameters,
String content)
Needs to be implemented by a subclass.
|
execute, fixRequestMap
public AgingGeneralLedgerByOrganizationActionHandler()
protected org.codehaus.jettison.json.JSONObject execute(Map<String,Object> parameters, String content)
BaseActionHandler
execute
in class BaseActionHandler
parameters
- the parameters obtained from the request. Note that the request object and the session
object are also present in this map, resp. as the constants
KernelConstants.HTTP_REQUEST
and KernelConstants.HTTP_SESSION
.content
- the request content (if any)