|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PerformService
Method Summary | |
---|---|
int |
AllApplicantCnt(long playSid)
해당공연신청자 총수 |
void |
deleteApplicant(long applicantSid)
공연 신청자 삭제 |
void |
deleteApplicantAllplaySid(long playSid)
해당공연신청자 전부 삭제 |
void |
deletePerform(long playSid)
공연 삭제 |
ApplicantVO |
getApplicantInfo(long applicantSid)
신청자 정보 |
int |
getMaxTicketNum(long playSid)
max 티켓번호 |
PerFormInfoVO |
getPerformInfo(long playSid)
공연정보 |
PerFormInfoVO |
getPerformStatus(long playSid)
공연상태 |
void |
insertApplicant(ApplicantVO applicantVO)
공연신청자 저장 |
void |
insertPerform(PerFormInfoVO perFormInfoVO)
공연저장 |
int |
isExistApplicantCnt(ApplicantVO applicantVO)
해당공연신청자 이중 존재여부 |
java.util.List<ApplicantVO> |
selectApplicantForSchoolList(ApplicantVO applicantVO)
해당공연신청자 이중 존재여부(유치원 교원) |
java.util.List<ApplicantVO> |
selectApplicantMyList(java.lang.String userId)
나의 공연신청 목록 |
int |
selectApplicanTotListCnt(ApplicantVO applicantVO)
공연신청자 명수 |
java.util.List<ApplicantVO> |
selectApplicantTotList(ApplicantVO applicantVO)
공연 신청자 전제목록 |
java.util.List<PerFormInfoVO> |
selectPerformTotList(PerFormInfoVO perFormInfoVO)
공연 전체 목록 |
int |
selectPerformTotListCnt(PerFormInfoVO perFormInfoVO)
공연 전체 개수 |
void |
updateApplicant(ApplicantVO applicantVO)
공연 신청자 수정 |
void |
updatePerform(PerFormInfoVO perFormInfoVO)
공연저장 |
Method Detail |
---|
int selectPerformTotListCnt(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
perFormInfoVO
-
java.lang.Exception
java.util.List<PerFormInfoVO> selectPerformTotList(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
perFormInfoVO
-
java.lang.Exception
PerFormInfoVO getPerformInfo(long playSid) throws java.lang.Exception
playSid
-
java.lang.Exception
PerFormInfoVO getPerformStatus(long playSid) throws java.lang.Exception
playSid
-
java.lang.Exception
void insertPerform(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
perFormInfoVO
-
java.lang.Exception
void updatePerform(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
perFormInfoVO
-
java.lang.Exception
void deletePerform(long playSid) throws java.lang.Exception
playSid
-
java.lang.Exception
int selectApplicanTotListCnt(ApplicantVO applicantVO) throws java.lang.Exception
applicantVO
-
java.lang.Exception
java.util.List<ApplicantVO> selectApplicantTotList(ApplicantVO applicantVO) throws java.lang.Exception
applicantVO
-
java.lang.Exception
java.util.List<ApplicantVO> selectApplicantMyList(java.lang.String userId) throws java.lang.Exception
userId
-
java.lang.Exception
ApplicantVO getApplicantInfo(long applicantSid) throws java.lang.Exception
applicantSid
-
java.lang.Exception
int isExistApplicantCnt(ApplicantVO applicantVO) throws java.lang.Exception
applicantVO
-
java.lang.Exception
java.util.List<ApplicantVO> selectApplicantForSchoolList(ApplicantVO applicantVO) throws java.lang.Exception
applicantVO
-
java.lang.Exception
int AllApplicantCnt(long playSid) throws java.lang.Exception
playSid
-
java.lang.Exception
int getMaxTicketNum(long playSid) throws java.lang.Exception
playSid
-
java.lang.Exception
void insertApplicant(ApplicantVO applicantVO) throws java.lang.Exception
applicantVO
-
java.lang.Exception
void updateApplicant(ApplicantVO applicantVO) throws java.lang.Exception
applicantVO
-
java.lang.Exception
void deleteApplicant(long applicantSid) throws java.lang.Exception
applicantSid
-
java.lang.Exception
void deleteApplicantAllplaySid(long playSid) throws java.lang.Exception
playSid
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |