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

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

public class DaoFactory
extends AbstractDaoFactory


Method Summary
static BannerChannelTypeDao createBannerChannelTypeDao()
           
static BannerDao createBannerDao()
           
static ChannelDao createChannelDao()
           
static ChannelTypeDao createChannelTypeDao()
           
static GiftDao createGiftDao()
           
static OrderSourceDao createOrderSourceDao()
           
 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()

createBannerDao

public static BannerDao createBannerDao()
                                 throws SystemException
Throws:
SystemException

createChannelDao

public static ChannelDao createChannelDao()
                                   throws SystemException
Throws:
SystemException

createChannelTypeDao

public static ChannelTypeDao createChannelTypeDao()
                                           throws SystemException
Throws:
SystemException

createGiftDao

public static GiftDao createGiftDao()
                             throws SystemException
Throws:
SystemException

createOrderSourceDao

public static OrderSourceDao createOrderSourceDao()
                                           throws SystemException
Throws:
SystemException

createBannerChannelTypeDao

public static BannerChannelTypeDao createBannerChannelTypeDao()
                                                       throws SystemException
Throws:
SystemException


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