Package org.api.mkm.services
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)static voidpriceHistory(Product p, boolean foil)
-
Field Details
-
ENGLISH
- See Also:
- Constant Field Values
-
FRENCH
- See Also:
- Constant Field Values
-
GERMAN
- See Also:
- Constant Field Values
-
SPANISH
- See Also:
- Constant Field Values
-
ITALIAN
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ProductServices
public ProductServices()
-
-
Method Details
-
getLangs
-
exportPriceGuide
- Throws:
IOException
-
exportPriceGuide
- Throws:
IOException
-
exportProductList
- Throws:
IOException
-
getProductByExpansion
- 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
-
main
- Throws:
IOException
-
priceHistory
- Throws:
IOException
-