| Package | Description |
|---|---|
| org.smyld.bw.db |
| Modifier and Type | Method and Description |
|---|---|
MessageLog |
MessageLogSaver.fillFiveParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String param1,
String param2,
String param3,
String param4,
String param5,
String fileNo,
String trnSlip,
String functionName) |
MessageLog |
MessageLogSaver.fillFourParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String param1,
String param2,
String param3,
String param4,
String fileNo,
String trnSlip,
String functionName) |
MessageLog |
MessageLogSaver.fillMultiParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String[] params,
String fileNo,
String trnSlip,
String functionName) |
MessageLog |
MessageLogSaver.fillOneParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String param1,
String fileNo,
String trnSlip,
String functionName) |
MessageLog |
MessageLogSaver.fillSixParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String param1,
String param2,
String param3,
String param4,
String param5,
String param6,
String fileNo,
String trnSlip,
String functionName) |
MessageLog |
MessageLogSaver.fillThreeParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String param1,
String param2,
String param3,
String fileNo,
String trnSlip,
String functionName) |
MessageLog |
MessageLogSaver.fillTwoParamMessage(SystemJob systemJob,
String msgCode,
String msgType,
String param1,
String param2,
String fileNo,
String trnSlip,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageLogSaver.insertMessageLog(MessageLog newMessage) |
protected void |
MessageLogSaver.setMessageAdditionalText(MessageLog newMessage,
Exception exp) |
protected void |
MessageLogSaver.setMessageAdditionalText(MessageLog newMessage,
String expText) |
Copyright © 2019 com.github.mfjamil. All rights reserved.