|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjParuseDAO
Defines the interfaces for all methods needed to insert, modify and deleting a ObjParuse.
Method Summary | |
---|---|
void |
eraseObjParuse(ObjParuse aObjParuse)
Implements the query to erase a ObjParuse. |
java.util.List |
getDependencies(java.lang.Integer objParFatherId)
Returns the list of labels of BIObjectParameter objects that have a correlation relationship with the BIObjectParameter at input, given its id. |
void |
insertObjParuse(ObjParuse aObjParuse)
Implements the query to insert a ObjParuse. |
ObjParuse |
loadObjParuse(java.lang.Integer objParId,
java.lang.Integer paruseId)
Loads all detail information for a ObjParuse identified by its objParId and its paruseId . |
java.util.List |
loadObjParuses(java.lang.Integer objParId)
Returns the list of all ObjParuse objects associated to a BIObjectParameter ,
known its objParId . |
void |
modifyObjParuse(ObjParuse aObjParuse)
Implements the query to modify a ObjParuse. |
Method Detail |
---|
ObjParuse loadObjParuse(java.lang.Integer objParId, java.lang.Integer paruseId) throws EMFUserError
objParId
and its paruseId
. All these information,
achived by a query to the DB, are stored into a ObjParuse
object,
which is returned.
objParId
- The id for the BI object parameter to loadparuseId
- The parameterUse-id for the Parameter to load
ObjParuse
object containing all loaded information
EMFUserError
- If an Exception occurredvoid modifyObjParuse(ObjParuse aObjParuse) throws EMFUserError
ObjParuse
object.
aObjParuse
- The ObjParuse containing all modify information
EMFUserError
- If an Exception occurredvoid insertObjParuse(ObjParuse aObjParuse) throws EMFUserError
ObjParuse
object.
aObjParuse
- The ObjParuse containing all insert information
EMFUserError
- If an Exception occurredvoid eraseObjParuse(ObjParuse aObjParuse) throws EMFUserError
ObjParuse
object.
aObjParuse
- The object containing all delete information
EMFUserError
- If an Exception occurredjava.util.List loadObjParuses(java.lang.Integer objParId) throws EMFUserError
BIObjectParameter
,
known its objParId
.
objParId
- The input BIObjectParameter id code
EMFUserError
- If any exception occurredjava.util.List getDependencies(java.lang.Integer objParFatherId) throws EMFUserError
objParFatherId
- The id of the BIObjectParameter
EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |