Class OfferPickProductCategoryActionHandler

    • Constructor Detail

      • OfferPickProductCategoryActionHandler

        public OfferPickProductCategoryActionHandler()
    • Method Detail

      • getAllChildProductCategories

        public static Set<String> getAllChildProductCategories​(org.codehaus.jettison.json.JSONArray selectedLines)
                                                        throws org.codehaus.jettison.json.JSONException
        Return all child tree of selected product categories
        Parameters:
        selectedLines - The product categories objects in JSON format. Each JSON object must have at least the property "id"
        Returns:
        List of the product category IDs
        Throws:
        org.codehaus.jettison.json.JSONException