|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterUse | |
---|---|
it.eng.spagobi.bo.dao | |
it.eng.spagobi.bo.dao.hibernate | |
it.eng.spagobi.importexport |
Uses of ParameterUse in it.eng.spagobi.bo.dao |
---|
Methods in it.eng.spagobi.bo.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 |
IParameterUseDAO.loadByUseID(java.lang.Integer useID)
Loads all detail information for a parameter use mode identified by its useID . |
Methods in it.eng.spagobi.bo.dao with parameters of type ParameterUse | |
---|---|
void |
IParameterUseDAO.eraseParameterUse(ParameterUse aParameterUse)
Implements the query to erase a ParameterUse mode. |
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 |
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 |
IParameterUseDAO.insertParameterUse(ParameterUse aParameterUse)
Implements the query to insert a parameter use mode. |
void |
IParameterUseDAO.modifyParameterUse(ParameterUse aParameterUse)
Implements the query to modify a parameter use mode. |
Uses of ParameterUse in it.eng.spagobi.bo.dao.hibernate |
---|
Methods in it.eng.spagobi.bo.dao.hibernate that return ParameterUse | |
---|---|
ParameterUse |
ParameterUseDAOHibImpl.loadByParameterIdandRole(java.lang.Integer parameterId,
java.lang.String roleName)
|
ParameterUse |
ParameterUseDAOHibImpl.loadByUseID(java.lang.Integer useID)
|
ParameterUse |
ParameterUseDAOHibImpl.toParameterUse(SbiParuse hibParUse)
From the hibernate Parameter Use mode at input, gives the corrispondent ParameterUse object. |
Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type ParameterUse | |
---|---|
void |
ParameterUseDAOHibImpl.eraseParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.fillParameterUse(ParameterUse aParameterUse,
SbiParuse hibParUse)
Fill an empty ParameterUse object extracting data from a SbiParuse object |
void |
ParameterUseDAOHibImpl.fillRolesForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.insertParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.modifyParameterUse(ParameterUse aParameterUse)
|
Uses of ParameterUse in it.eng.spagobi.importexport |
---|
Methods in it.eng.spagobi.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,
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 |