com.dotmarketing.portlets.product.factories
Class ProductFormatFactory
java.lang.Object
com.dotmarketing.portlets.product.factories.ProductFormatFactory
public class ProductFormatFactory
- extends java.lang.Object
- Author:
- david
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductFormatFactory
public ProductFormatFactory()
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.