|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterUseDAO
Defines the interfaces for all methods needed to insert, modify and deleting a parameter use mode.
Method Summary | |
---|---|
void |
eraseParameterUse(ParameterUse aParameterUse)
Implements the query to erase a ParameterUse mode. |
void |
eraseParameterUseByParId(java.lang.Integer parId)
Delete all the parameter use modes associated to the input parameter id. |
void |
eraseParameterUseByParIdSameSession(java.lang.Integer parId,
org.hibernate.Session sessionCurrDB)
Delete from hibernate session a parameter use |
void |
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 |
fillRolesForParUse(ParameterUse aParameterUse)
Given at input a ParameterUse objects, asks for all possible Roles
associated whith it and fills the ListRoles object's list. |
java.util.List |
getParameterUsesAssociatedToLov(java.lang.Integer lovId)
Gets the list of parameter uses associated to the lov identified by the lovId at input. |
boolean |
hasParUseModes(java.lang.String parId)
Controls if a parameter has some use modes associated or not. |
void |
insertParameterUse(ParameterUse aParameterUse)
Implements the query to insert a parameter use mode. |
SbiParuse |
loadById(java.lang.Integer id)
Loads all detail information for a parameter use mode identified by its id . |
ParameterUse |
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 |
loadByUseID(java.lang.Integer useID)
Loads all detail information for a parameter use mode identified by its useID . |
java.util.List |
loadParametersUseByParId(java.lang.Integer parId)
Loads the list of parameter use modes associated to the input parameter id. |
void |
modifyParameterUse(ParameterUse aParameterUse)
Implements the query to modify a parameter use mode. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
SbiParuse loadById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
id
. All these information, achived by a query
to the DB, are stored into aSbiParuse
object, which is
returned.
id
- The id for the parameter use mode to load
SbiParuse
object containing all loaded information
it.eng.spago.error.EMFUserError
- EMFUserError If an Exception occurredParameterUse loadByUseID(java.lang.Integer useID) throws it.eng.spago.error.EMFUserError
useID
. All these information, achived by a query
to the DB, are stored into aParameterUse
object, which is
returned.
useID
- The id for the parameter use mode to load
ParameterUse
object containing all loaded information
it.eng.spago.error.EMFUserError
- EMFUserError If an Exception occurredParameterUse loadByParameterIdandRole(java.lang.Integer parameterId, java.lang.String roleName) throws it.eng.spago.error.EMFUserError
ParameterUse
object, which is
returned.
parameterId
- The id for the parameter associatedroleName
- The role name associated
ParameterUse
object containing all loaded information
it.eng.spago.error.EMFUserError
- EMFUserError If an Exception occurredvoid fillAssociatedChecksForParUse(ParameterUse aParameterUse) throws it.eng.spago.error.EMFUserError
ParameterUse
objects, asks for all possible Checks
associated whith it and fills the AssociatedChecks
object's list.
aParameterUse
- the a parameter use
it.eng.spago.error.EMFUserError
- if an Exception occurred.void fillRolesForParUse(ParameterUse aParameterUse) throws it.eng.spago.error.EMFUserError
ParameterUse
objects, asks for all possible Roles
associated whith it and fills the ListRoles
object's list.
aParameterUse
- the a parameter use
it.eng.spago.error.EMFUserError
- the EMF user errorvoid modifyParameterUse(ParameterUse aParameterUse) throws it.eng.spago.error.EMFUserError
ParameterUse
object.
aParameterUse
- The object containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertParameterUse(ParameterUse aParameterUse) throws it.eng.spago.error.EMFUserError
ParameterUse
object.
aParameterUse
- The object containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseParameterUse(ParameterUse aParameterUse) throws it.eng.spago.error.EMFUserError
ParameterUse
object.
aParameterUse
- The object containing all erase information
it.eng.spago.error.EMFUserError
- If an Exception occurredboolean hasParUseModes(java.lang.String parId) throws it.eng.spago.error.EMFUserError
parId
- The parameter id
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadParametersUseByParId(java.lang.Integer parId) throws it.eng.spago.error.EMFUserError
parId
- the par id
ParameterUse
objects
it.eng.spago.error.EMFUserError
- EMFUserError If an Exception occurredvoid eraseParameterUseByParId(java.lang.Integer parId) throws it.eng.spago.error.EMFUserError
parId
- the par id
it.eng.spago.error.EMFUserError
- EMFUserError If an Exception occurredjava.util.List getParameterUsesAssociatedToLov(java.lang.Integer lovId) throws it.eng.spago.error.EMFUserError
lovId
- The integer id of the lov
it.eng.spago.error.EMFUserError
- the EMF user errorvoid eraseParameterUseByParIdSameSession(java.lang.Integer parId, org.hibernate.Session sessionCurrDB) throws it.eng.spago.error.EMFUserError
Session
- hibernate Session
it.eng.spago.error.EMFUserError
- the EMF user error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |