|
||||||||||
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.kpi.config.dao.MeasureUnitDAOImpl
public class MeasureUnitDAOImpl
Constructor Summary | |
---|---|
MeasureUnitDAOImpl()
|
Method Summary | |
---|---|
MeasureUnit |
loadMeasureUnitByCd(java.lang.String cd)
Returns the MeasureUnit of the referred code |
MeasureUnit |
loadMeasureUnitById(java.lang.Integer id)
Returns the MeasureUnit of the referred id |
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 MeasureUnitDAOImpl()
Method Detail |
---|
public MeasureUnit loadMeasureUnitById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
IMeasureUnitDAO
loadMeasureUnitById
in interface IMeasureUnitDAO
id
- of the Measure Unit
it.eng.spago.error.EMFUserError
- If an Exception occurredpublic MeasureUnit loadMeasureUnitByCd(java.lang.String cd) throws it.eng.spago.error.EMFUserError
IMeasureUnitDAO
loadMeasureUnitByCd
in interface IMeasureUnitDAO
cd
- of the Measure Unit
it.eng.spago.error.EMFUserError
- If an Exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |