com.engiweb.profilemanager.common.interfaces

Interface IEntitlementI18nDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface IEntitlementI18nDirect
    extends common.direct.IDirect
    • Method Detail

      • modify

        void modify(com.engiweb.pm.entity.BeanList<I18nEntityBean<EntitlementBean>> list,
                    EntitlementBean entitlementBean,
                    com.engiweb.pm.dao.db.DAO connDAO)
             throws com.engiweb.toolkit.common.BackendException
        Modify.
        Parameters:
        list - BeanList of I18nEntityBean the list of I18nEntity
        entitlementBean - EntitlementBean the entitlement
        connDAO - DAO the connection dao
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception
      • findActiveLanguages

        com.engiweb.pm.entity.BeanList<com.engiweb.toolkit.common.enums.IdeasLanguage> findActiveLanguages(com.engiweb.pm.dao.db.DAO connDAO)
                                                                                                    throws com.engiweb.toolkit.common.BackendException
        Find active languages.
        Parameters:
        connDAO - DAO the connection dao
        Returns:
        BeanList of IdeasLanguage
        Throws:
        com.engiweb.toolkit.common.BackendException - the backend exception