|
||||||||||
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.analiticalmodel.document.dao.ObjTemplateDAOHibImpl
public class ObjTemplateDAOHibImpl
Constructor Summary | |
---|---|
ObjTemplateDAOHibImpl()
|
Method Summary | |
---|---|
void |
deleteBIObjectTemplate(java.lang.Integer tempId)
Delete bi object template. |
ObjTemplate |
getBIObjectActiveTemplate(java.lang.Integer biobjId)
Gets the bI object active template. |
java.util.List |
getBIObjectTemplateList(java.lang.Integer biobjId)
Gets the bI object template list. |
java.lang.Integer |
getNextProgForTemplate(java.lang.Integer biobjId)
Gets the next prog for template. |
ObjTemplate |
loadBIObjectTemplate(java.lang.Integer tempId)
Load bi object template. |
ObjTemplate |
toObjTemplate(SbiObjTemplates hibObjTemp)
To obj template. |
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
getSession, logException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjTemplateDAOHibImpl()
Method Detail |
---|
public ObjTemplate loadBIObjectTemplate(java.lang.Integer tempId) throws it.eng.spago.error.EMFInternalError
IObjTemplateDAO
loadBIObjectTemplate
in interface IObjTemplateDAO
tempId
- the temp id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic ObjTemplate getBIObjectActiveTemplate(java.lang.Integer biobjId) throws it.eng.spago.error.EMFInternalError
IObjTemplateDAO
getBIObjectActiveTemplate
in interface IObjTemplateDAO
biobjId
- the biobj id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic java.util.List getBIObjectTemplateList(java.lang.Integer biobjId) throws it.eng.spago.error.EMFInternalError
IObjTemplateDAO
getBIObjectTemplateList
in interface IObjTemplateDAO
biobjId
- the biobj id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic java.lang.Integer getNextProgForTemplate(java.lang.Integer biobjId) throws it.eng.spago.error.EMFInternalError
IObjTemplateDAO
getNextProgForTemplate
in interface IObjTemplateDAO
biobjId
- the biobj id
it.eng.spago.error.EMFInternalError
- the EMF internal errorpublic ObjTemplate toObjTemplate(SbiObjTemplates hibObjTemp)
hibObjTemp
- the hib obj temp
public void deleteBIObjectTemplate(java.lang.Integer tempId) throws it.eng.spago.error.EMFInternalError
IObjTemplateDAO
deleteBIObjectTemplate
in interface IObjTemplateDAO
tempId
- the temp id
it.eng.spago.error.EMFInternalError
- the EMF internal error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |