Package org.api.mkm.services
Class ProductServices
java.lang.Object
org.api.mkm.services.ProductServices
public class ProductServices
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProductServices() -
Method Summary
Modifier and Type Method Description voidexportPriceGuide(java.io.File f, java.lang.Integer idGame)voidexportPriceGuide(java.io.File f, Game game)voidexportProductList(java.io.File f)java.util.List<Product>findMetaProduct(java.lang.String name, java.util.Map<Product.PRODUCT_ATTS,java.lang.String> atts)java.util.List<Product>findProduct(java.lang.String name, java.util.Map<Product.PRODUCT_ATTS,java.lang.String> atts)voidfusion(Product from, Product dest)static java.lang.String[]getLangs()ProductgetMetaProductById(int idMeta)java.util.List<Product>getProductByExpansion(Expansion e)ProductgetProductById(int idProduct)java.util.List<Product>loadProducts(java.io.File f)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENGLISH
public static final java.lang.String ENGLISH- See Also:
- Constant Field Values
-
FRENCH
public static final java.lang.String FRENCH- See Also:
- Constant Field Values
-
GERMAN
public static final java.lang.String GERMAN- See Also:
- Constant Field Values
-
SPANISH
public static final java.lang.String SPANISH- See Also:
- Constant Field Values
-
ITALIAN
public static final java.lang.String ITALIAN- See Also:
- Constant Field Values
-
-
Constructor Details
-
ProductServices
public ProductServices()
-
-
Method Details
-
getLangs
public static java.lang.String[] getLangs() -
exportPriceGuide
- Throws:
java.io.IOException
-
exportPriceGuide
public void exportPriceGuide(java.io.File f, java.lang.Integer idGame) throws java.io.IOException- Throws:
java.io.IOException
-
exportProductList
public void exportProductList(java.io.File f) throws java.io.IOException- Throws:
java.io.IOException
-
getProductByExpansion
- Throws:
java.io.IOException
-
loadProducts
- Throws:
java.io.IOException
-
findProduct
public java.util.List<Product> findProduct(java.lang.String name, java.util.Map<Product.PRODUCT_ATTS,java.lang.String> atts) throws java.io.IOException- Throws:
java.io.IOException
-
findMetaProduct
public java.util.List<Product> findMetaProduct(java.lang.String name, java.util.Map<Product.PRODUCT_ATTS,java.lang.String> atts) throws java.io.IOException- Throws:
java.io.IOException
-
getMetaProductById
- Throws:
java.io.IOException
-
getProductById
- Throws:
java.io.IOException
-
fusion
-