Examples of insertModalitiesValue()


Examples of it.eng.spagobi.behaviouralmodel.lov.dao.IModalitiesValueDAO.insertModalitiesValue()

      // finally (if there are no error, if there is no request for test or to
      // add or delete a Fix Lov item) writes into DB
      if(mod.equalsIgnoreCase(AdmintoolsConstants.DETAIL_INS)) {
        IModalitiesValueDAO dao=DAOFactory.getModalitiesValueDAO();
        dao.setUserProfile(profile);
        dao.insertModalitiesValue(modVal);
      } else {
        // looks for dependencies associated to the previous lov
        Integer lovId = modVal.getId();
        ModalitiesValue initialLov = DAOFactory.getModalitiesValueDAO().loadModalitiesValueByID(lovId);
        IObjParuseDAO objParuseDAO = DAOFactory.getObjParuseDAO();
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.