|
||||||||||
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 |
getAllDependenciesForParameterUse(java.lang.Integer useId)
Returns the list of dependencies (ObjParuse objects list) for the ParameterUse object identified by the id passes at input. |
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. |
java.util.List |
getDocumentLabelsListWithAssociatedDependencies(java.lang.Integer useId)
Returns the labels list of the documents containing dependencies for the parameter use identified by the id at input. |
void |
insertObjParuse(ObjParuse aObjParuse)
Implements the query to insert a ObjParuse. |
java.util.List |
loadObjParuse(java.lang.Integer objParId,
java.lang.Integer paruseId)
Loads the list of ObjParuse associated to the input objParId and 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. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setTenant, setUserID, setUserProfile |
Method Detail |
---|
java.util.List loadObjParuse(java.lang.Integer objParId, java.lang.Integer paruseId) throws it.eng.spago.error.EMFUserError
objParId
and paruseId
. All these information,
achived by a query to the DB, are stored into a List of 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
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid modifyObjParuse(ObjParuse aObjParuse) throws it.eng.spago.error.EMFUserError
ObjParuse
object.
aObjParuse
- The ObjParuse containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertObjParuse(ObjParuse aObjParuse) throws it.eng.spago.error.EMFUserError
ObjParuse
object.
aObjParuse
- The ObjParuse containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseObjParuse(ObjParuse aObjParuse) throws it.eng.spago.error.EMFUserError
ObjParuse
object.
aObjParuse
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadObjParuses(java.lang.Integer objParId) throws it.eng.spago.error.EMFUserError
BIObjectParameter
,
known its objParId
.
objParId
- The input BIObjectParameter id code
it.eng.spago.error.EMFUserError
- If any exception occurredjava.util.List getDependencies(java.lang.Integer objParFatherId) throws it.eng.spago.error.EMFUserError
objParFatherId
- The id of the BIObjectParameter
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getDocumentLabelsListWithAssociatedDependencies(java.lang.Integer useId) throws it.eng.spago.error.EMFUserError
useId
- The Integer representing the use id
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getAllDependenciesForParameterUse(java.lang.Integer useId) throws it.eng.spago.error.EMFUserError
useId
- The Integer representing the use id
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 |