Class ProductServices
java.lang.Object
org.api.mkm.services.ProductServices
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportPriceGuide(File f, Integer idGame) voidexportPriceGuide(File f, Game game) voidfindMetaProduct(String name, Map<Product.PRODUCT_ATTS, String> atts) findProduct(String name, Map<Product.PRODUCT_ATTS, String> atts) voidstatic String[]getLangs()getMetaProductById(int idMeta) getProductById(int idProduct) loadProducts(File f)
-
Field Details
-
ENGLISH
- See Also:
-
FRENCH
- See Also:
-
GERMAN
- See Also:
-
SPANISH
- See Also:
-
ITALIAN
- See Also:
-
-
Constructor Details
-
ProductServices
public ProductServices()
-
-
Method Details
-
getLangs
-
exportPriceGuide
- Throws:
IOException
-
exportPriceGuide
- Throws:
IOException
-
exportProductList
- Throws:
IOException
-
getProductByExpansion
- Throws:
IOException
-
loadProducts
- Throws:
IOException
-
findProduct
public List<Product> findProduct(String name, Map<Product.PRODUCT_ATTS, String> atts) throws IOException - Throws:
IOException
-
findMetaProduct
public List<Product> findMetaProduct(String name, Map<Product.PRODUCT_ATTS, String> atts) throws IOException - Throws:
IOException
-
getMetaProductById
- Throws:
IOException
-
getProductById
- Throws:
IOException
-
fusion
-