Uses of Class
logdog.ErrorReport.DTO.UserReportData

Packages that use UserReportData
logdog.ErrorDetailView.DTO.JqGrid   
logdog.ErrorReport.DAO   
 

Uses of UserReportData in logdog.ErrorDetailView.DTO.JqGrid
 

Methods in logdog.ErrorDetailView.DTO.JqGrid with parameters of type UserReportData
 void UserReportinfo.addReport(UserReportData report, com.google.appengine.api.blobstore.BlobKey blob)
          유저 에러 리포트 객체를 전달 받아 이를 기반으로 Web에 전달할 Json을 구성한다.
 

Uses of UserReportData in logdog.ErrorReport.DAO
 

Methods in logdog.ErrorReport.DAO that return UserReportData
 UserReportData ErrorReportInfo.getUserData()