|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.dao.DAOFactory
Contains all the data access object for all the BO objects defined into it.eng.spagobi.bo package.
Constructor Summary | |
DAOFactory()
|
Method Summary | |
static IBIObjectCMSDAO |
getBIObjectCMSDAO()
Creates BI object DAO instance for cms access |
static IBIObjectDAO |
getBIObjectDAO()
Creates a DAO instance for a BI object |
static IBIObjectParameterDAO |
getBIObjectParameterDAO()
Creates a DAO instance for a BI object parameter |
static ICheckDAO |
getChecksDAO()
Creates a DAO instance for a value constraint |
static IDomainDAO |
getDomainDAO()
Creates a DAO instance for a domain |
static IEngineDAO |
getEngineDAO()
Creates a DAO instance for an engine |
static ILowFunctionalityDAO |
getLowFunctionalityDAO()
Creates a DAO instance for a low functionality |
static IModalitiesValueDAO |
getModalitiesValueDAO()
Creates a DAO instance for a predefined LOV |
static IParameterDAO |
getParameterDAO()
Creates a DAO instance for a parameter |
static IParameterUseDAO |
getParameterUseDAO()
Creates a DAO instance for a parameter use mode |
static IRoleDAO |
getRoleDAO()
Creates a DAO instance for a role |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DAOFactory()
Method Detail |
public static IBIObjectDAO getBIObjectDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IBIObjectCMSDAO getBIObjectCMSDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IBIObjectParameterDAO getBIObjectParameterDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static ICheckDAO getChecksDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IDomainDAO getDomainDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IEngineDAO getEngineDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static ILowFunctionalityDAO getLowFunctionalityDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IModalitiesValueDAO getModalitiesValueDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IParameterDAO getParameterDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IParameterUseDAO getParameterUseDAO() throws EMFUserError
EMFUserError
- If an Exception occurredpublic static IRoleDAO getRoleDAO() throws EMFUserError
EMFUserError
- If an Exception occurred
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |