• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainjavaitnletschdlrserviceSchdlrManageService.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
mjon_git
2023-06-12
File name
Commit message
Commit date
java
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
resources
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2023-07-10
webapp
팩스보유잔액 체크 스크립트 수정
2023-07-10
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
File name
Commit message
Commit date
com
Merge branch 'rosewiper'
2023-07-03
let
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
web
전용계좌 첫결제시 스미싱알림 처리
2023-06-26
File name
Commit message
Commit date
cop
1:1문의, 불편신고 개인정보 처리방침 내용 수정
2023-07-05
crypto/web
mjon_git
2023-06-12
fax
팩스 주소록관리 편집시 그룹정보 아이디 없으면 조회안되도록 수정
2023-07-05
hangulparser
mjon_git
2023-06-12
kakao
알림톡 슬랙 메시지 등록 기능 추가
2023-07-10
komoran
mjon_git
2023-06-12
lett
mjon_git
2023-06-12
mail
mjon_git
2023-06-12
main
mjon_git
2023-06-12
mjo
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
module/base
mjon_git
2023-06-12
org
mjon_git
2023-06-12
schdlr/service
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
회원 등급제 대상여부 정보(사용자화면용) 테스트
2023-07-07
uat
B선 전송사 이용고객 => 이벤트대상 제외처리
2023-06-22
uss
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2023-07-07
utl
mjon_git
2023-06-12
File name
Commit message
Commit date
impl
첫결제 스미싱의심 지정기능 추가(휴대폰, 전용계좌)
2023-07-10
web
mjon_git
2023-06-12
SchdlrManageService.java
mjon_git
2023-06-12
SchdlrVO.java
mjon_git
2023-06-12
SchedulerUtil.java
mjon_git
2023-06-12
hylee 2023-06-12 75c0ad9 mjon_git UNIX
Raw Open in browser Change history
package itn.let.schdlr.service; import java.util.List; public interface SchdlrManageService { // 스케줄달력 목록(월별) public List<SchdlrVO> selectSchdlrList(SchdlrVO schdlrVO) throws Exception; // 스케줄 등록 public void schdlrInsert(SchdlrVO schdlrVO) throws Exception; // 스케줄 수정 public void schdlrUpdate(SchdlrVO schdlrVO) throws Exception; // 일정 상세 조회 public SchdlrVO selectSchdlrDetail(SchdlrVO schdlrVO) throws Exception; // 일정 공유 조회 public List<SchdlrVO> selectSchdlrShare(SchdlrVO schdlrVO) throws Exception; // 일정 목록 조회 public List<SchdlrVO> selectSchList(SchdlrVO schdlrVO) throws Exception; // 환경설정 등록 public void insertSchConfig(SchdlrVO schdlrVO) throws Exception; // 환경설정 수정 public void updateSchConfig(SchdlrVO schdlrVO) throws Exception; // 환경설정 상세 조회 public SchdlrVO selectSchConfigDetail(SchdlrVO schdlrVO) throws Exception; // 일정 알림 메일 전송 public void schMailSend(String bgnDateTime) throws Exception; // 메인화면 > 전체일정 public List<SchdlrVO> selectMainSchList(SchdlrVO schdlrVO) throws Exception; //문자온 문자발송 실패 건수 환불 배치 public void msgFailPayBack() throws Exception; public void msgFailPayBackOneByDay() throws Exception; //문자온 팩스발송 실패 건수 환불 배치 public void faxFailPayBack() throws Exception; //전용계좌 자동 충전 배치 public void vacsAutoCharge() throws Exception; //문자온 카카오톡 실패 건수 환불 배치 public void kakaoFailPayBack() throws Exception; }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up