|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.dao.AbstractHibernateDAO
it.eng.spagobi.behaviouralmodel.analyticaldriver.dao.ObjParviewDAOHibImpl
public class ObjParviewDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a ObjParview object.
Field Summary |
---|
Fields inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
TENANT_FILTER_NAME |
Constructor Summary | |
---|---|
ObjParviewDAOHibImpl()
|
Method Summary | |
---|---|
void |
eraseObjParview(ObjParview aObjParview)
Erase obj parview. |
void |
eraseObjParview(ObjParview aObjParview,
org.hibernate.Session aSession)
Implements the query to erase a ObjParview preserving the session. |
void |
eraseObjParviewIfExists(ObjParview aObjParview,
org.hibernate.Session aSession)
Implements the query to erase a ObjParview preserving the session. |
java.util.List |
getAllDependenciesForParameterview(java.lang.Integer viewId)
Gets the all dependencies for parameter view. |
java.util.List |
getDependencies(java.lang.Integer objParFatherId)
Gets the dependencies. |
java.util.List |
getDocumentLabelsListWithAssociatedDependencies(java.lang.Integer viewId)
Gets the document labels list with associated dependencies. |
void |
insertObjParview(ObjParview aObjParview)
Insert obj parview. |
java.util.List |
loadObjParview(java.lang.Integer objParId,
java.lang.Integer parviewId)
Load obj parview. |
java.util.List<ObjParview> |
loadObjParviews(java.lang.Integer objParId)
Load obj parviews. |
java.util.List<ObjParview> |
loadObjParviewsFather(java.lang.Integer objParId)
Load obj parviews with father relationship |
void |
modifyObjParview(ObjParview aObjParview)
Modify obj parview. |
ObjParview |
toObjParview(SbiObjParview aSbiObjParview)
From the hibernate SbiObjParview at input, gives the corrispondent ObjParview object. |
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
commitIfActiveAndClose, disableTenantFilter, enableTenantFilter, getSession, getTenant, getUserProfile, logException, rollbackIfActiveAndClose, setTenant, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setTenant, setUserID, setUserProfile |
Constructor Detail |
---|
public ObjParviewDAOHibImpl()
Method Detail |
---|
public void modifyObjParview(ObjParview aObjParview) throws it.eng.spago.error.EMFUserError
modifyObjParview
in interface IObjParviewDAO
aObjParview
- the a obj parview
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.modifyObjParview(it.eng.spagobi.behaviouralmodel.analyticaldriver.bo.ObjParview)
public void insertObjParview(ObjParview aObjParview) throws it.eng.spago.error.EMFUserError
insertObjParview
in interface IObjParviewDAO
aObjParview
- the a obj parview
EMFviewrError
- the EMF user error
it.eng.spago.error.EMFUserError
- If an Exception occurredIObjParuseDAO.insertObjParuse(it.eng.spagobi.behaviouralmodel.analyticaldriver.bo.ObjParuse)
public void eraseObjParview(ObjParview aObjParview) throws it.eng.spago.error.EMFUserError
eraseObjParview
in interface IObjParviewDAO
aObjParview
- the a obj parview
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.eraseObjParview(ObjParview)
public void eraseObjParview(ObjParview aObjParview, org.hibernate.Session aSession) throws it.eng.spago.error.EMFUserError
IObjParviewDAO
ObjParview
object.
eraseObjParview
in interface IObjParviewDAO
it.eng.spago.error.EMFUserError
public java.util.List<ObjParview> loadObjParviews(java.lang.Integer objParId) throws it.eng.spago.error.EMFUserError
loadObjParviews
in interface IObjParviewDAO
objParId
- the obj par id
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.loadObjParviews(Integer)
public ObjParview toObjParview(SbiObjParview aSbiObjParview)
ObjParview
object.
aSbiObjParview
- The hybernate SbiObjParview
ObjParview
public java.util.List getDependencies(java.lang.Integer objParFatherId) throws it.eng.spago.error.EMFUserError
getDependencies
in interface IObjParviewDAO
objParFatherId
- the obj par father id
EMFviewrError
- the EMF user error
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.getDependencies(Integer)
public java.util.List getAllDependenciesForParameterview(java.lang.Integer viewId) throws it.eng.spago.error.EMFUserError
getAllDependenciesForParameterview
in interface IObjParviewDAO
viewId
- the view id
EMFviewrError
- the EMF user error
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.getAllDependenciesForParameterview(java.lang.Integer)
public java.util.List getDocumentLabelsListWithAssociatedDependencies(java.lang.Integer viewId) throws it.eng.spago.error.EMFUserError
getDocumentLabelsListWithAssociatedDependencies
in interface IObjParviewDAO
viewId
- the view id
EMFviewrError
- the EMF user error
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.getDocumentLabelsListWithAssociatedDependencies(java.lang.Integer)
public java.util.List loadObjParview(java.lang.Integer objParId, java.lang.Integer parviewId) throws it.eng.spago.error.EMFUserError
loadObjParview
in interface IObjParviewDAO
objParId
- the obj par idparviewId
- the parview id
EMFviewrError
- the EMF user error
it.eng.spago.error.EMFUserError
- If an Exception occurredIObjParviewDAO.loadObjParview(java.lang.Integer, java.lang.Integer)
public java.util.List<ObjParview> loadObjParviewsFather(java.lang.Integer objParId) throws it.eng.spago.error.EMFUserError
loadObjParviewsFather
in interface IObjParviewDAO
objParId
- the obj par id
it.eng.spago.error.EMFUserError
- the EMF user errorIObjParviewDAO.loadObjParviews(Integer)
public void eraseObjParviewIfExists(ObjParview aObjParview, org.hibernate.Session aSession) throws it.eng.spago.error.EMFUserError
IObjParviewDAO
ObjParview
object. If does not exist don'd do anything
eraseObjParviewIfExists
in interface IObjParviewDAO
it.eng.spago.error.EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |