|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO
it.eng.spagobi.bo.dao.hibernate.ObjParuseDAOHibImpl
public class ObjParuseDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a ObjParuse object.
Constructor Summary | |
---|---|
ObjParuseDAOHibImpl()
|
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. |
ObjParuse |
toObjParuse(SbiObjParuse aSbiObjParuse)
From the hibernate SbiObjParuse at input, gives the corrispondent ObjParuse object. |
Methods inherited from class it.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO |
---|
getSession, logException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjParuseDAOHibImpl()
Method Detail |
---|
public ObjParuse loadObjParuse(java.lang.Integer objParId, java.lang.Integer paruseId) throws EMFUserError
IObjParuseDAO
objParId
and its paruseId
. All these information,
achived by a query to the DB, are stored into a ObjParuse
object,
which is returned.
loadObjParuse
in interface IObjParuseDAO
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 occurredIObjParuseDAO.loadObjParuse(java.lang.Integer, java.lang.Integer)
public void modifyObjParuse(ObjParuse aObjParuse) throws EMFUserError
IObjParuseDAO
ObjParuse
object.
modifyObjParuse
in interface IObjParuseDAO
aObjParuse
- The ObjParuse containing all modify information
EMFUserError
- If an Exception occurredIObjParuseDAO.modifyObjParuse(it.eng.spagobi.bo.ObjParuse)
public void insertObjParuse(ObjParuse aObjParuse) throws EMFUserError
IObjParuseDAO
ObjParuse
object.
insertObjParuse
in interface IObjParuseDAO
aObjParuse
- The ObjParuse containing all insert information
EMFUserError
- If an Exception occurredIObjParuseDAO.insertObjParuse(it.eng.spagobi.bo.ObjParuse)
public void eraseObjParuse(ObjParuse aObjParuse) throws EMFUserError
IObjParuseDAO
ObjParuse
object.
eraseObjParuse
in interface IObjParuseDAO
aObjParuse
- The object containing all delete information
EMFUserError
- If an Exception occurredIObjParuseDAO.eraseObjParuse(ObjParuse)
public java.util.List loadObjParuses(java.lang.Integer objParId) throws EMFUserError
IObjParuseDAO
BIObjectParameter
,
known its objParId
.
loadObjParuses
in interface IObjParuseDAO
objParId
- The input BIObjectParameter id code
EMFUserError
- If any exception occurredIObjParuseDAO.loadObjParuses(Integer)
public ObjParuse toObjParuse(SbiObjParuse aSbiObjParuse)
ObjParuse
object.
aSbiObjParuse
- The hybernate SbiObjParuse
ObjParuse
public java.util.List getDependencies(java.lang.Integer objParFatherId) throws EMFUserError
IObjParuseDAO
getDependencies
in interface IObjParuseDAO
objParFatherId
- The id of the BIObjectParameter
EMFUserError
IObjParuseDAO.getDependencies(Integer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |