com.retek.component.item.impl.persistence
Class DaoFactory

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.persistence.AbstractDaoFactory
      extended bycom.retek.component.item.impl.persistence.DaoFactory

public class DaoFactory
extends AbstractDaoFactory


Method Summary
static DepartmentDao createDepartmentDao()
           
static DifferentiatorDao createDifferentiatorDao()
           
static DifferentiatorGroupHeaderDao createDifferentiatorGroupHeaderDao()
           
static DifferentiatorTypeDao createDifferentiatorTypeDao()
           
static DirectShipItemSupplierDao createDirectShipItemSupplierDao()
           
static ItemAttributeDao createItemAttributeDao()
           
static ItemAttributeScreenTypeDao createItemAttributeScreenTypeDao()
           
static ItemClassDao createItemClassDao()
           
static ItemCollectionDao createItemCollectionDao()
           
static ItemSubclassDao createItemSubclassDao()
           
static ItemSupplierDao createItemSupplierDao()
           
static PackDao createPackDao()
           
static ProductInformationDao createProductInformationDao()
           
static SellableItemDao createSellableItemDao()
           
static ShipRestrictionDao createShipRestrictionDao()
           
static SkuDao createSkuDao()
           
static StyleDao createStyleDao()
           
static UdaHeaderDao createUdaHeaderDao()
           
static UdaValueDao createUdaValueDao()
           
 java.lang.String getDaoResourceProperty()
           
static DaoFactory getInstance()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.persistence.AbstractDaoFactory
loadDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDaoResourceProperty

public java.lang.String getDaoResourceProperty()
Specified by:
getDaoResourceProperty in class AbstractDaoFactory

getInstance

public static DaoFactory getInstance()

createItemCollectionDao

public static ItemCollectionDao createItemCollectionDao()
                                                 throws SystemException
Throws:
SystemException

createDifferentiatorDao

public static DifferentiatorDao createDifferentiatorDao()
                                                 throws SystemException
Throws:
SystemException

createDifferentiatorTypeDao

public static DifferentiatorTypeDao createDifferentiatorTypeDao()
                                                         throws SystemException
Throws:
SystemException

createUdaHeaderDao

public static UdaHeaderDao createUdaHeaderDao()
                                       throws SystemException
Throws:
SystemException

createDifferentiatorGroupHeaderDao

public static DifferentiatorGroupHeaderDao createDifferentiatorGroupHeaderDao()
                                                                       throws SystemException
Throws:
SystemException

createUdaValueDao

public static UdaValueDao createUdaValueDao()
                                     throws SystemException
Throws:
SystemException

createStyleDao

public static StyleDao createStyleDao()
                               throws SystemException
Throws:
SystemException

createSkuDao

public static SkuDao createSkuDao()
                           throws SystemException
Throws:
SystemException

createPackDao

public static PackDao createPackDao()
                             throws SystemException
Throws:
SystemException

createSellableItemDao

public static SellableItemDao createSellableItemDao()
                                             throws SystemException
Throws:
SystemException

createDirectShipItemSupplierDao

public static DirectShipItemSupplierDao createDirectShipItemSupplierDao()
                                                                 throws SystemException
Throws:
SystemException

createShipRestrictionDao

public static ShipRestrictionDao createShipRestrictionDao()
                                                   throws SystemException
Throws:
SystemException

createDepartmentDao

public static DepartmentDao createDepartmentDao()
                                         throws SystemException
Throws:
SystemException

createItemClassDao

public static ItemClassDao createItemClassDao()
                                       throws SystemException
Throws:
SystemException

createItemSubclassDao

public static ItemSubclassDao createItemSubclassDao()
                                             throws SystemException
Throws:
SystemException

createItemSupplierDao

public static ItemSupplierDao createItemSupplierDao()
                                             throws SystemException
Throws:
SystemException

createItemAttributeDao

public static ItemAttributeDao createItemAttributeDao()
                                               throws SystemException
Throws:
SystemException

createItemAttributeScreenTypeDao

public static ItemAttributeScreenTypeDao createItemAttributeScreenTypeDao()
                                                                   throws SystemException
Throws:
SystemException

createProductInformationDao

public static ProductInformationDao createProductInformationDao()
                                                         throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28