Examples of resetDefaultValue()


Examples of org.opencustomer.db.dao.system.ListConfigurationDAO.resetDefaultValue()

        try {
            ListConfigurationDAO dao = new ListConfigurationDAO();
            HibernateContext.beginTransaction();
           
            if(listConfiguration.isDefault())
                dao.resetDefaultValue(listConfiguration.getType(), (listConfiguration.getUser() == null));
           
            if (listConfiguration.getId() == null) {
                if (log.isDebugEnabled())
                    log.debug("create list configuration");
                dao.insert(listConfiguration);
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.