Package org.openbravo.materialmgmt
Class ResetValuedStockAggregated
- java.lang.Object
-
- org.openbravo.client.kernel.BaseActionHandler
-
- org.openbravo.client.application.process.BaseProcessActionHandler
-
- org.openbravo.materialmgmt.ResetValuedStockAggregated
-
- All Implemented Interfaces:
ActionHandler
public class ResetValuedStockAggregated extends BaseProcessActionHandler
-
-
Field Summary
-
Fields inherited from class org.openbravo.client.application.process.BaseProcessActionHandler
PARAM_FILE_CONTENT, PARAM_FILE_NAME, PARAM_FILE_SIZE, PARAM_MULTIPART_VALUES
-
-
Constructor Summary
Constructors Constructor Description ResetValuedStockAggregated()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
costingRuleDefindedForPeriod(Organization legalEntity, Period period)
protected org.codehaus.jettison.json.JSONObject
doExecute(Map<String,Object> parameters, String content)
static List<Period>
getClosedPeriodsToAggregate(Date endDate, String clientId, String organizationID)
static void
insertValuesIntoValuedStockAggregated(Organization legalEntity, Period period, Date startingDate)
static boolean
noAggregatedDataForPeriod(Period period)
-
Methods inherited from class org.openbravo.client.application.process.BaseProcessActionHandler
execute, extractParametersFromRequest, extractRequestContent, fixRequestMap, getResponseBuilder, hasAccess
-
Methods inherited from class org.openbravo.client.kernel.BaseActionHandler
execute, fixRequestMap, writeResponse
-
-
-
-
Method Detail
-
doExecute
protected org.codehaus.jettison.json.JSONObject doExecute(Map<String,Object> parameters, String content)
- Specified by:
doExecute
in classBaseProcessActionHandler
-
noAggregatedDataForPeriod
public static boolean noAggregatedDataForPeriod(Period period)
-
insertValuesIntoValuedStockAggregated
public static void insertValuesIntoValuedStockAggregated(Organization legalEntity, Period period, Date startingDate)
-
costingRuleDefindedForPeriod
public static boolean costingRuleDefindedForPeriod(Organization legalEntity, Period period)
-
-