no message

main
이범준 7 months ago
parent e5629aa1a7
commit 1806099dc6

@ -15,8 +15,8 @@ import kr.dogfoot.hwplib.object.HWPFile;
*/ */
public class CrdnConfirm extends HWPFormat { public class CrdnConfirm extends HWPFormat {
public CrdnConfirm(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public CrdnConfirm(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = dataObjectList.size(); this.maxRunCount = dataObjectList.size();
this.formatFilePath = "template/hwp/crdnConfirm.hwp"; this.formatFilePath = "template/hwp/crdnConfirm.hwp";
this.print.setFormatKorName("단속확인서"); this.print.setFormatKorName("단속확인서");

@ -17,8 +17,8 @@ import kr.dogfoot.hwplib.object.HWPFile;
*/ */
public class CrdnList extends HWPFormat { public class CrdnList extends HWPFormat {
public CrdnList(PrintOption printOption, Print print, List<DataObject> dataObjectList){ public CrdnList(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = 1; this.maxRunCount = 1;
this.formatFilePath = "template/hwp/crdnList.hwp"; this.formatFilePath = "template/hwp/crdnList.hwp";
this.print.setFormatKorName("단속내역서"); this.print.setFormatKorName("단속내역서");

@ -16,8 +16,8 @@ import kr.dogfoot.hwplib.object.HWPFile;
public class CvlcptOrgn extends HWPFormat { public class CvlcptOrgn extends HWPFormat {
private List<DataObject> data2 = null; private List<DataObject> data2 = null;
public CvlcptOrgn(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public CvlcptOrgn(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = 1; this.maxRunCount = 1;
this.formatFilePath = "template/hwp/cvlcptOrgnl_text.hwp"; this.formatFilePath = "template/hwp/cvlcptOrgnl_text.hwp";
this.print.setFormatKorName("민원원본내역"); this.print.setFormatKorName("민원원본내역");

@ -11,8 +11,8 @@ import kr.dogfoot.hwplib.object.HWPFile;
public class DlbrDecsnList extends HWPFormat { public class DlbrDecsnList extends HWPFormat {
public DlbrDecsnList(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public DlbrDecsnList(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = dataObjectList.size(); this.maxRunCount = dataObjectList.size();
this.formatFilePath = "template/hwp/opnnDlbrDecsnForm.hwp"; this.formatFilePath = "template/hwp/opnnDlbrDecsnForm.hwp";
this.print.setFormatKorName("의견제출심의결의서"); this.print.setFormatKorName("의견제출심의결의서");

@ -27,7 +27,7 @@ public abstract class HWPFormat {
protected int maxRunCount; protected int maxRunCount;
protected List<String> resultFilesPath; protected List<String> resultFilesPath;
public HWPFormat(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public HWPFormat(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
this.resultFilesPath = new ArrayList<String>(); this.resultFilesPath = new ArrayList<String>();
this.currentRunCount = 0; this.currentRunCount = 0;
this.data = dataObjectList; this.data = dataObjectList;

@ -16,8 +16,8 @@ import kr.dogfoot.hwplib.object.HWPFile;
*/ */
public class RcvmtConfirm extends HWPFormat { public class RcvmtConfirm extends HWPFormat {
public RcvmtConfirm(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public RcvmtConfirm(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = dataObjectList.size(); this.maxRunCount = dataObjectList.size();
this.formatFilePath = "template/hwp/rcvmtConfirm.hwp"; this.formatFilePath = "template/hwp/rcvmtConfirm.hwp";

@ -26,8 +26,8 @@ import kr.dogfoot.hwplib.object.bodytext.paragraph.Paragraph;
*/ */
public class ReportOnClaims extends HWPFormat { public class ReportOnClaims extends HWPFormat {
public ReportOnClaims(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public ReportOnClaims(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = 1; this.maxRunCount = 1;
this.formatFilePath = "template/hwp/reportOnClaims.hwp"; this.formatFilePath = "template/hwp/reportOnClaims.hwp";
this.print.setFormatKorName("채권신고서"); this.print.setFormatKorName("채권신고서");

@ -26,8 +26,8 @@ import kr.dogfoot.hwplib.object.bodytext.paragraph.Paragraph;
*/ */
public class RequestForDelivery extends HWPFormat { public class RequestForDelivery extends HWPFormat {
public RequestForDelivery(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public RequestForDelivery(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = 1; this.maxRunCount = 1;
this.formatFilePath = "template/hwp/requestForDelivery.hwp"; this.formatFilePath = "template/hwp/requestForDelivery.hwp";
this.print.setFormatKorName("교부청구서"); this.print.setFormatKorName("교부청구서");

@ -19,8 +19,8 @@ import kr.dogfoot.hwplib.object.bodytext.paragraph.Paragraph;
public class SvbtcList extends HWPFormat { public class SvbtcList extends HWPFormat {
public SvbtcList(PrintOption printOption, Print print, List<DataObject> dataObjectList) { public SvbtcList(Print print, PrintOption printOption, List<DataObject> dataObjectList) {
super(printOption, print, dataObjectList); super(print, printOption, dataObjectList);
this.maxRunCount = 1; this.maxRunCount = 1;
this.formatFilePath = "template/hwp/svbtcList.hwp"; this.formatFilePath = "template/hwp/svbtcList.hwp";
this.print.setFormatKorName("공시송달"); this.print.setFormatKorName("공시송달");

@ -268,7 +268,7 @@ public class Cvlc01Controller extends ApplicationController {
} }
} }
CvlcptOrgn hwpFormat = new CvlcptOrgn(printOption, print, dataObjectList); CvlcptOrgn hwpFormat = new CvlcptOrgn(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");

@ -379,7 +379,7 @@ public class Excl02Controller extends ApplicationController {
List<DataObject> dataObjectList = opnnSbmsnBean.getOpnnSbmsnDlbrDecsns(req); List<DataObject> dataObjectList = opnnSbmsnBean.getOpnnSbmsnDlbrDecsns(req);
DlbrDecsnList hwpFormat = new DlbrDecsnList(printOption, print, dataObjectList); DlbrDecsnList hwpFormat = new DlbrDecsnList(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
mav.addAllObjects(result); mav.addAllObjects(result);

@ -1546,7 +1546,7 @@ public class Sndb01Controller extends ApplicationController {
req.setOrderBy("SV.SVBTC_ID, SD.SNDNG_DTL_ID"); req.setOrderBy("SV.SVBTC_ID, SD.SNDNG_DTL_ID");
List<DataObject> dataObjectList = svbtcBean.getSvbtcPrint(req); List<DataObject> dataObjectList = svbtcBean.getSvbtcPrint(req);
SvbtcList hwpFormat = new SvbtcList(printOption, print, dataObjectList); SvbtcList hwpFormat = new SvbtcList(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
mav.addAllObjects(result); mav.addAllObjects(result);

@ -473,7 +473,7 @@ public class Sprt01Controller extends ApplicationController {
List<DataObject> dataObjectList = crdnListMapper.selectCrackdownList(query); List<DataObject> dataObjectList = crdnListMapper.selectCrackdownList(query);
CrdnList hwpFormat = new CrdnList(printOption, print, dataObjectList); CrdnList hwpFormat = new CrdnList(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
@ -518,7 +518,7 @@ public class Sprt01Controller extends ApplicationController {
} }
CrdnConfirm hwpFormat = new CrdnConfirm(printOption, print, dataObjectList); CrdnConfirm hwpFormat = new CrdnConfirm(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
@ -575,7 +575,7 @@ public class Sprt01Controller extends ApplicationController {
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery); List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
RequestForDelivery hwpFormat = new RequestForDelivery(printOption, print, dataObjectList); RequestForDelivery hwpFormat = new RequestForDelivery(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
mav.addAllObjects(result); mav.addAllObjects(result);
@ -618,7 +618,7 @@ public class Sprt01Controller extends ApplicationController {
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery); List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
ReportOnClaims hwpFormat = new ReportOnClaims(printOption, print, dataObjectList); ReportOnClaims hwpFormat = new ReportOnClaims(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
mav.addAllObjects(result); mav.addAllObjects(result);
@ -643,7 +643,7 @@ public class Sprt01Controller extends ApplicationController {
sprtQuery.setCrdnIds(crdnIds); sprtQuery.setCrdnIds(crdnIds);
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery); List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
RcvmtConfirm hwpFormat = new RcvmtConfirm(printOption, print, dataObjectList); RcvmtConfirm hwpFormat = new RcvmtConfirm(print, printOption, dataObjectList);
HashMap<String, Object> result = hwpFormat.makeFile(); HashMap<String, Object> result = hwpFormat.makeFile();
ModelAndView mav = new ModelAndView("downloadView"); ModelAndView mav = new ModelAndView("downloadView");
mav.addAllObjects(result); mav.addAllObjects(result);

Loading…
Cancel
Save