|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterUse | |
---|---|
it.eng.spagobi.analiticalmodel.execution.service | |
it.eng.spagobi.behaviouralmodel.analyticaldriver.dao | |
it.eng.spagobi.tools.importexport |
Uses of ParameterUse in it.eng.spagobi.analiticalmodel.execution.service |
---|
Methods in it.eng.spagobi.analiticalmodel.execution.service with parameters of type ParameterUse | |
---|---|
static it.eng.spago.paginator.basic.ListIFace |
SelectParametersLookupModule.filterListForParametersCorrelation(ParameterUse paruse,
it.eng.spago.base.SourceBean request,
it.eng.spago.paginator.basic.ListIFace list,
java.util.HashMap parametersMap,
it.eng.spago.error.EMFErrorHandler errorHandler)
Filters the list according to the parameters correlation |
Uses of ParameterUse in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao |
---|
Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao that return ParameterUse | |
---|---|
ParameterUse |
IParameterUseDAO.loadByParameterIdandRole(java.lang.Integer parameterId,
java.lang.String roleName)
Loads all detail information for a parameter use mode identified by a parameter id and a role name. |
ParameterUse |
ParameterUseDAOHibImpl.loadByParameterIdandRole(java.lang.Integer parameterId,
java.lang.String roleName)
Load by parameter idand role. |
ParameterUse |
IParameterUseDAO.loadByUseID(java.lang.Integer useID)
Loads all detail information for a parameter use mode identified by its useID . |
ParameterUse |
ParameterUseDAOHibImpl.loadByUseID(java.lang.Integer useID)
Load by use id. |
ParameterUse |
ParameterUseDAOHibImpl.toParameterUse(SbiParuse hibParUse)
From the hibernate Parameter Use mode at input, gives the corrispondent ParameterUse object. |
Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao with parameters of type ParameterUse | |
---|---|
void |
IParameterUseDAO.eraseParameterUse(ParameterUse aParameterUse)
Implements the query to erase a ParameterUse mode. |
void |
ParameterUseDAOHibImpl.eraseParameterUse(ParameterUse aParameterUse)
Erase parameter use. |
void |
IParameterUseDAO.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
Given at input a ParameterUse objects, asks for all possible Checks
associated whith it and fills the AssociatedChecks object's list. |
void |
ParameterUseDAOHibImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
Fill associated checks for par use. |
void |
ParameterUseDAOHibImpl.fillParameterUse(ParameterUse aParameterUse,
SbiParuse hibParUse)
Fill an empty ParameterUse object extracting data from a SbiParuse object. |
void |
IParameterUseDAO.fillRolesForParUse(ParameterUse aParameterUse)
Given at input a ParameterUse objects, asks for all possible Roles
associated whith it and fills the ListRoles object's list. |
void |
ParameterUseDAOHibImpl.fillRolesForParUse(ParameterUse aParameterUse)
Fill roles for par use. |
void |
IParameterUseDAO.insertParameterUse(ParameterUse aParameterUse)
Implements the query to insert a parameter use mode. |
void |
ParameterUseDAOHibImpl.insertParameterUse(ParameterUse aParameterUse)
Insert parameter use. |
void |
IParameterUseDAO.modifyParameterUse(ParameterUse aParameterUse)
Implements the query to modify a parameter use mode. |
void |
ParameterUseDAOHibImpl.modifyParameterUse(ParameterUse aParameterUse)
Modify parameter use. |
Uses of ParameterUse in it.eng.spagobi.tools.importexport |
---|
Methods in it.eng.spagobi.tools.importexport with parameters of type ParameterUse | |
---|---|
void |
ExporterMetadata.insertParUse(ParameterUse parUse,
org.hibernate.Session session)
Insert a parameter use into the exported database. |
void |
ExporterMetadata.insertParuseCheck(ParameterUse parUse,
Check check,
org.hibernate.Session session)
Insert an association between a parameter use and a check into the exported database. |
void |
ExporterMetadata.insertParuseRole(ParameterUse parUse,
it.eng.spagobi.commons.bo.Role role,
org.hibernate.Session session)
Insert an association between a parameter use and a role into the exported database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |