it.eng.spagobi.mapcatalogue.bo.dao
Class DAOFactory

java.lang.Object
  extended by it.eng.spagobi.mapcatalogue.bo.dao.DAOFactory

public class DAOFactory
extends java.lang.Object

Contains all the data access object for all the BO objects defined into it.eng.spagobi.geo.bo package.

Author:
Giachino

Constructor Summary
DAOFactory()
           
 
Method Summary
static ISbiGeoFeaturesDAO getSbiGeoFeaturesDAO()
          Creates a DAO instance for a BI object
static ISbiGeoMapFeaturesDAO getSbiGeoMapFeaturesDAO()
          Creates a DAO instance for a BI object
static ISbiGeoMapsDAO getSbiGeoMapsDAO()
          Creates a DAO instance for a BI object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOFactory

public DAOFactory()
Method Detail

getSbiGeoMapsDAO

public static ISbiGeoMapsDAO getSbiGeoMapsDAO()
                                       throws it.eng.spago.error.EMFUserError
Creates a DAO instance for a BI object

Returns:
a DAO instance for the BIObject
Throws:
it.eng.spago.error.EMFUserError - If an Exception occurred

getSbiGeoFeaturesDAO

public static ISbiGeoFeaturesDAO getSbiGeoFeaturesDAO()
                                               throws it.eng.spago.error.EMFUserError
Creates a DAO instance for a BI object

Returns:
a DAO instance for the BIObject
Throws:
it.eng.spago.error.EMFUserError - If an Exception occurred

getSbiGeoMapFeaturesDAO

public static ISbiGeoMapFeaturesDAO getSbiGeoMapFeaturesDAO()
                                                     throws it.eng.spago.error.EMFUserError
Creates a DAO instance for a BI object

Returns:
a DAO instance for the BIObject
Throws:
it.eng.spago.error.EMFUserError - If an Exception occurred