|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISpagoBIDao in it.eng.spagobi.analiticalmodel.document.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.analiticalmodel.document.dao | |
---|---|
interface |
IBIObjectDAO
Defines the interfaces for all methods needed to insert, modify and deleting a BI object. |
interface |
IBIObjectRating
|
interface |
IObjNoteDAO
|
interface |
IObjTemplateDAO
|
interface |
ISnapshotDAO
|
interface |
ISubObjectDAO
|
interface |
ISubreportDAO
|
interface |
IViewpointDAO
Defines the interfaces for all methods needed to insert, modify and deleting a viewpoint. |
Classes in it.eng.spagobi.analiticalmodel.document.dao that implement ISpagoBIDao | |
---|---|
class |
BIObjectDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a BI Object. |
class |
BIObjectRatingDAOHibImpl
|
class |
ObjNoteDAOHibImpl
|
class |
ObjTemplateDAOHibImpl
|
class |
SnapshotDAOHibImpl
|
class |
SubObjectDAOHibImpl
|
class |
SubreportDAOHibImpl
|
class |
ViewpointDAOHimpl
Defines the Hibernate implementations for all DAO methods, for a viewpoint. |
Uses of ISpagoBIDao in it.eng.spagobi.analiticalmodel.functionalitytree.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.analiticalmodel.functionalitytree.dao | |
---|---|
interface |
ILowFunctionalityDAO
Defines the interfaces for all methods needed to insert, modify and deleting a low functionality. |
Classes in it.eng.spagobi.analiticalmodel.functionalitytree.dao that implement ISpagoBIDao | |
---|---|
class |
LowFunctionalityDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a functionality. |
Uses of ISpagoBIDao in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao | |
---|---|
interface |
IBIObjectParameterDAO
Defines the interfaces for all methods needed to insert, modify and deleting a BI Object Parameter. |
interface |
IObjParuseDAO
Defines the interfaces for all methods needed to insert, modify and deleting a ObjParuse. |
interface |
IObjParviewDAO
Defines the interfaces for all methods needed to insert, modify and deleting a ObjParview. |
interface |
IParameterDAO
Defines the interfaces for all methods needed to insert, modify and deleting a parameter. |
interface |
IParameterUseDAO
Defines the interfaces for all methods needed to insert, modify and deleting a parameter use mode. |
Classes in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao that implement ISpagoBIDao | |
---|---|
class |
BIObjectParameterDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a BI Object Parameter. |
class |
ObjParuseDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a ObjParuse object. |
class |
ObjParviewDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a ObjParview object. |
class |
ParameterDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a parameter |
class |
ParameterUseDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a parameter use mode. |
Uses of ISpagoBIDao in it.eng.spagobi.behaviouralmodel.check.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.behaviouralmodel.check.dao | |
---|---|
interface |
ICheckDAO
Defines the interfaces for all methods needed to insert, modify and deleting a value constraint. |
Classes in it.eng.spagobi.behaviouralmodel.check.dao that implement ISpagoBIDao | |
---|---|
class |
CheckDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a value constraint. |
Uses of ISpagoBIDao in it.eng.spagobi.behaviouralmodel.lov.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.behaviouralmodel.lov.dao | |
---|---|
interface |
IModalitiesValueDAO
Defines the interfaces for all methods needed to insert, modify and deleting a LOV value. |
Classes in it.eng.spagobi.behaviouralmodel.lov.dao that implement ISpagoBIDao | |
---|---|
class |
LovDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a list of values. |
Uses of ISpagoBIDao in it.eng.spagobi.commons.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.commons.dao | |
---|---|
interface |
IBinContentDAO
|
interface |
IConfigDAO
Defines the Hibernate implementations for all DAO methods, for a domain. |
interface |
IDomainDAO
Defines the interfaces for all methods needed to operate with a domain. |
interface |
IRoleDAO
Defines the interfaces for all methods needed to insert, modify and deleting a role |
interface |
IUserFunctionalityDAO
|
Classes in it.eng.spagobi.commons.dao that implement ISpagoBIDao | |
---|---|
class |
BinContentDAOHibImpl
|
class |
ConfigDAO
Defines the Hibernate implementations for all DAO methods, for a domain. |
class |
DomainDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a domain. |
class |
RoleDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a Role. |
class |
UserFunctionalityDAO
|
Uses of ISpagoBIDao in it.eng.spagobi.engines.config.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.engines.config.dao | |
---|---|
interface |
IEngineDAO
Defines the interfaces for all methods needed to insert, modify and deleting an engine. |
Classes in it.eng.spagobi.engines.config.dao that implement ISpagoBIDao | |
---|---|
class |
EngineDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for an engine. |
Uses of ISpagoBIDao in it.eng.spagobi.engines.dossier.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.engines.dossier.dao | |
---|---|
interface |
IDossierDAO
Defines all the methods needed for access contents of dossier template. Dossier template is a zip file containing the presentation template (.ppt), the process definition file (.xml file) and dossier configuration file (.sbidossier file). The first operation you must perform is to unzipped the template using the init method: this method returns the path of the temporary folder where template was unzipped: this path is built as BASE_TEMP_FOLDER + DOSSIER_ID + UUID where: BASE_TEMP_FOLDER is the temporary base folder configured in dossier.xml; DOSSIER_ID is the document id; UUID is a time based random string. You have to keep this path in order to invoke other methods (those methods work on this folder). |
interface |
IDossierPartsTempDAO
|
interface |
IDossierPresentationsDAO
|
Classes in it.eng.spagobi.engines.dossier.dao that implement ISpagoBIDao | |
---|---|
class |
DossierDAOHibImpl
IDossierDAO implementation using database and hibernate mapping |
class |
DossierPartsTempDAOHibImpl
|
class |
DossierPresentationsDAOHibImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.hotlink.rememberme.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.hotlink.rememberme.dao | |
---|---|
interface |
IRememberMeDAO
|
Classes in it.eng.spagobi.hotlink.rememberme.dao that implement ISpagoBIDao | |
---|---|
class |
RememberMeDAOHibImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.kpi.alarm.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.kpi.alarm.dao | |
---|---|
interface |
ISbiAlarmContactDAO
|
interface |
ISbiAlarmDAO
|
interface |
ISbiAlarmEventDAO
|
Classes in it.eng.spagobi.kpi.alarm.dao that implement ISpagoBIDao | |
---|---|
class |
SbiAlarmContactDAOHibImpl
|
class |
SbiAlarmDAOHibImpl
|
class |
SbiAlarmEventDAOHibImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.kpi.config.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.kpi.config.dao | |
---|---|
interface |
IKpiDAO
|
interface |
IKpiErrorDAO
|
interface |
IKpiInstanceDAO
|
interface |
IKpiInstPeriodDAO
|
interface |
IMeasureUnitDAO
|
interface |
IPeriodicityDAO
|
Classes in it.eng.spagobi.kpi.config.dao that implement ISpagoBIDao | |
---|---|
class |
KpiDAOImpl
|
class |
KpiErrorDAOImpl
|
class |
KpiInstanceDAOImpl
|
class |
KpiInstPeriodDAOImpl
|
class |
MeasureUnitDAOImpl
|
class |
PeriodicityDAOImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.kpi.goal.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.kpi.goal.dao | |
---|---|
interface |
IGoalDAO
|
Classes in it.eng.spagobi.kpi.goal.dao that implement ISpagoBIDao | |
---|---|
class |
GoalDAOImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.kpi.model.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.kpi.model.dao | |
---|---|
interface |
IModelDAO
|
interface |
IModelInstanceDAO
|
interface |
IModelResourceDAO
|
interface |
IResourceDAO
|
Classes in it.eng.spagobi.kpi.model.dao that implement ISpagoBIDao | |
---|---|
class |
ModelDAOImpl
|
class |
ModelInstanceDAOImpl
|
class |
ModelResourceDAOImpl
|
class |
ResourceDAOImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.kpi.ou.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.kpi.ou.dao | |
---|---|
interface |
IOrganizationalUnitDAO
|
Classes in it.eng.spagobi.kpi.ou.dao that implement ISpagoBIDao | |
---|---|
class |
OrganizationalUnitDAOImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.kpi.threshold.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.kpi.threshold.dao | |
---|---|
interface |
IThresholdDAO
|
interface |
IThresholdValueDAO
|
Classes in it.eng.spagobi.kpi.threshold.dao that implement ISpagoBIDao | |
---|---|
class |
ThresholdDAOImpl
|
class |
ThresholdValueDAOImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.mapcatalogue.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.mapcatalogue.dao | |
---|---|
interface |
ISbiGeoFeaturesDAO
|
interface |
ISbiGeoMapFeaturesDAO
|
interface |
ISbiGeoMapsDAO
|
Classes in it.eng.spagobi.mapcatalogue.dao that implement ISpagoBIDao | |
---|---|
class |
SbiGeoFeaturesDAOHibImpl
|
class |
SbiGeoMapFeaturesDAOHibImpl
|
class |
SbiGeoMapsDAOHibImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.monitoring.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.monitoring.dao | |
---|---|
interface |
IAuditDAO
|
Classes in it.eng.spagobi.monitoring.dao that implement ISpagoBIDao | |
---|---|
class |
DbAuditImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.profiling.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.profiling.dao | |
---|---|
interface |
ISbiAttributeDAO
|
interface |
ISbiUserDAO
|
Classes in it.eng.spagobi.profiling.dao that implement ISpagoBIDao | |
---|---|
class |
SbiAttributeDAOHibImpl
|
class |
SbiUserDAOHibImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.tools.dataset.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.tools.dataset.dao | |
---|---|
interface |
IDataSetDAO
Defines the interfaces for all methods needed to insert, modify and deleting an engine. |
Classes in it.eng.spagobi.tools.dataset.dao that implement ISpagoBIDao | |
---|---|
class |
DataSetDAOImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.tools.datasource.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.tools.datasource.dao | |
---|---|
interface |
IDataSourceDAO
Defines the interfaces for all methods needed to insert, modify and deleting an engine. |
Classes in it.eng.spagobi.tools.datasource.dao that implement ISpagoBIDao | |
---|---|
class |
DataSourceDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a data source. |
Uses of ISpagoBIDao in it.eng.spagobi.tools.distributionlist.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.tools.distributionlist.dao | |
---|---|
interface |
IDistributionListDAO
Defines the interfaces for all methods needed to insert, modify and delete a Distribution List |
Classes in it.eng.spagobi.tools.distributionlist.dao that implement ISpagoBIDao | |
---|---|
class |
DistributionListDaoImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.tools.objmetadata.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.tools.objmetadata.dao | |
---|---|
interface |
IObjMetacontentDAO
Defines the interfaces for all methods needed to insert, modify and deleting object's metadata. |
interface |
IObjMetadataDAO
Defines the interfaces for all methods needed to insert, modify and deleting object's metadata. |
Classes in it.eng.spagobi.tools.objmetadata.dao that implement ISpagoBIDao | |
---|---|
class |
ObjMetacontentDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a metadata content |
class |
ObjMetadataDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a object metadata. |
Uses of ISpagoBIDao in it.eng.spagobi.tools.udp.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.tools.udp.dao | |
---|---|
interface |
IUdpDAO
|
interface |
IUdpValueDAO
|
Classes in it.eng.spagobi.tools.udp.dao that implement ISpagoBIDao | |
---|---|
class |
UdpDAOHibImpl
|
class |
UdpValueDAOHibImpl
|
Uses of ISpagoBIDao in it.eng.spagobi.wapp.dao |
---|
Subinterfaces of ISpagoBIDao in it.eng.spagobi.wapp.dao | |
---|---|
interface |
IMenuDAO
|
interface |
IMenuRolesDAO
|
Classes in it.eng.spagobi.wapp.dao that implement ISpagoBIDao | |
---|---|
class |
MenuDAOImpl
|
class |
MenuRolesDAOImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |