Package com.sogou.qadev.service.cynthia.dao

Examples of com.sogou.qadev.service.cynthia.dao.LogAccessSessionMySQL


   * @param templateTypeId
   * @return
   * @see com.sogou.qadev.service.cynthia.service.DataFilter#queryTemplateTypeAssignUsers(com.sogou.qadev.service.cynthia.bean.UUID)
   */
  public String[] queryTemplateTypeAssignUsers(UUID templateTypeId){
    return new LogAccessSessionMySQL().queryField(templateTypeId, "assignUser");
  }
View Full Code Here


    }
    try {
      ChangeLog changeLog = data.getChangeLogs()[logIndex-1];
      changeLog.setActionComment(logContent);
      updateCache(DataAccessAction.update, dataId.getValue(), data);
      return new LogAccessSessionMySQL().updateLogComment(dataId, data.getTemplateId(), logIndex, logContent);
    } catch (Exception e) {
      e.printStackTrace();
      return false;
    }
  }
View Full Code Here

TOP

Related Classes of com.sogou.qadev.service.cynthia.dao.LogAccessSessionMySQL

Copyright © 2018 www.massapicom. 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.