|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rte.fdl.cmmn.AbstractServiceImpl egovframework.rfc3.perform.service.impl.PerformServiceImpl
@Service(value="PerformService") public class PerformServiceImpl
Constructor Summary | |
---|---|
PerformServiceImpl()
|
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)
공연저장 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerformServiceImpl()
Method Detail |
---|
public int selectPerformTotListCnt(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
selectPerformTotListCnt
in interface PerformService
java.lang.Exception
public java.util.List<PerFormInfoVO> selectPerformTotList(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
selectPerformTotList
in interface PerformService
java.lang.Exception
public PerFormInfoVO getPerformInfo(long playSid) throws java.lang.Exception
getPerformInfo
in interface PerformService
playSid
-
java.lang.Exception
public PerFormInfoVO getPerformStatus(long playSid) throws java.lang.Exception
getPerformStatus
in interface PerformService
java.lang.Exception
public void insertPerform(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
insertPerform
in interface PerformService
perFormInfoVO
-
java.lang.Exception
public void updatePerform(PerFormInfoVO perFormInfoVO) throws java.lang.Exception
updatePerform
in interface PerformService
perFormInfoVO
-
java.lang.Exception
public void deletePerform(long playSid) throws java.lang.Exception
deletePerform
in interface PerformService
playSid
-
java.lang.Exception
public int selectApplicanTotListCnt(ApplicantVO applicantVO) throws java.lang.Exception
selectApplicanTotListCnt
in interface PerformService
applicantVO
-
java.lang.Exception
public java.util.List<ApplicantVO> selectApplicantTotList(ApplicantVO applicantVO) throws java.lang.Exception
selectApplicantTotList
in interface PerformService
applicantVO
-
java.lang.Exception
public java.util.List<ApplicantVO> selectApplicantMyList(java.lang.String userId) throws java.lang.Exception
selectApplicantMyList
in interface PerformService
userId
-
java.lang.Exception
public ApplicantVO getApplicantInfo(long applicantSid) throws java.lang.Exception
getApplicantInfo
in interface PerformService
applicantSid
-
java.lang.Exception
public int isExistApplicantCnt(ApplicantVO applicantVO) throws java.lang.Exception
isExistApplicantCnt
in interface PerformService
applicantVO
-
java.lang.Exception
public java.util.List<ApplicantVO> selectApplicantForSchoolList(ApplicantVO applicantVO) throws java.lang.Exception
selectApplicantForSchoolList
in interface PerformService
java.lang.Exception
public int AllApplicantCnt(long playSid) throws java.lang.Exception
AllApplicantCnt
in interface PerformService
java.lang.Exception
public int getMaxTicketNum(long playSid) throws java.lang.Exception
getMaxTicketNum
in interface PerformService
java.lang.Exception
public void insertApplicant(ApplicantVO applicantVO) throws java.lang.Exception
insertApplicant
in interface PerformService
applicantVO
-
java.lang.Exception
public void updateApplicant(ApplicantVO applicantVO) throws java.lang.Exception
updateApplicant
in interface PerformService
applicantVO
-
java.lang.Exception
public void deleteApplicant(long applicantSid) throws java.lang.Exception
deleteApplicant
in interface PerformService
applicantSid
-
java.lang.Exception
public void deleteApplicantAllplaySid(long playSid) throws java.lang.Exception
deleteApplicantAllplaySid
in interface PerformService
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |