|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterUse | |
---|---|
it.eng.spagobi.bo.dao | |
it.eng.spagobi.bo.dao.hibernate | |
it.eng.spagobi.bo.dao.jdbc | |
it.eng.spagobi.importexport | |
it.eng.spagobi.services.modules |
Uses of ParameterUse in it.eng.spagobi.bo.dao |
---|
Methods in it.eng.spagobi.bo.dao that return ParameterUse | |
---|---|
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.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)
|
void |
ParameterUseDAOHibImpl.fillRolesForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.insertParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOHibImpl.modifyParameterUse(ParameterUse aParameterUse)
|
Uses of ParameterUse in it.eng.spagobi.bo.dao.jdbc |
---|
Methods in it.eng.spagobi.bo.dao.jdbc that return ParameterUse | |
---|---|
ParameterUse |
ParameterUseDAOImpl.loadByUseID(java.lang.Integer useID)
|
Methods in it.eng.spagobi.bo.dao.jdbc with parameters of type ParameterUse | |
---|---|
void |
ParameterUseDAOImpl.eraseParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.fillAssociatedChecksForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.fillRolesForParUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.insertParameterUse(ParameterUse aParameterUse)
|
void |
ParameterUseDAOImpl.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 |
Uses of ParameterUse in it.eng.spagobi.services.modules |
---|
Methods in it.eng.spagobi.services.modules that return ParameterUse | |
---|---|
private ParameterUse |
DetailParameterModule.clone(ParameterUse paruse)
|
private ParameterUse |
DetailParameterModule.createNewParameterUse(java.lang.Integer parId)
|
private ParameterUse |
DetailParameterModule.recoverParameterUseDetails(it.eng.spago.base.SourceBean request,
java.lang.Integer parIdInt,
java.lang.Integer paruseIdInt)
|
private ParameterUse |
DetailParameterModule.reloadParuse(java.lang.Integer parIdInt,
java.lang.String label)
Reload a ParameterUse from its Parameter id and its label. |
Methods in it.eng.spagobi.services.modules with parameters of type ParameterUse | |
---|---|
private ParameterUse |
DetailParameterModule.clone(ParameterUse paruse)
|
private void |
DetailParameterModule.parameterUseLabelControl(ParameterUse paruse,
java.lang.String operation)
Controls if the name of the ParameterUse is already in use. |
private void |
DetailParameterModule.prepareParameterDetailPage(it.eng.spago.base.SourceBean response,
Parameter parameter,
ParameterUse paruse,
java.lang.String selected_paruse_idStr,
java.lang.String modality,
boolean initialParameter,
boolean initialParameterUse)
Fills the response SourceBean with the elements that will be displayed in the Parameter detail page: the Parameter itself and the required ParameterUse. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |