Examples of modifyDistributionList()


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

        DistributionList tmpDL = dao.loadDistributionListByName(dlNew.getName());
        dlNew.setId(tmpDL.getId());
        mod = SpagoBIConstants.DETAIL_MOD;
      } else {       
        //updates dl
        dao.modifyDistributionList(dlNew);     
     
      IDomainDAO domaindao = DAOFactory.getDomainDAO();
      List dialects = domaindao.loadListDomainsByType("DIALECT_HIB");
      serviceResponse.setAttribute(NAME_ATTR_LIST_DIALECTS, dialects);
     
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.