Package org.opencustomer.db.dao.system

Examples of org.opencustomer.db.dao.system.UsergroupDAO.update()


            }
            else
            {
                if (log.isDebugEnabled())
                    log.debug("save usergroup (ID:" + usergroup.getId() + ")");
                dao.update(usergroup, activeUser);
            }
        }
        catch (HibernateException e)
        {
            log.error("problems saving usergroup", e);
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.