|
|
|
@ -394,9 +394,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthor_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthorCode()))
|
|
|
|
|
emsg = String.format("(%s)권한코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRole_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRoleCode()))
|
|
|
|
|
emsg = String.format("(%s)역할코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -427,9 +427,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthor_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthorCode()))
|
|
|
|
|
emsg = String.format("(%s)권한코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRole_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRoleCode()))
|
|
|
|
|
emsg = String.format("(%s)역할코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -462,9 +462,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthor_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthorCode()))
|
|
|
|
|
emsg = String.format("(%s)권한코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRole_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRoleCode()))
|
|
|
|
|
emsg = String.format("(%s)역할코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -497,9 +497,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthor_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAuthorCode()))
|
|
|
|
|
emsg = String.format("(%s)권한코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRole_code()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRoleCode()))
|
|
|
|
|
emsg = String.format("(%s)역할코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -532,7 +532,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
// emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -563,7 +563,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -594,7 +594,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -629,7 +629,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -664,7 +664,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -697,7 +697,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
// emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -728,7 +728,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -759,7 +759,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -794,7 +794,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -829,7 +829,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -864,7 +864,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getTrget_id()))
|
|
|
|
|
// emsg = String.format("(%s)대상ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
// emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -895,9 +895,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrget_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrgetId()))
|
|
|
|
|
emsg = String.format("(%s)대상ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -928,9 +928,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrget_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrgetId()))
|
|
|
|
|
emsg = String.format("(%s)대상ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -965,9 +965,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrget_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrgetId()))
|
|
|
|
|
emsg = String.format("(%s)대상ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1002,9 +1002,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrget_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTrgetId()))
|
|
|
|
|
emsg = String.format("(%s)대상ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1037,7 +1037,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
// emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getNtt_id()))
|
|
|
|
|
// emsg = String.format("(%s)게시물ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1070,9 +1070,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNtt_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNttId()))
|
|
|
|
|
emsg = String.format("(%s)게시물ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1103,9 +1103,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNtt_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNttId()))
|
|
|
|
|
emsg = String.format("(%s)게시물ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1140,9 +1140,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNtt_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNttId()))
|
|
|
|
|
emsg = String.format("(%s)게시물ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1177,9 +1177,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbs_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBbsId()))
|
|
|
|
|
emsg = String.format("(%s)게시판ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNtt_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getNttId()))
|
|
|
|
|
emsg = String.format("(%s)게시물ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1212,7 +1212,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getCtgr_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getCtgrId()))
|
|
|
|
|
// emsg = String.format("(%s)분류코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -1243,7 +1243,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgr_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgrId()))
|
|
|
|
|
emsg = String.format("(%s)분류코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1274,7 +1274,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgr_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgrId()))
|
|
|
|
|
emsg = String.format("(%s)분류코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1309,7 +1309,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgr_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgrId()))
|
|
|
|
|
emsg = String.format("(%s)분류코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1344,7 +1344,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgr_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCtgrId()))
|
|
|
|
|
emsg = String.format("(%s)분류코드(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1408,7 +1408,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1439,7 +1439,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1474,7 +1474,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1509,7 +1509,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1575,7 +1575,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCode()))
|
|
|
|
|
emsg = String.format("(%s)코드(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1608,7 +1608,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCode()))
|
|
|
|
|
emsg = String.format("(%s)코드(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1645,7 +1645,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCode()))
|
|
|
|
|
emsg = String.format("(%s)코드(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1682,7 +1682,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrp_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getGrpId()))
|
|
|
|
|
emsg = String.format("(%s)코드ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getCode()))
|
|
|
|
|
emsg = String.format("(%s)코드(은)는 필수조건 입니다.", table);
|
|
|
|
@ -1748,7 +1748,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLog_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLogId()))
|
|
|
|
|
emsg = String.format("(%s)로그ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1779,7 +1779,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLog_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLogId()))
|
|
|
|
|
emsg = String.format("(%s)로그ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1812,7 +1812,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLog_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLogId()))
|
|
|
|
|
emsg = String.format("(%s)로그ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1845,7 +1845,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLog_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getLogId()))
|
|
|
|
|
emsg = String.format("(%s)로그ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1909,7 +1909,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1940,7 +1940,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -1973,7 +1973,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2006,7 +2006,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2072,9 +2072,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFile_sn()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFileSn()))
|
|
|
|
|
emsg = String.format("(%s)파일순번(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2105,9 +2105,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFile_sn()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFileSn()))
|
|
|
|
|
emsg = String.format("(%s)파일순번(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2140,9 +2140,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFile_sn()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFileSn()))
|
|
|
|
|
emsg = String.format("(%s)파일순번(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2175,9 +2175,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtch_file_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getAtchFileId()))
|
|
|
|
|
emsg = String.format("(%s)첨부파일ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFile_sn()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getFileSn()))
|
|
|
|
|
emsg = String.format("(%s)파일순번(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2215,7 +2215,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getTable_nm()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getTableNm()))
|
|
|
|
|
// emsg = String.format("(%s)테이블명(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -2246,7 +2246,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTable_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTableNm()))
|
|
|
|
|
emsg = String.format("(%s)테이블명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2277,7 +2277,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTable_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTableNm()))
|
|
|
|
|
emsg = String.format("(%s)테이블명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2310,7 +2310,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTable_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTableNm()))
|
|
|
|
|
emsg = String.format("(%s)테이블명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2343,7 +2343,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTable_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTableNm()))
|
|
|
|
|
emsg = String.format("(%s)테이블명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2376,7 +2376,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
// emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -2407,7 +2407,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -2438,7 +2438,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -2473,7 +2473,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -2508,7 +2508,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3034,7 +3034,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getpgrm_file_nm()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getPgrmFileNm()))
|
|
|
|
|
// emsg = String.format("(%s)프로그램파일명(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -3065,7 +3065,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getpgrm_file_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getPgrmFileNm()))
|
|
|
|
|
emsg = String.format("(%s)프로그램파일명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3096,7 +3096,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getpgrm_file_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getPgrmFileNm()))
|
|
|
|
|
emsg = String.format("(%s)프로그램파일명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3129,7 +3129,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getpgrm_file_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getPgrmFileNm()))
|
|
|
|
|
emsg = String.format("(%s)프로그램파일명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3162,7 +3162,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getpgrm_file_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getPgrmFileNm()))
|
|
|
|
|
emsg = String.format("(%s)프로그램파일명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3597,11 +3597,11 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrnc_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrncDe()))
|
|
|
|
|
emsg = String.format("(%s)발생일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvc_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvcNm()))
|
|
|
|
|
emsg = String.format("(%s)서비스명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethod_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethodNm()))
|
|
|
|
|
emsg = String.format("(%s)메서드명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3632,11 +3632,11 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrnc_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrncDe()))
|
|
|
|
|
emsg = String.format("(%s)발생일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvc_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvcNm()))
|
|
|
|
|
emsg = String.format("(%s)서비스명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethod_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethodNm()))
|
|
|
|
|
emsg = String.format("(%s)메서드명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3669,11 +3669,11 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrnc_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrncDe()))
|
|
|
|
|
emsg = String.format("(%s)발생일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvc_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvcNm()))
|
|
|
|
|
emsg = String.format("(%s)서비스명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethod_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethodNm()))
|
|
|
|
|
emsg = String.format("(%s)메서드명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3706,11 +3706,11 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrnc_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getOccrrncDe()))
|
|
|
|
|
emsg = String.format("(%s)발생일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvc_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getSrvcNm()))
|
|
|
|
|
emsg = String.format("(%s)서비스명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethod_nm()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMethodNm()))
|
|
|
|
|
emsg = String.format("(%s)메서드명(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3774,7 +3774,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplat_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplatId()))
|
|
|
|
|
emsg = String.format("(%s)템플릿ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3805,7 +3805,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplat_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplatId()))
|
|
|
|
|
emsg = String.format("(%s)템플릿ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -3840,7 +3840,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplat_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplatId()))
|
|
|
|
|
emsg = String.format("(%s)템플릿ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -3875,7 +3875,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplat_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getTmplatId()))
|
|
|
|
|
emsg = String.format("(%s)템플릿ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3908,7 +3908,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
// emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -3939,7 +3939,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -3970,7 +3970,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -4005,7 +4005,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -4040,7 +4040,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -4073,7 +4073,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
// emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -4234,7 +4234,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
// emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getChange_de()))
|
|
|
|
|
// emsg = String.format("(%s)변경일(은)는 필수조건 입니다.", table);
|
|
|
|
@ -4267,9 +4267,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getChange_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getChangeDe()))
|
|
|
|
|
emsg = String.format("(%s)변경일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -4300,7 +4300,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getChange_de()))
|
|
|
|
|
// emsg = String.format("(%s)변경일(은)는 필수조건 입니다.", table);
|
|
|
|
@ -4335,9 +4335,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getChange_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getChangeDe()))
|
|
|
|
|
emsg = String.format("(%s)변경일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -4370,9 +4370,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getChange_de()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getChangeDe()))
|
|
|
|
|
emsg = String.format("(%s)변경일(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -4405,7 +4405,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -4436,7 +4436,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
// * 필수조건 확인
|
|
|
|
|
// */
|
|
|
|
|
// String emsg = null;
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUser_id()))
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getUserId()))
|
|
|
|
|
// emsg = String.format("(%s)사용자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(emsg!=null){
|
|
|
|
|
// logger.error(emsg);
|
|
|
|
@ -5034,7 +5034,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
// emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5069,7 +5069,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5106,7 +5106,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5141,7 +5141,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getMdfr()))
|
|
|
|
|
emsg = String.format("(%s)최종수정자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5250,9 +5250,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -5283,9 +5283,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5322,9 +5322,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
// emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5361,9 +5361,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_opert_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchOpertId()))
|
|
|
|
|
emsg = String.format("(%s)배치작업ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
// emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5472,9 +5472,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecut_schdul_dfk_se()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecutSchdulDfkSe()))
|
|
|
|
|
emsg = String.format("(%s)실행일정요일구분(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -5505,9 +5505,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecut_schdul_dfk_se()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecutSchdulDfkSe()))
|
|
|
|
|
emsg = String.format("(%s)실행일정요일구분(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -5540,9 +5540,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecut_schdul_dfk_se()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecutSchdulDfkSe()))
|
|
|
|
|
emsg = String.format("(%s)실행일정요일구분(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -5575,9 +5575,9 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_schdul_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchSchdulId()))
|
|
|
|
|
emsg = String.format("(%s)배치일정ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecut_schdul_dfk_se()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getExecutSchdulDfkSe()))
|
|
|
|
|
emsg = String.format("(%s)실행일정요일구분(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(emsg!=null){
|
|
|
|
|
logger.error(emsg);
|
|
|
|
@ -5678,7 +5678,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_result_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchResultId()))
|
|
|
|
|
emsg = String.format("(%s)배치결과ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
// emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5713,7 +5713,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_result_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchResultId()))
|
|
|
|
|
emsg = String.format("(%s)배치결과ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5750,7 +5750,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_result_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchResultId()))
|
|
|
|
|
emsg = String.format("(%s)배치결과ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
// emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
@ -5787,7 +5787,7 @@ public class XitFrameCrudServiceBean extends AbstractServiceBean implements XitF
|
|
|
|
|
* 필수조건 확인
|
|
|
|
|
*/
|
|
|
|
|
String emsg = null;
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatch_result_id()))
|
|
|
|
|
if(XitCmmnUtil.isEmpty(vo.getBatchResultId()))
|
|
|
|
|
emsg = String.format("(%s)배치결과ID(은)는 필수조건 입니다.", table);
|
|
|
|
|
// if(XitCmmnUtil.isEmpty(vo.getRgtr()))
|
|
|
|
|
// emsg = String.format("(%s)최초등록자ID(은)는 필수조건 입니다.", table);
|
|
|
|
|