lumis.portal.dao
Class DaoFactory

Package class diagram package DaoFactory
java.lang.Object
  extended by lumis.portal.dao.DaoFactory

public class DaoFactory
extends Object

Creates all Dao objects.

Since:
4.0.0

Constructor Summary
DaoFactory()
           
 
Method Summary
static IAccessControlDao getAccessControlDao()
           
static IAuthenticationDao getAuthenticationDao()
           
static IChannelDao getChannelDao()
           
static IChannelTreeDao getChannelTreeDao()
           
static IClockDao getClockDao()
           
static ICssDao getCssDao()
           
static ICustomStringLocalizationDao getCustomStringLocalizationDao()
           
static IFileDao getFileDao()
           
static IFilesDao getFilesDao()
           
static IStringLocalizationDao getMainStringLocalizationDao()
           
static IMetaTagDao getMetaTagDao()
           
static IPageDao getPageDao()
           
static IPageLinkDao getPageLinkDao()
           
static IPrincipalDao getPrincipalDao()
           
static ISendMailDao getSendMailDao()
          Returns the SendMailDao.
static IServiceDao getServiceDao()
           
static IServiceInstanceDao getServiceInstanceDao()
           
static IServiceInterfaceDao getServiceInterfaceDao()
           
static IServiceInterfaceInstanceDao getServiceInterfaceInstanceDao()
           
static IServiceInterfaceListDao getServiceInterfaceListDao()
           
static IServiceInterfaceMenuGroupTypeDao getServiceInterfaceMenuGroupTypeDao()
           
static IServiceInterfaceMenuItemTypeDao getServiceInterfaceMenuItemTypeDao()
           
static IServiceInterfaceStyleDao getServiceInterfaceStyleDao()
           
static IServiceInterfaceTypeDao getServiceInterfaceTypeDao()
           
static IServiceTypeDao getServiceTypeDao()
           
static IUpgradeDao getUpgradeDao()
           
static IUserDao getUserDao()
           
static IXslCacheDao getXslCacheDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaoFactory

public DaoFactory()
Method Detail

getChannelDao

public static IChannelDao getChannelDao()
                                 throws DaoException,
                                        PortalException
Throws:
DaoException
PortalException

getPageDao

public static IPageDao getPageDao()
                           throws DaoException,
                                  PortalException
Throws:
DaoException
PortalException

getServiceDao

public static IServiceDao getServiceDao()
                                 throws DaoException,
                                        PortalException
Throws:
DaoException
PortalException

getServiceInstanceDao

public static IServiceInstanceDao getServiceInstanceDao()
                                                 throws DaoException,
                                                        PortalException
Throws:
DaoException
PortalException

getServiceInterfaceDao

public static IServiceInterfaceDao getServiceInterfaceDao()
                                                   throws DaoException,
                                                          PortalException
Throws:
DaoException
PortalException

getServiceInterfaceInstanceDao

public static IServiceInterfaceInstanceDao getServiceInterfaceInstanceDao()
                                                                   throws DaoException,
                                                                          PortalException
Throws:
DaoException
PortalException

getAuthenticationDao

public static IAuthenticationDao getAuthenticationDao()
                                               throws DaoException,
                                                      PortalException
Throws:
DaoException
PortalException

getMainStringLocalizationDao

public static IStringLocalizationDao getMainStringLocalizationDao()
                                                           throws DaoException,
                                                                  PortalException
Throws:
DaoException
PortalException

getCustomStringLocalizationDao

public static ICustomStringLocalizationDao getCustomStringLocalizationDao()
                                                                   throws DaoException,
                                                                          PortalException
Throws:
DaoException
PortalException

getChannelTreeDao

public static IChannelTreeDao getChannelTreeDao()
                                         throws DaoException,
                                                PortalException
Throws:
DaoException
PortalException

getServiceInterfaceListDao

public static IServiceInterfaceListDao getServiceInterfaceListDao()
                                                           throws DaoException,
                                                                  PortalException
Throws:
DaoException
PortalException

getUserDao

public static IUserDao getUserDao()
                           throws DaoException,
                                  PortalException
Throws:
DaoException
PortalException

getAccessControlDao

public static IAccessControlDao getAccessControlDao()
                                             throws DaoException,
                                                    PortalException
Throws:
DaoException
PortalException

getPrincipalDao

public static IPrincipalDao getPrincipalDao()
                                     throws DaoException,
                                            PortalException
Throws:
DaoException
PortalException

getServiceTypeDao

public static IServiceTypeDao getServiceTypeDao()
                                         throws DaoException,
                                                PortalException
Throws:
DaoException
PortalException

getServiceInterfaceTypeDao

public static IServiceInterfaceTypeDao getServiceInterfaceTypeDao()
                                                           throws DaoException,
                                                                  PortalException
Throws:
DaoException
PortalException

getServiceInterfaceStyleDao

public static IServiceInterfaceStyleDao getServiceInterfaceStyleDao()
                                                             throws DaoException,
                                                                    PortalException
Throws:
DaoException
PortalException

getCssDao

public static ICssDao getCssDao()
                         throws DaoException,
                                PortalException
Throws:
DaoException
PortalException

getMetaTagDao

public static IMetaTagDao getMetaTagDao()
                                 throws DaoException,
                                        PortalException
Throws:
DaoException
PortalException

getClockDao

public static IClockDao getClockDao()
                             throws DaoException,
                                    PortalException
Throws:
DaoException
PortalException

getUpgradeDao

public static IUpgradeDao getUpgradeDao()
                                 throws DaoException,
                                        PortalException
Throws:
DaoException
PortalException

getPageLinkDao

public static IPageLinkDao getPageLinkDao()
                                   throws DaoException,
                                          PortalException
Throws:
DaoException
PortalException

getServiceInterfaceMenuGroupTypeDao

public static IServiceInterfaceMenuGroupTypeDao getServiceInterfaceMenuGroupTypeDao()
                                                                             throws DaoException,
                                                                                    PortalException
Throws:
DaoException
PortalException

getServiceInterfaceMenuItemTypeDao

public static IServiceInterfaceMenuItemTypeDao getServiceInterfaceMenuItemTypeDao()
                                                                           throws DaoException,
                                                                                  PortalException
Throws:
DaoException
PortalException

getXslCacheDao

public static IXslCacheDao getXslCacheDao()
                                   throws DaoException,
                                          PortalException
Throws:
DaoException
PortalException

getFileDao

public static IFileDao getFileDao()
                           throws DaoException,
                                  PortalException
Throws:
DaoException
PortalException

getFilesDao

public static IFilesDao getFilesDao()
                             throws DaoException,
                                    PortalException
Throws:
DaoException
PortalException

getSendMailDao

public static ISendMailDao getSendMailDao()
                                   throws DaoException,
                                          PortalException
Returns the SendMailDao.

Returns:
the SendMailDao.
Throws:
DaoException
PortalException
Since:
4.0.4


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.