it.eng.spagobi.i18n.dao
Class I18NMessagesDAOHibImpl

java.lang.Object
  extended by it.eng.spagobi.commons.dao.AbstractHibernateDAO
      extended by it.eng.spagobi.i18n.dao.I18NMessagesDAOHibImpl
All Implemented Interfaces:
ISpagoBIDao, I18NMessagesDAO

public class I18NMessagesDAOHibImpl
extends AbstractHibernateDAO
implements I18NMessagesDAO


Field Summary
 
Fields inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO
TENANT_FILTER_NAME
 
Constructor Summary
I18NMessagesDAOHibImpl()
           
 
Method Summary
 java.lang.String getI18NMessages(java.util.Locale locale, java.lang.String code)
           
 
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

I18NMessagesDAOHibImpl

public I18NMessagesDAOHibImpl()
Method Detail

getI18NMessages

public java.lang.String getI18NMessages(java.util.Locale locale,
                                        java.lang.String code)
                                 throws it.eng.spago.error.EMFUserError
Specified by:
getI18NMessages in interface I18NMessagesDAO
Throws:
it.eng.spago.error.EMFUserError