|
||||||||||
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.tools.objmetadata.dao.ObjMetacontentDAOHibImpl
public class ObjMetacontentDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a metadata content
Constructor Summary | |
---|---|
ObjMetacontentDAOHibImpl()
|
Method Summary | |
---|---|
void |
eraseObjMetadata(ObjMetacontent aObjMetacontent)
Erase object's metadata content |
void |
insertObjMetacontent(ObjMetacontent aObjMetacontent)
Insert object's metadata content. |
java.util.List |
loadAllObjMetacontent()
Load all metadata content. |
ObjMetacontent |
loadObjMetacontent(java.lang.Integer objMetaId,
java.lang.Integer biObjId,
java.lang.Integer subObjId)
Load object's metadata by objMetaId, biObjId and subobjId. |
ObjMetacontent |
loadObjMetaContentByID(java.lang.Integer id)
Load object's metadata content by id. |
java.util.List |
loadObjMetacontentByObjMetaId(java.lang.Integer objMetaId)
Load object's metadata by objMetaId. |
java.util.List |
loadObjOrSubObjMetacontents(java.lang.Integer biObjId,
java.lang.Integer subObjId)
Loads all metacontent for one object or for one subobject, if biObjId is not null load all metacontents for object, if subObjId is not null load all metacontents for subobject |
void |
modifyObjMetacontent(ObjMetacontent aObjMetacontent)
Modify metadata content. |
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 ObjMetacontentDAOHibImpl()
Method Detail |
---|
public ObjMetacontent loadObjMetaContentByID(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
loadObjMetaContentByID
in interface IObjMetacontentDAO
id
- the identifier
it.eng.spago.error.EMFUserError
- the EMF user errorIObjMetacontentDAO.loadObjMetaContentByID(java.lang.Integer)
public java.util.List loadObjMetacontentByObjMetaId(java.lang.Integer objMetaId) throws it.eng.spago.error.EMFUserError
loadObjMetacontentByObjMetaId
in interface IObjMetacontentDAO
objMetaId
- the objMetaId
it.eng.spago.error.EMFUserError
- the EMF user errorIObjMetacontentDAO.loadObjMetacontentByObjMetaId(java.lang.Integer)
public java.util.List loadObjOrSubObjMetacontents(java.lang.Integer biObjId, java.lang.Integer subObjId) throws it.eng.spago.error.EMFUserError
loadObjOrSubObjMetacontents
in interface IObjMetacontentDAO
biObjId
- The biObjId for the object to loadsubObjId
- The subObjId for the subObject to load
it.eng.spago.error.EMFUserError
- If an Exception occurredpublic ObjMetacontent loadObjMetacontent(java.lang.Integer objMetaId, java.lang.Integer biObjId, java.lang.Integer subObjId) throws it.eng.spago.error.EMFUserError
loadObjMetacontent
in interface IObjMetacontentDAO
objMetaId
- the objMetaIdbiObjId
- the biObjIdsubObjId
- the subObjId
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.tools.objmetadata.dao.IObjMetacontentDAO#loadObjMetacontentByObjId(java.lang.Integer, java.lang.Integer)
public java.util.List loadAllObjMetacontent() throws it.eng.spago.error.EMFUserError
loadAllObjMetacontent
in interface IObjMetacontentDAO
it.eng.spago.error.EMFUserError
- the EMF user errorIObjMetacontentDAO.loadAllObjMetacontent()
public void modifyObjMetacontent(ObjMetacontent aObjMetacontent) throws it.eng.spago.error.EMFUserError
modifyObjMetacontent
in interface IObjMetacontentDAO
aObjMetacontent
- the meta content
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.tools.objmetadata.dao.IObjMetadataDAO#modifyObjMetacontent(it.eng.spagobi.tools.objmetadata.bo.ObjMetacontent)
public void insertObjMetacontent(ObjMetacontent aObjMetacontent) throws it.eng.spago.error.EMFUserError
insertObjMetacontent
in interface IObjMetacontentDAO
aObjMetacontent
- the metadata content
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.tools.objmetadata.dao.IObjMetadataDAO#insertObjMetacontent(it.eng.spagobi.tools.objmetadata.bo.ObjMetacontent)
public void eraseObjMetadata(ObjMetacontent aObjMetacontent) throws it.eng.spago.error.EMFUserError
eraseObjMetadata
in interface IObjMetacontentDAO
ObjMetacontent
- the metadata content
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.tools.objmetadata.dao.IObjMetadataDAO#eraseObjMetadata(it.eng.spagobi.tools.objmetadata.bo.ObjMetacontent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |