egovframework.rfc3.category.web
Class CategoryController

java.lang.Object
  extended by egovframework.rfc3.category.web.CategoryController

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

Since:
2011.06.14
Version:
egovframework RFC 3.0
Author:
박형민
See Also:
 << 레이아웃 >>
   
   수정일      수정자           수정내용
  -------    -------------    ----------------------
   2011.06.14 박형민 최초작업

 Copyright (C) 2011 by skoinfo  All right reserved.
   

Constructor Summary
CategoryController()
           
 
Method Summary
 java.lang.String resultPage(CategoryCode1VO categoryCode1VO, org.springframework.ui.ModelMap model)
          결과 페이지 1
 java.lang.String resultPage(CategoryCode2VO categoryCode2VO, org.springframework.ui.ModelMap model)
          결과 페이지 2
 java.lang.String resultPage(CategoryCode3VO categoryCode3VO, org.springframework.ui.ModelMap model)
          결과 페이지 3
 java.lang.String resultPage(CategoryVO categoryVO, org.springframework.ui.ModelMap model)
          공통 결과 페이지
 java.lang.String selectCategorydelete(CategoryCode1VO categoryCode1VO, org.springframework.ui.ModelMap model)
          카테고리1차 삭제
 java.lang.String selectCategorydelete(CategoryCode2VO categoryCode2VO, org.springframework.ui.ModelMap model)
          카테고리2차 삭제
 java.lang.String selectCategorydelete(CategoryCode3VO categoryCode3VO, org.springframework.ui.ModelMap model)
          카테고리3차 삭제
 java.lang.String selectCategorydelete(CategoryVO categoryVO, org.springframework.ui.ModelMap model)
          공통코드 삭제
 java.lang.String selectCategoryList(CategoryCode1VO categoryCode1VO, org.springframework.ui.ModelMap model)
          카테고리 1차 리스트
 java.lang.String selectCategoryList(CategoryCode2VO categoryCode2VO, org.springframework.ui.ModelMap model)
          카테고리 2차 리스트
 java.lang.String selectCategoryList(CategoryCode3VO categoryCode3VO, org.springframework.ui.ModelMap model)
          카테고리 3차 리스트
 java.lang.String selectCategoryList(CategoryVO categoryVO, org.springframework.ui.ModelMap model)
          공통코드 리스트
 java.lang.String selectCategoryUpdate(CategoryCode1VO CategoryCode1VO, org.springframework.ui.ModelMap model)
          카테고리 1차 수정
 java.lang.String selectCategoryUpdate(CategoryCode2VO CategoryCode2VO, org.springframework.ui.ModelMap model)
          카테고리 2차 수정
 java.lang.String selectCategoryUpdate(CategoryCode3VO CategoryCode3VO, org.springframework.ui.ModelMap model)
          카테고리 3차 수정
 java.lang.String selectCategoryUpdate(CategoryVO categoryVO, org.springframework.ui.ModelMap model)
          공통코드 수정
 java.lang.String selectCategoryWrite(CategoryCode1VO categoryCode1VO, org.springframework.ui.ModelMap model)
          카테고리 1차 등록 폼
 java.lang.String selectCategoryWrite(CategoryCode2VO categoryCode2VO, org.springframework.ui.ModelMap model)
          카테고리 2차 등록 폼
 java.lang.String selectCategoryWrite(CategoryCode3VO categoryCode3VO, org.springframework.ui.ModelMap model)
          카테고리 3차 등록 폼
 java.lang.String selectCategoryWrite(CategoryVO categoryVO, org.springframework.ui.ModelMap model)
          공통코드 등록 폼
 java.lang.String selectCategoryWriteAct(CategoryCode1VO categoryCode1VO, org.springframework.ui.ModelMap model)
          카테고리 1차 등록
 java.lang.String selectCategoryWriteAct(CategoryCode2VO categoryCode2VO, org.springframework.ui.ModelMap model)
          카테고리 2차 등록
 java.lang.String selectCategoryWriteAct(CategoryCode3VO categoryCode3VO, org.springframework.ui.ModelMap model)
          카테고리 3차 등록
 java.lang.String selectCategoryWriteAct(CategoryVO categoryVO, org.springframework.ui.ModelMap model)
          공통코드 등록
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryController

public CategoryController()
Method Detail

selectCategoryList

