|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.office.web.OfficePartController
@Controller @SessionAttributes(types=SessionVO.class) public class OfficePartController
<< 조직도 >> 수정일 수정자 수정내용 ------- ------------- ---------------------- 2011.04.26 박형민 최초작업 Copyright (C) 2011 by skoinfo All right reserved.
Constructor Summary | |
---|---|
OfficePartController()
|
Method Summary | |
---|---|
java.lang.String |
adminMenuAuthList(javax.servlet.http.HttpServletRequest request,
AdminMenuOfficeVO adminMenuOfficeVO,
org.springframework.ui.ModelMap model)
관리자 메뉴 목록 |
java.lang.String |
adminMenuAuthWrite(OfficePartVO officePartVO,
AdminMenuOfficeVO adminMenuOfficeVO,
org.springframework.ui.ModelMap model)
관리자메뉴 부서권한 팝업창 |
java.lang.String |
batchUpload(javax.servlet.http.HttpServletResponse response,
OfficePartVO officePartVO,
org.springframework.ui.ModelMap model,
OfficePartVO searchVO)
담당관리 데이타 일괄업로드 폼 |
java.lang.String |
batchUploadAct(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OfficePartVO officePartVO,
org.springframework.ui.ModelMap model,
OfficePartVO searchVO)
담당관리 데이타 일괄업로드 액션 |
java.lang.String |
deleteOfficePartAct(OfficePartVO officePartVO,
org.springframework.ui.ModelMap model)
당당자 삭제 |
java.lang.String |
findUserList(javax.servlet.http.HttpServletRequest request,
LoginVO loginVO,
int index,
org.springframework.ui.ModelMap model)
사용자 찾기 |
java.lang.String |
findUserList2(javax.servlet.http.HttpServletRequest request,
LoginVO loginVO,
int index,
org.springframework.ui.ModelMap model)
모든사용자찾기 |
java.lang.String |
responsiblePersonDesignatedCodeUp(OfficePartVO mrow,
OfficePartVO inOfficePartVO,
java.io.RandomAccessFile wt,
java.lang.String id,
java.lang.String AccessDate,
java.lang.String ClntIP,
java.lang.String inOfficePartVOTxt,
java.lang.String mrowTxt,
java.lang.String logWorkIs,
java.lang.String filename)
|
java.lang.String |
responsiblePersonDesignatedCodeWriteOk(OfficePartVO mrow,
OfficePartVO inOfficePartVO,
java.io.RandomAccessFile wt,
java.lang.String id,
java.lang.String AccessDate,
java.lang.String ClntIP,
java.lang.String inOfficePartVOTxt,
java.lang.String mrowTxt,
java.lang.String logWorkIs,
java.lang.String filename)
|
java.lang.String |
resultPage(OfficeVO officeVO,
org.springframework.ui.ModelMap model)
결과 페이지 |
java.lang.String |
selectOfficePartList(javax.servlet.http.HttpServletResponse response,
OfficePartVO officePartVO,
org.springframework.ui.ModelMap model,
OfficePartVO searchVO)
당당자 리스트 |
java.lang.String |
selectOfficePartListJson(javax.servlet.http.HttpServletResponse response,
OfficePartVO officePartVO,
org.springframework.ui.ModelMap model)
당당자 리스트 |
java.lang.String |
selectOfficePartMyList(javax.servlet.http.HttpServletResponse response,
OfficePartVO officePartVO,
org.springframework.ui.ModelMap model,
OfficePartVO searchVO)
당당자 리스트 |
java.lang.String |
selectOfficePartUserList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OfficePartVO officePartVO,
org.springframework.ui.ModelMap model,
OfficePartVO searchVO)
사용자 페이지 당당자 리스트 & 검색(웹/모바일) |
java.lang.String |
updateOfficePartAct(OfficePartVO officePartVO,
OfficePartVO searchOfficePartVO,
org.springframework.ui.ModelMap model)
당당자 수정 |
java.lang.String |
updateOfficePartWrite(OfficePartVO officePartVO,
org.springframework.ui.ModelMap model)
당당자 직위 수정 |
java.lang.String |
updateOfficePartWriteAct(OfficePartVO officePartVO,
org.springframework.ui.ModelMap model)
담당관리 직위 수정 Action |
java.lang.String |
writeOfficePart(OfficePartVO officePartVO,
org.springframework.ui.ModelMap model)
당당자 입력 |
java.lang.String |
writeOfficePartAct(OfficePartVO officePartVO,
org.springframework.ui.ModelMap model)
당당자 입력 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfficePartController()
Method Detail |
---|
@RequestMapping(value="/iam/officepart/list.sko") public java.lang.String selectOfficePartList(javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model, @ModelAttribute(value="searchVO") OfficePartVO searchVO) throws java.lang.Exception
officePartVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/write.sko") public java.lang.String writeOfficePart(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- model
-
java.lang.Exception
- /myOfficepart/write@RequestMapping(value="/iam/officepart/writeAct.sko") public java.lang.String writeOfficePartAct(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/updateAct.sko") public java.lang.String updateOfficePartAct(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, @ModelAttribute(value="searchOfficePartVO") OfficePartVO searchOfficePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- (정광훈)model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/officewrite.sko") public java.lang.String updateOfficePartWrite(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- (박형민)model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/officeupdate.sko") public java.lang.String updateOfficePartWriteAct(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/deleteAct.sko") public java.lang.String deleteOfficePartAct(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- (박형민)model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/result.sko") public java.lang.String resultPage(@ModelAttribute(value="officeVO") OfficeVO officeVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officeVO
- (박형민)model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/finduserAll.sko") public java.lang.String findUserList2(javax.servlet.http.HttpServletRequest request, @ModelAttribute(value="loginVO") LoginVO loginVO, @RequestParam(value="index") int index, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- loginVO
- index
- model
-
java.lang.Exception
@RequestMapping(value={"/iam/officepart/finduser.sko","/iam/officepart/finduser2.sko"}) public java.lang.String findUserList(javax.servlet.http.HttpServletRequest request, @ModelAttribute(value="loginVO") LoginVO loginVO, @RequestParam(value="index") int index, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- loginVO
- model
-
java.lang.Exception
@RequestMapping(value="/manager/officepart/listJson.do") public java.lang.String selectOfficePartListJson(javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- (박형민)model
-
java.lang.Exception
@RequestMapping(value="/iam/menu/authList.sko") public java.lang.String adminMenuAuthList(javax.servlet.http.HttpServletRequest request, @ModelAttribute(value="adminMenuOfficeVO") AdminMenuOfficeVO adminMenuOfficeVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- adminMenuVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/menu/authWrite.sko") public java.lang.String adminMenuAuthWrite(@ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, @ModelAttribute(value="adminMenuOfficeVO") AdminMenuOfficeVO adminMenuOfficeVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
officePartVO
- (박경철)model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/mylist.sko") public java.lang.String selectOfficePartMyList(javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model, @ModelAttribute(value="searchVO") OfficePartVO searchVO) throws java.lang.Exception
officePartVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/officepart/batchUpload.sko") public java.lang.String batchUpload(javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="officePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model, @ModelAttribute(value="searchVO") OfficePartVO searchVO) throws java.lang.Exception
java.lang.Exception
public java.lang.String responsiblePersonDesignatedCodeWriteOk(OfficePartVO mrow, OfficePartVO inOfficePartVO, java.io.RandomAccessFile wt, java.lang.String id, java.lang.String AccessDate, java.lang.String ClntIP, java.lang.String inOfficePartVOTxt, java.lang.String mrowTxt, java.lang.String logWorkIs, java.lang.String filename) throws java.lang.Exception
java.lang.Exception
public java.lang.String responsiblePersonDesignatedCodeUp(OfficePartVO mrow, OfficePartVO inOfficePartVO, java.io.RandomAccessFile wt, java.lang.String id, java.lang.String AccessDate, java.lang.String ClntIP, java.lang.String inOfficePartVOTxt, java.lang.String mrowTxt, java.lang.String logWorkIs, java.lang.String filename) throws java.lang.Exception
java.lang.Exception
@RequestMapping(value="/iam/officepart/batchUploadAct.sko") public java.lang.String batchUploadAct(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model, @ModelAttribute(value="searchVO") OfficePartVO searchVO) throws java.lang.Exception
java.lang.Exception
@RequestMapping(value={"/cms/officepart/webList.*","/cms/officepart/mobileList.*"}) public java.lang.String selectOfficePartUserList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="OfficePartVO") OfficePartVO officePartVO, org.springframework.ui.ModelMap model, @ModelAttribute(value="searchVO") OfficePartVO searchVO) throws java.lang.Exception
officePartVO
- model
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |