|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.perform.web.ClientPerformController
@Controller @SessionAttributes(types=SessionVO.class) public class ClientPerformController
Constructor Summary | |
---|---|
ClientPerformController()
|
Method Summary | |
---|---|
java.lang.String |
getApplicant(ApplicantVO applicantVO,
ApplicantVO searchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
신청내역서 출력 |
java.lang.String |
resultPage(ApplicantVO applicantVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
결과 페이지 |
java.lang.String |
selectApplicantList(ApplicantVO applicantVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
로그인한 사용자 공연 신청자 목록 |
java.lang.String |
selectPerformTotList(PerFormInfoVO perFormInfoVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
공연전체 목록 페이지 |
java.lang.String |
writeApplicant(ApplicantVO applicantVO,
ApplicantVO searchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
공연정보 신청 및 수정하기 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientPerformController()
Method Detail |
---|
@RequestMapping(value="/user/perform/playList.*") public java.lang.String selectPerformTotList(@ModelAttribute(value="perFormInfoVO") PerFormInfoVO perFormInfoVO, javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) throws java.lang.Exception
perFormInfoVO
- model
-
java.lang.Exception
@RequestMapping(value="/user/perform/applicantWrite.*") public java.lang.String writeApplicant(@ModelAttribute(value="applicantVO") ApplicantVO applicantVO, @ModelAttribute(value="searchVO") ApplicantVO searchVO, javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) throws java.lang.Exception
applicantVO
- searchVO
- request
- model
-
java.lang.Exception
@RequestMapping(value="/user/perform/applicantList.*") public java.lang.String selectApplicantList(@ModelAttribute(value="applicantVO") ApplicantVO applicantVO, javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) throws java.lang.Exception
applicantVO
- model
-
java.lang.Exception
@RequestMapping(value="/user/perform/applicantInfo.*") public java.lang.String getApplicant(@ModelAttribute(value="applicantVO") ApplicantVO applicantVO, @ModelAttribute(value="searchVO") ApplicantVO searchVO, javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) throws java.lang.Exception
applicantVO
- searchVO
- request
- model
-
java.lang.Exception
@RequestMapping(value="/user/perform/result.*") public java.lang.String resultPage(@ModelAttribute(value="applicantVO") ApplicantVO applicantVO, javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) throws java.lang.Exception
reSearchVO
- model
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |