|
||||||||||
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)
|
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. |
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. |
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)
|
void |
modifyParameterUse(ParameterUse aParameterUse)
Implements the query to modify a parameter use mode. |
Method Detail |
---|
ParameterUse loadByUseID(java.lang.Integer useID) throws 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
EMFUserError
- EMFUserError If an Exception occurredvoid fillAssociatedChecksForParUse(ParameterUse aParameterUse) throws EMFUserError
ParameterUse
objects, asks for all possible Checks
associated whith it and fills the AssociatedChecks
object's list.
aParameterUse
- The ParameterUse
object to fill the Checks list in
EMFUserError
- if an Exception occurred.void fillRolesForParUse(ParameterUse aParameterUse) throws EMFUserError
ParameterUse
objects, asks for all possible Roles
associated whith it and fills the ListRoles
object's list.
aParameterUse
-
EMFUserError
void modifyParameterUse(ParameterUse aParameterUse) throws EMFUserError
ParameterUse
object.
aParameterUse
- The object containing all modify information
EMFUserError
- If an Exception occurredvoid insertParameterUse(ParameterUse aParameterUse) throws EMFUserError
ParameterUse
object.
aParameterUse
- The object containing all insert information
EMFUserError
- If an Exception occurredvoid eraseParameterUse(ParameterUse aParameterUse) throws EMFUserError
ParameterUse
object.
aParameterUse
- The object containing all erase information
EMFUserError
- If an Exception occurredboolean hasParUseModes(java.lang.String parId) throws EMFUserError
parId
- The parameter id
EMFUserError
- If an Exception occurredjava.util.List loadParametersUseByParId(java.lang.Integer parId) throws EMFUserError
EMFUserError
void eraseParameterUseByParId(java.lang.Integer parId) throws EMFUserError
EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |