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

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

public class DaoFactory
extends AbstractDaoFactory


Method Summary
static DropCodeDao createDropCodeDao()
           
static MediaDao createMediaDao()
           
static MediaTypeDao createMediaTypeDao()
           
static SeasonCodeDao createSeasonCodeDao()
           
static SellingItemDao createSellingItemDao()
           
static SellingItemDepictionDao createSellingItemDepictionDao()
           
static SellingListDao createSellingListDao()
           
static ShippingRateTableDao createShippingRateTableDao()
           
static SubConceptDao createSubConceptDao()
           
static ValueAddedServiceDao createValueAddedServiceDao()
           
 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()

createSeasonCodeDao

public static SeasonCodeDao createSeasonCodeDao()
                                         throws SystemException
Throws:
SystemException

createMediaTypeDao

public static MediaTypeDao createMediaTypeDao()
                                       throws SystemException
Throws:
SystemException

createMediaDao

public static MediaDao createMediaDao()
                               throws SystemException
Throws:
SystemException

createShippingRateTableDao

public static ShippingRateTableDao createShippingRateTableDao()
                                                       throws SystemException
Throws:
SystemException

createDropCodeDao

public static DropCodeDao createDropCodeDao()
                                     throws SystemException
Throws:
SystemException

createSubConceptDao

public static SubConceptDao createSubConceptDao()
                                         throws SystemException
Throws:
SystemException

createSellingItemDao

public static SellingItemDao createSellingItemDao()
                                           throws SystemException
Throws:
SystemException

createSellingItemDepictionDao

public static SellingItemDepictionDao createSellingItemDepictionDao()
                                                             throws SystemException
Throws:
SystemException

createValueAddedServiceDao

public static ValueAddedServiceDao createValueAddedServiceDao()
                                                       throws SystemException
Throws:
SystemException

createSellingListDao

public static SellingListDao createSellingListDao()
                                           throws SystemException
Throws:
SystemException


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