• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / mjgo_admin star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_adminsrcmainjavaitnletschdlrserviceSchdlrManageService.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
04-21
src/main
5733 메인배너 이미지관리 좌표 추가
04-24
.codetogether.ignore
first commit
04-21
.gitignore
first commit
04-21
pom.xml
mjon -> mjgo 수정
04-22
File name
Commit message
Commit date
java
5733 메인배너 이미지관리 좌표 추가
04-24
resources
5733 메인배너 이미지관리 좌표 추가
04-24
webapp
5733 메인배너 이미지관리 좌표 추가
04-24
File name
Commit message
Commit date
egovframework/com/idgen
first commit
04-21
itn
5733 메인배너 이미지관리 좌표 추가
04-24
snippet
Snippet java 주석
04-22
File name
Commit message
Commit date
com
5733 메인배너 이미지관리 좌표 추가
04-24
let
5733 메인배너 이미지관리 좌표 추가
04-24
web
first commit
04-21
File name
Commit message
Commit date
cert
first commit
04-21
cmm/vo
first commit
04-21
cop
first commit
04-21
fax
first commit
04-21
hangulparser
first commit
04-21
kakao
first commit
04-21
lett
first commit
04-21
mail
first commit
04-21
main/web
first commit
04-21
mjo
5733 메인배너 이미지관리 좌표 추가
04-24
module/base
first commit
04-21
schdlr/service
first commit
04-21
sec
first commit
04-21
solr
first commit
04-21
sts
first commit
04-21
sym
first commit
04-21
uat
first commit
04-21
uss
first commit
04-21
utl
first commit
04-21
File name
Commit message
Commit date
impl
first commit
04-21
web
first commit
04-21
SchdlrManageService.java
first commit
04-21
SchdlrVO.java
first commit
04-21
SchedulerUtil.java
first commit
04-21
hehihoho3@gmail.com 04-21 1e7af0d first commit 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 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; //문자온 문자전송 실패 건수 환불 배치 public void payBack(String type, int limitCout) throws Exception; public void payBack_advc(String p_type) 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