@RequestMapping(value="/iam/category/list.sko")
public java.lang.String selectCategoryList(@ModelAttribute(value="CategoryVO")
                                                          CategoryVO categoryVO,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
공통코드 리스트

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

selectCategoryList

@RequestMapping(value="/iam/category/list1.sko")
public java.lang.String selectCategoryList(@ModelAttribute(value="CategoryCode1VO")
                                                          CategoryCode1VO categoryCode1VO,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
카테고리 1차 리스트

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

selectCategoryList

@RequestMapping(value="/iam/category/list2.sko")
public java.lang.String selectCategoryList(@ModelAttribute(value="CategoryCode2VO")
                                                          CategoryCode2VO categoryCode2VO,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
카테고리 2차 리스트

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

selectCategoryList

@RequestMapping(value="/iam/category/list3.sko")
public java.lang.String selectCategoryList(@ModelAttribute(value="CategoryCode3VO")
                                                          CategoryCode3VO categoryCode3VO,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
카테고리 3차 리스트

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

selectCategoryWrite

@RequestMapping(value="/iam/category/write.sko")
public java.lang.String selectCategoryWrite(@ModelAttribute(value="CategoryVO")
                                                           CategoryVO categoryVO,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
공통코드 등록 폼

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

selectCategoryWrite

@RequestMapping(value="/iam/category/write1.sko")
public java.lang.String selectCategoryWrite(@ModelAttribute(value="CategoryCode1VO")
                                                           CategoryCode1VO categoryCode1VO,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
카테고리 1차 등록 폼

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

selectCategoryWrite

@RequestMapping(value="/iam/category/write2.sko")
public java.lang.String selectCategoryWrite(@ModelAttribute(value="CategoryCode2VO")
                                                           CategoryCode2VO categoryCode2VO,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
카테고리 2차 등록 폼

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

selectCategoryWrite

@RequestMapping(value="/iam/category/write3.sko")
public java.lang.String selectCategoryWrite(@ModelAttribute(value="CategoryCode3VO")
                                                           CategoryCode3VO categoryCode3VO,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
카테고리 3차 등록 폼

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

selectCategoryWriteAct

@RequestMapping(value="/iam/category/writeAct.sko")
public java.lang.String selectCategoryWriteAct(@ModelAttribute(value="CategoryVO")
                                                              CategoryVO categoryVO,
                                                              org.springframework.ui.ModelMap model)
                                        throws java.lang.Exception
공통코드 등록

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

selectCategoryWriteAct

@RequestMapping(value="/iam/category/writeAct1.sko")
public java.lang.String selectCategoryWriteAct(@ModelAttribute(value="CategoryCode1VO")
                                                              CategoryCode1VO categoryCode1VO,
                                                              org.springframework.ui.ModelMap model)
                                        throws java.lang.Exception
카테고리 1차 등록

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

selectCategoryWriteAct

@RequestMapping(value="/iam/category/writeAct2.sko")
public java.lang.String selectCategoryWriteAct(@ModelAttribute(value="CategoryCode2VO")
                                                              CategoryCode2VO categoryCode2VO,
                                                              org.springframework.ui.ModelMap model)
                                        throws java.lang.Exception
카테고리 2차 등록

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

selectCategoryWriteAct

@RequestMapping(value="/iam/category/writeAct3.sko")
public java.lang.String selectCategoryWriteAct(@ModelAttribute(value="CategoryCode3VO")
                                                              CategoryCode3VO categoryCode3VO,
                                                              org.springframework.ui.ModelMap model)
                                        throws java.lang.Exception
카테고리 3차 등록

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

selectCategorydelete

@RequestMapping(value="/iam/category/deleteAct.sko")
public java.lang.String selectCategorydelete(@ModelAttribute(value="CategoryVO")
                                                            CategoryVO categoryVO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
공통코드 삭제

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

selectCategorydelete

@RequestMapping(value="/iam/category/deleteAct1.sko")
public java.lang.String selectCategorydelete(@ModelAttribute(value="CategoryCode1VO")
                                                            CategoryCode1VO categoryCode1VO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
카테고리1차 삭제

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

selectCategorydelete

@RequestMapping(value="/iam/category/deleteAct2.sko")
public java.lang.String selectCategorydelete(@ModelAttribute(value="CategoryCode2VO")
                                                            CategoryCode2VO categoryCode2VO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
카테고리2차 삭제

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

selectCategorydelete

@RequestMapping(value="/iam/category/deleteAct3.sko")
public java.lang.String selectCategorydelete(@ModelAttribute(value="CategoryCode3VO")
                                                            CategoryCode3VO categoryCode3VO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
카테고리3차 삭제

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

selectCategoryUpdate

@RequestMapping(value="/iam/category/updateAct.sko")
public java.lang.String selectCategoryUpdate(@ModelAttribute(value="CategoryVO")
                                                            CategoryVO categoryVO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
공통코드 수정

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

selectCategoryUpdate

@RequestMapping(value="/iam/category/updateAct1.sko")
public java.lang.String selectCategoryUpdate(@ModelAttribute(value="CategoryCode1VO")
                                                            CategoryCode1VO CategoryCode1VO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
카테고리 1차 수정

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

selectCategoryUpdate

@RequestMapping(value="/iam/category/updateAct2.sko")
public java.lang.String selectCategoryUpdate(@ModelAttribute(value="CategoryCode2VO")
                                                            CategoryCode2VO CategoryCode2VO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
카테고리 2차 수정

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

selectCategoryUpdate

@RequestMapping(value="/iam/category/updateAct3.sko")
public java.lang.String selectCategoryUpdate(@ModelAttribute(value="CategoryCode3VO")
                                                            CategoryCode3VO CategoryCode3VO,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
카테고리 3차 수정

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

resultPage

@RequestMapping(value="/iam/category/result.sko")
public java.lang.String resultPage(@ModelAttribute(value="CategoryVO")
                                                  CategoryVO categoryVO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
공통 결과 페이지

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

resultPage

@RequestMapping(value="/iam/category/result1.sko")
public java.lang.String resultPage(@ModelAttribute(value="CategoryCode1VO")
                                                  CategoryCode1VO categoryCode1VO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
결과 페이지 1

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

resultPage

@RequestMapping(value="/iam/category/result2.sko")
public java.lang.String resultPage(@ModelAttribute(value="CategoryCode2VO")
                                                  CategoryCode2VO categoryCode2VO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
결과 페이지 2

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

resultPage

@RequestMapping(value="/iam/category/result3.sko")
public java.lang.String resultPage(@ModelAttribute(value="CategoryCode3VO")
                                                  CategoryCode3VO categoryCode3VO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
결과 페이지 3

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