|
||||||||||
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. |
ObjTemplate |
getBIObjectActiveTemplateByLabel(java.lang.String label)
Gets the bI object active template starting by document label |
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. |
void |
insertBIObjectTemplate(ObjTemplate objTemplate)
Insert a new bi object 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, getUserProfile, logException, rollbackIfActiveAndClose, 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, setUserID, setUserProfile |
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 ObjTemplate getBIObjectActiveTemplateByLabel(java.lang.String label) throws it.eng.spago.error.EMFInternalError
IObjTemplateDAO
getBIObjectActiveTemplateByLabel
in interface IObjTemplateDAO
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 errorpublic void insertBIObjectTemplate(ObjTemplate objTemplate) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
IObjTemplateDAO
insertBIObjectTemplate
in interface IObjTemplateDAO
objTemplate
- the new template
it.eng.spago.error.EMFInternalError
- the EMF internal error
it.eng.spago.error.EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |