Examples of subscribeToDistributionList()


Examples of it.eng.spagobi.tools.distributionlist.dao.IDistributionListDAO.subscribeToDistributionList()

      user.setEmail(email);
      user.setUserId(userId);
      //subscribe to the dl
      IDistributionListDAO dao=DAOFactory.getDistributionListDAO();
      dao.setUserProfile(profile);
      dao.subscribeToDistributionList(dl,user);
    }
    catch (EMFUserError e){
        logger.error("Cannot fill response container" + e.getLocalizedMessage());
        HashMap params = new HashMap();     
        params.put(AdmintoolsConstants.PAGE, ListDistributionListUserModule.MODULE_PAGE);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.