com.dotmarketing.portlets.product.factories
Class ProductFormatFactory

java.lang.Object
  extended by com.dotmarketing.portlets.product.factories.ProductFormatFactory

public class ProductFormatFactory
extends java.lang.Object

Author:
david

Constructor Summary
ProductFormatFactory()
           
 
Method Summary
static void copyProductFormat(ProductFormat format)
           
static void copyProductFormat(Product product, ProductFormat format)
           
static void deleteProductFormat(ProductFormat format)
           
static java.util.List<ProductFormat> getAllFormatsByProduct(Product prod)
           
static java.util.List getAllProductFormats()
           
static java.util.List getAllProductFormats(java.lang.String orderby)
           
static ProductFormat getProductFormat(long inode)
           
static ProductFormat getProductFormat(java.lang.String inode)
           
static ProductFormat getProductFormatByItemNumber(java.lang.String number)
           
static ProductFormat newInstance()
           
static void saveProductFormat(ProductFormat format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductFormatFactory

public ProductFormatFactory()
Method Detail

getAllFormatsByProduct

public static java.util.List<ProductFormat> getAllFormatsByProduct(Product prod)

getAllProductFormats

public static java.util.List getAllProductFormats()

getAllProductFormats

public static java.util.List getAllProductFormats(java.lang.String orderby)

newInstance

public static ProductFormat newInstance()

saveProductFormat

public static void saveProductFormat(ProductFormat format)

deleteProductFormat

public static void deleteProductFormat(ProductFormat format)

copyProductFormat

public static void copyProductFormat(ProductFormat format)

copyProductFormat

public static void copyProductFormat(Product product,
                                     ProductFormat format)

getProductFormat

public static ProductFormat getProductFormat(java.lang.String inode)

getProductFormat

public static ProductFormat getProductFormat(long inode)

getProductFormatByItemNumber

public static ProductFormat getProductFormatByItemNumber(java.lang.String number)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.