Package org.openqreg.bean

Examples of org.openqreg.bean.UsercentrerelBean.store()


          ucrBeanInDB.setCreatedby(user.getId());
          ucrBeanInDB.setCentreid(fCentreId);
          ucrBeanInDB.create(con);
        }
        if (!isNew) {
          ucrBeanInDB.store(con);
        }
        // set groupId and status on users changed from nonUcr to ucr
        // on users new active centre ()
        if (setGroupToActiveCentre
            && fCentreId.equals(userToEdit.getCentreid())
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.