Package org.openqreg.bean

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


        if (isNew && Integer.valueOf(1).equals(fStatus)) {
          ucrBeanInDB.setUserid(userToEdit.getId());
          ucrBeanInDB.setTscreated(tsNow);
          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
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.