• 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
IPIgnore Interceptor IPv4/IPv6 모두 체크되도록 기능 수정
2023-07-03
.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
IPIgnore Interceptor IPv4/IPv6 모두 체크되도록 기능 수정
2023-07-03
resources
회원 탈퇴자 관리 통계 추가
2023-06-26
webapp
주소록 관리 문자 주소록 개별 등록시 핸드폰 및 일반전화 유효성 체크 스크립트 추가
2023-07-03
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
IPIgnore Interceptor IPv4/IPv6 모두 체크되도록 기능 수정
2023-07-03
File name
Commit message
Commit date
com
IPIgnore Interceptor IPv4/IPv6 모두 체크되도록 기능 수정
2023-07-03
let
알림톡 채널 생성일, 등록일 구분 추가
2023-06-30
web
전용계좌 첫결제시 스미싱알림 처리
2023-06-26
File name
Commit message
Commit date
cop
bbsId를 변조해서 공지사항에 글 등록 방지 처리
2023-06-20
crypto/web
mjon_git
2023-06-12
fax
팩스전송화면 비로그인시 오픈처리
2023-06-15
hangulparser
mjon_git
2023-06-12
kakao
알림톡 채널 생성일, 등록일 구분 추가
2023-06-30
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-06-29
module/base
mjon_git
2023-06-12
org
mjon_git
2023-06-12
schdlr/service
전용계좌 첫결제시 스미싱알림 처리
2023-06-26
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
mjon_git
2023-06-12
uat
B선 전송사 이용고객 => 이벤트대상 제외처리
2023-06-22
uss
회원 탈퇴자 관리 통계 추가
2023-06-26
utl
mjon_git
2023-06-12
File name
Commit message
Commit date
impl
전용계좌 첫결제시 스미싱알림 처리
2023-06-26
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 82380a5 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