|
@@ -3,7 +3,6 @@ package nc.impl.pubtool.logserver;
|
|
import nc.bs.dao.BaseDAO;
|
|
import nc.bs.dao.BaseDAO;
|
|
import nc.bs.logging.Logger;
|
|
import nc.bs.logging.Logger;
|
|
import nc.itf.pubdev.pubtool.logserver.IDevExecLogServer_RequiresNew;
|
|
import nc.itf.pubdev.pubtool.logserver.IDevExecLogServer_RequiresNew;
|
|
-import nc.vo.pub.BusinessException;
|
|
|
|
import nc.vo.pub.lang.UFBoolean;
|
|
import nc.vo.pub.lang.UFBoolean;
|
|
import nc.vo.pub.pubtool.logserver.NCDevExecLogVO;
|
|
import nc.vo.pub.pubtool.logserver.NCDevExecLogVO;
|
|
import nc.vo.pub.pubtool.logserver.NCFileDownLogVO;
|
|
import nc.vo.pub.pubtool.logserver.NCFileDownLogVO;
|
|
@@ -13,8 +12,7 @@ public class DevExecLogServer_RequiresNewimpl implements
|
|
|
|
|
|
public boolean insertLog_RequiresNew(UFBoolean isSuccess, String operation,
|
|
public boolean insertLog_RequiresNew(UFBoolean isSuccess, String operation,
|
|
String resultInfo, String errorInfo, String sendData,
|
|
String resultInfo, String errorInfo, String sendData,
|
|
- String billId, String billType, String billName)
|
|
|
|
- throws BusinessException {
|
|
|
|
|
|
+ String billId, String billType, String billName) {
|
|
// TODO Auto-generated method stub
|
|
// TODO Auto-generated method stub
|
|
try {
|
|
try {
|
|
Logger.debug("==============enter method insertLog_RequiresNew ========");
|
|
Logger.debug("==============enter method insertLog_RequiresNew ========");
|
|
@@ -44,8 +42,7 @@ public class DevExecLogServer_RequiresNewimpl implements
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public boolean insertFileLog_RequiresNew(UFBoolean isSuccess, String operation, String resultInfo, String errorInfo,
|
|
public boolean insertFileLog_RequiresNew(UFBoolean isSuccess, String operation, String resultInfo, String errorInfo,
|
|
- String sendData, String filename, String downdate, String downtype, String filetype)
|
|
|
|
- throws BusinessException {
|
|
|
|
|
|
+ String sendData, String filename, String downdate, String downtype, String filetype) {
|
|
// TODO Auto-generated method stub
|
|
// TODO Auto-generated method stub
|
|
|
|
|
|
// TODO Auto-generated method stub
|
|
// TODO Auto-generated method stub
|