|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjParviewDAO
Defines the interfaces for all methods needed to insert, modify and deleting a ObjParview.
Method Summary | |
---|---|
void |
eraseObjParview(ObjParview aObjParview)
Implements the query to erase a ObjParview. |
void |
eraseObjParview(ObjParview aObjParview,
org.hibernate.Session aSession)
Implements the query to erase a ObjParview preserving the session. |
java.util.List |
getAllDependenciesForParameterview(java.lang.Integer viewId)
Returns the list of dependencies (ObjParview objects list) for the Parameterview 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 viewId)
Returns the labels list of the documents containing dependencies for the parameter view identified by the id at input. |
void |
insertObjParview(ObjParview aObjParview)
Implements the query to insert a ObjParview. |
java.util.List |
loadObjParview(java.lang.Integer objParId,
java.lang.Integer parviewId)
Loads the list of ObjParview associated to the input objParId and paruseId . |
java.util.List |
loadObjParviews(java.lang.Integer objParId)
Returns the list of all ObjParview objects associated to a BIObjectParameter ,
known its objParId . |
void |
modifyObjParview(ObjParview aObjParview)
Implements the query to modify a ObjParview. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
java.util.List loadObjParview(java.lang.Integer objParId, java.lang.Integer parviewId) 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 ObjParview
object,
which is returned.
objParId
- The id for the BI object parameter to loadparvireId
- The parameterUse-id for the Parameter to load
ObjParuse
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid modifyObjParview(ObjParview aObjParview) throws it.eng.spago.error.EMFUserError
ObjParview
object.
aObjParview
- The ObjParview containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertObjParview(ObjParview aObjParview) throws it.eng.spago.error.EMFUserError
ObjParview
object.
aObjParview
- The ObjParview containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseObjParview(ObjParview aObjParview) throws it.eng.spago.error.EMFUserError
ObjParview
object.
aObjParview
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseObjParview(ObjParview aObjParview, org.hibernate.Session aSession) throws it.eng.spago.error.EMFUserError
ObjParview
object.
aObjParview
- aSession
-
it.eng.spago.error.EMFUserError
java.util.List loadObjParviews(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 viewId) throws it.eng.spago.error.EMFUserError
viewId
- The Integer representing the view id
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getAllDependenciesForParameterview(java.lang.Integer viewId) throws it.eng.spago.error.EMFUserError
viewId
- The Integer representing the view 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 |