Examples of DescKey


Examples of org.butor.auth.common.desc.DescKey

  public DescKey updateDesc(Desc desc, CommonRequestArgs cra) {
    UpdateResult ur = update(PROC_UPDATE_DESC, this.updateSql, desc, cra);
    if (ur.numberOfRowAffected == 0) {
      ApplicationException.exception(DAOMessageID.UPDATE_FAILURE.getMessage());
    }
    return new DescKey(desc.getId(), desc.getIdType(), desc.getRevNo()+1);
  }
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.