|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcCMSAbstractDAO
egovframework.rfc3.perform.dao.PerformDAO
@Repository(value="PerformDAO") public class PerformDAO
| Constructor Summary | |
|---|---|
PerformDAO()
|
|
| 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)
공연정보 |
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 egovframework.rfc3.common.dao.RfcCMSAbstractDAO |
|---|
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
| Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
|---|
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerformDAO()
| Method Detail |
|---|
public int selectPerformTotListCnt(PerFormInfoVO perFormInfoVO)
throws java.lang.Exception
perFormInfoVO -
java.lang.Exception
public java.util.List<PerFormInfoVO> selectPerformTotList(PerFormInfoVO perFormInfoVO)
throws java.lang.Exception
perFormInfoVO -
java.lang.Exception
public PerFormInfoVO getPerformInfo(long playSid)
throws java.lang.Exception
playSid -
java.lang.Exception
public void insertPerform(PerFormInfoVO perFormInfoVO)
throws java.lang.Exception
perFormInfoVO -
java.lang.Exception
public void updatePerform(PerFormInfoVO perFormInfoVO)
throws java.lang.Exception
perFormInfoVO -
java.lang.Exception
public void deletePerform(long playSid)
throws java.lang.Exception
playSid -
java.lang.Exception
public int selectApplicanTotListCnt(ApplicantVO applicantVO)
throws java.lang.Exception
applicantVO -
java.lang.Exception
public java.util.List<ApplicantVO> selectApplicantTotList(ApplicantVO applicantVO)
throws java.lang.Exception
applicantVO -
java.lang.Exception
public java.util.List<ApplicantVO> selectApplicantMyList(java.lang.String userId)
throws java.lang.Exception
userId -
java.lang.Exception
public ApplicantVO getApplicantInfo(long applicantSid)
throws java.lang.Exception
applicantSid -
java.lang.Exception
public int isExistApplicantCnt(ApplicantVO applicantVO)
throws java.lang.Exception
applicantVO -
java.lang.Exception
public java.util.List<ApplicantVO> selectApplicantForSchoolList(ApplicantVO applicantVO)
throws java.lang.Exception
applicantVO -
java.lang.Exception
public int AllApplicantCnt(long playSid)
throws java.lang.Exception
playSid -
java.lang.Exception
public int getMaxTicketNum(long playSid)
throws java.lang.Exception
playSid -
java.lang.Exception
public void insertApplicant(ApplicantVO applicantVO)
throws java.lang.Exception
applicantVO -
java.lang.Exception
public void updateApplicant(ApplicantVO applicantVO)
throws java.lang.Exception
applicantVO -
java.lang.Exception
public void deleteApplicant(long applicantSid)
throws java.lang.Exception
applicantSid -
java.lang.Exception
public 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 | |||||||||