Class ProductServices

java.lang.Object
org.api.mkm.services.ProductServices

public class ProductServices
extends java.lang.Object
  • Field Details

  • Constructor Details

    • ProductServices

      public ProductServices()
  • Method Details

    • getLangs

      public static java.lang.String[] getLangs()
    • exportPriceGuide

      public void exportPriceGuide​(java.io.File f, Game game) throws java.io.IOException
      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

      public java.util.List<Product> getProductByExpansion​(Expansion e) throws java.io.IOException
      Throws:
      java.io.IOException
    • loadProducts

      public java.util.List<Product> loadProducts​(java.io.File f) throws java.io.IOException
      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

      public Product getMetaProductById​(int idMeta) throws java.io.IOException
      Throws:
      java.io.IOException
    • getProductById

      public Product getProductById​(int idProduct) throws java.io.IOException
      Throws:
      java.io.IOException
    • fusion

      public void fusion​(Product from, Product dest)