egovframework.rfc3.office.web
Class OfficePartController

java.lang.Object
  extended by egovframework.rfc3.office.web.OfficePartController

@Controller
@SessionAttributes(types=SessionVO.class)
public class OfficePartController
extends java.lang.Object

Since:
2011.04.26
Version:
egovframework RFC 3.0
Author:
박형민
See Also:
 << 조직도 >>
   
   수정일      수정자           수정내용
  -------    -------------    ----------------------
   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

OfficePartController

public OfficePartController()
Method Detail

selectOfficePartList

@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
당당자 리스트

Parameters:
officePartVO -
model -
Returns:
Throws:
java.lang.Exception

writeOfficePart

@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
당당자 입력

Parameters:
officePartVO -
model -
Returns:
Throws:
java.lang.Exception - /myOfficepart/write

writeOfficePartAct

@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
당당자 입력

Parameters:
officePartVO -
model -
Returns:
Throws:
java.lang.Exception

updateOfficePartAct

@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
당당자 수정

Parameters:
officePartVO - (정광훈)
model -
Returns:
Throws:
java.lang.Exception

updateOfficePartWrite

@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
당당자 직위 수정

Parameters:
officePartVO - (박형민)
model -
Returns:
Throws:
java.lang.Exception

updateOfficePartWriteAct

@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
담당관리 직위 수정 Action

Parameters:
officePartVO -
model -
Returns:
Throws:
java.lang.Exception

deleteOfficePartAct

@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
당당자 삭제

Parameters:
officePartVO - (박형민)
model -
Returns:
Throws:
java.lang.Exception

resultPage

@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
결과 페이지

Parameters:
officeVO - (박형민)
model -
Returns:
Throws:
java.lang.Exception

findUserList2

@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
모든사용자찾기

Parameters:
request -
loginVO -
index -
model -
Returns:
Throws:
java.lang.Exception

findUserList

@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
사용자 찾기

Parameters:
request -
loginVO -
model -
Returns:
Throws:
java.lang.Exception

selectOfficePartListJson

@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
당당자 리스트

Parameters:
officePartVO - (박형민)
model -
Returns:
Throws:
java.lang.Exception

adminMenuAuthList

@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
관리자 메뉴 목록

Parameters:
request -
adminMenuVO -
model -
Returns:
Throws:
java.lang.Exception

adminMenuAuthWrite

@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
관리자메뉴 부서권한 팝업창

Parameters:
officePartVO - (박경철)
model -
Returns:
Throws:
java.lang.Exception

selectOfficePartMyList

@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
당당자 리스트

Parameters:
officePartVO -
model -
Returns:
Throws:
java.lang.Exception

batchUpload

@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
담당관리 데이타 일괄업로드 폼

Throws:
java.lang.Exception

responsiblePersonDesignatedCodeWriteOk

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
Throws:
java.lang.Exception

responsiblePersonDesignatedCodeUp

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
Throws:
java.lang.Exception

batchUploadAct

@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
담당관리 데이타 일괄업로드 액션

Throws:
java.lang.Exception

selectOfficePartUserList

@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
사용자 페이지 당당자 리스트 & 검색(웹/모바일)

Parameters:
officePartVO -
model -
Returns:
Throws:
java.lang.Exception