• 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
주소록 private static final int BATCH_SIZE = 10000; private static final int THREAD_COUNT = 2;
2024-07-30
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
롬복 추가 , [사용자] 결제관리 > 요금 사용내역 ==> 사용금액 표시 방법 변경 완료
2024-07-09
File name
Commit message
Commit date
java
주소록 private static final int BATCH_SIZE = 10000; private static final int THREAD_COUNT = 2;
2024-07-30
resources
주소록 > 엑셀입력 완료
2024-07-29
webapp
주소록 등록 : 쓰레드 4개 추가 - 배치 사이즈 60000개
2024-07-29
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
주소록 private static final int BATCH_SIZE = 10000; private static final int THREAD_COUNT = 2;
2024-07-30
File name
Commit message
Commit date
com
dateUtils.js or java 작업
2024-07-19
let
주소록 private static final int BATCH_SIZE = 10000; private static final int THREAD_COUNT = 2;
2024-07-30
web
메인메뉴 및 사이트맵에서 선거 후보자 정보가 없는 경우 선거문자 메뉴가 안보이도록 처리
2024-02-08
File name
Commit message
Commit date
cop
사용자 이용정지인 경우 알림톡 전송, 팩스 전송, 1:1 문의등록 화면 접속 불가처리
2023-11-09
crypto/web
mjon_git
2023-06-12
fax
[사용자] 팩스 발송 리스트 => 발송결과로 이동
2024-07-15
hangulparser
mjon_git
2023-06-12
kakao
Merge branch 'master' into hylee
2024-07-16
komoran
mjon_git
2023-06-12
lett
선택한 그림문자의 우선선위 변경 기능 추가
2023-09-05
mail
주소록 > 엑셀입력 완료
2024-07-29
main
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
mjo
주소록 private static final int BATCH_SIZE = 10000; private static final int THREAD_COUNT = 2;
2024-07-30
module/base
금액 포인트 class 수정
2024-07-08
org
mjon_git
2023-06-12
schdlr/service
IP 차단 관련 오류 확인전
2024-04-09
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
2024-06-12 관리자 로그인 검색 쿼리 수정
2024-06-12
uat
utils 정리중
2024-07-05
uss
dateUtils.js or java 작업
2024-07-19
utl
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
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
IP 차단 관련 오류 확인전
2024-04-09
hylee 2023-06-12 f8a41b8 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