Package org.openbravo.costing
Class PriceDifferenceUtil
- java.lang.Object
-
- org.openbravo.costing.PriceDifferenceUtil
-
public class PriceDifferenceUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_ORGANIZATIONS
-
Constructor Summary
Constructors Constructor Description PriceDifferenceUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Organization>
getLegalOrganizationList(String orgId)
static boolean
isAllOrganizations(String orgId)
static void
setTransactionsReadyForPriceAdjustment(List<String> products, Date movementdate, Organization organization)
-
-
-
Field Detail
-
ALL_ORGANIZATIONS
public static final String ALL_ORGANIZATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setTransactionsReadyForPriceAdjustment
public static void setTransactionsReadyForPriceAdjustment(List<String> products, Date movementdate, Organization organization) throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
-
getLegalOrganizationList
public static List<Organization> getLegalOrganizationList(String orgId)
-
isAllOrganizations
public static boolean isAllOrganizations(String orgId)
-
-