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, fixRequestMappublic AgingGeneralLedgerByOrganizationActionHandler()
protected org.codehaus.jettison.json.JSONObject execute(Map<String,Object> parameters, String content)
BaseActionHandlerexecute in class BaseActionHandlerparameters - 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)