Class PeriodControlUtility
- java.lang.Object
-
- org.openbravo.erpCommon.businessUtility.PeriodControlUtility
-
public class PeriodControlUtility extends Object
-
-
Constructor Summary
Constructors Constructor Description PeriodControlUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Period>
getOrderedPeriods(org.codehaus.jettison.json.JSONArray periodIdJSON)
static OBError
openClosePeriod(PeriodControlLog periodControlLog)
static OBError
openClosePeriodControl(String periodControlId)
static List<String>
parseJSON(org.codehaus.jettison.json.JSONArray idJSON)
-
-
-
Method Detail
-
openClosePeriod
public static OBError openClosePeriod(PeriodControlLog periodControlLog)
-
getOrderedPeriods
public static List<Period> getOrderedPeriods(org.codehaus.jettison.json.JSONArray periodIdJSON) throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
-
-