skoinfo.rfc.category.menu
Class CategoryManager

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.category.menu.CategoryManager
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable

public class CategoryManager
extends AbstractAction

Author:
sollogs
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
CategoryManager()
           
CategoryManager(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 java.lang.String AdminTag(CategoryCode1VO cateCodeVO1)
           
 java.lang.String AdminTag(CategoryCode2VO cateCodeVO2)
           
 java.lang.String AdminTag(CategoryCode3VO cateCodeVO3)
           
 java.lang.String AdminTag(CategoryCommonVO categoryCommonVO)
           
 java.lang.String CategoryList()
           
 java.util.List<CategoryCode1VO> getCate1CdList()
          카테고리 1차 전체 list
 java.util.List<CategoryCode1VO> getCate1CdList(java.lang.String cateCd)
          카테고리 1차 전체 list 공통코드 +1차 리스트
 java.util.List<CategoryCode1VO> getCate1CdList(java.lang.String cateCd, java.lang.String cateNm)
           
 CategoryCode1VO getCate1CdVO(java.lang.String cateCd)
           
 java.util.List<CategoryCode2VO> getCate2CdList()
          카테고리 2차 전체 list
 java.util.List<CategoryCode2VO> getCate2CdList(java.lang.String cateCd, java.lang.String cate1Cd)
          카테고리 2차 공통 + 1차
 java.util.List<CategoryCode2VO> getCate2CdList(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cateNm)
           
 CategoryCode2VO getCate2CdVO(java.lang.String cateCd)
           
 java.util.List<CategoryCode3VO> getCate3CdList()
          카테고리 3차 전체 list
 java.util.List<CategoryCode3VO> getCate3CdList(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd)
          카테고리 3차 전체 list 공통 + 1차 + 2차
 java.util.List<CategoryCode3VO> getCate3CdList(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd, java.lang.String cateNm)
           
 CategoryCode3VO getCate3CdVO(java.lang.String cateCd)
           
 CategoryCode3VO getCate3CdVO(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd, java.lang.String cate3Cd)
           
 CategoryCode1VO getCategoryCode1VO(java.lang.String cateCd, java.lang.String cate1Cd)
           
 CategoryCode2VO getCategoryCode2VO(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd)
           
 CategoryCode3VO getCategoryCode3VO(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd, java.lang.String cate3Cd)
           
 java.util.List<CategoryCommonVO> getCategoryCommon()
          카테고리 공통 코드 전체 list
 CategoryCommonVO getCategoryCommon(java.lang.String cateCd)
          카테고리 공통 구분값(공통 코드값)
 java.util.List<CategoryCommonVO> getCategoryCommon(java.lang.String code, java.lang.String name)
           
 java.util.List<CategoryCommonVO> getCateListDwr()
           
 void setCateListDwr(java.util.List<CategoryCommonVO> cateListDwr)
           
 
Methods inherited from class skoinfo.rfc.common.action.AbstractAction
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryManager

public CategoryManager(javax.servlet.http.HttpServletRequest request)

CategoryManager

public CategoryManager()
Method Detail

CategoryList

public java.lang.String CategoryList()
                              throws java.lang.Exception
Throws:
java.lang.Exception

AdminTag

public java.lang.String AdminTag(CategoryCommonVO categoryCommonVO)

AdminTag

public java.lang.String AdminTag(CategoryCode1VO cateCodeVO1)

AdminTag

public java.lang.String AdminTag(CategoryCode2VO cateCodeVO2)

AdminTag

public java.lang.String AdminTag(CategoryCode3VO cateCodeVO3)

getCategoryCommon

public java.util.List<CategoryCommonVO> getCategoryCommon()
                                                   throws java.lang.Exception
카테고리 공통 코드 전체 list

Returns:
공통코드 list
Throws:
java.lang.Exception

getCategoryCommon

public java.util.List<CategoryCommonVO> getCategoryCommon(java.lang.String code,
                                                          java.lang.String name)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

getCateListDwr

public java.util.List<CategoryCommonVO> getCateListDwr()
Returns:

setCateListDwr

public void setCateListDwr(java.util.List<CategoryCommonVO> cateListDwr)
Parameters:
cateListDwr -

getCategoryCommon

public CategoryCommonVO getCategoryCommon(java.lang.String cateCd)
                                   throws java.lang.Exception
카테고리 공통 구분값(공통 코드값)

Parameters:
cateCd -
Returns:
공통 카테고리 VO 리턴
Throws:
java.lang.Exception

getCate1CdList

public java.util.List<CategoryCode1VO> getCate1CdList()
                                               throws java.lang.Exception
카테고리 1차 전체 list

Returns:
Throws:
java.lang.Exception

getCate1CdList

public java.util.List<CategoryCode1VO> getCate1CdList(java.lang.String cateCd)
                                               throws java.lang.Exception
카테고리 1차 전체 list 공통코드 +1차 리스트

Returns:
Throws:
java.lang.Exception

getCate1CdList

public java.util.List<CategoryCode1VO> getCate1CdList(java.lang.String cateCd,
                                                      java.lang.String cateNm)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

getCate1CdVO

public CategoryCode1VO getCate1CdVO(java.lang.String cateCd)
                             throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리1차 VO 리턴
Throws:
java.lang.Exception

getCategoryCode1VO

public CategoryCode1VO getCategoryCode1VO(java.lang.String cateCd,
                                          java.lang.String cate1Cd)
                                   throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리1차 VO 리턴
Throws:
java.lang.Exception

getCate2CdList

public java.util.List<CategoryCode2VO> getCate2CdList()
                                               throws java.lang.Exception
카테고리 2차 전체 list

Returns:
Throws:
java.lang.Exception

getCate2CdList

public java.util.List<CategoryCode2VO> getCate2CdList(java.lang.String cateCd,
                                                      java.lang.String cate1Cd)
                                               throws java.lang.Exception
카테고리 2차 공통 + 1차

Returns:
Throws:
java.lang.Exception

getCate2CdList

public java.util.List<CategoryCode2VO> getCate2CdList(java.lang.String cateCd,
                                                      java.lang.String cate1Cd,
                                                      java.lang.String cateNm)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

getCate2CdVO

public CategoryCode2VO getCate2CdVO(java.lang.String cateCd)
                             throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리2차 VO 리턴
Throws:
java.lang.Exception

getCategoryCode2VO

public CategoryCode2VO getCategoryCode2VO(java.lang.String cateCd,
                                          java.lang.String cate1Cd,
                                          java.lang.String cate2Cd)
                                   throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리2차 VO 리턴
Throws:
java.lang.Exception

getCate3CdList

public java.util.List<CategoryCode3VO> getCate3CdList()
                                               throws java.lang.Exception
카테고리 3차 전체 list

Returns:
Throws:
java.lang.Exception

getCate3CdList

public java.util.List<CategoryCode3VO> getCate3CdList(java.lang.String cateCd,
                                                      java.lang.String cate1Cd,
                                                      java.lang.String cate2Cd)
                                               throws java.lang.Exception
카테고리 3차 전체 list 공통 + 1차 + 2차

Returns:
Throws:
java.lang.Exception

getCate3CdList

public java.util.List<CategoryCode3VO> getCate3CdList(java.lang.String cateCd,
                                                      java.lang.String cate1Cd,
                                                      java.lang.String cate2Cd,
                                                      java.lang.String cateNm)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

getCate3CdVO

public CategoryCode3VO getCate3CdVO(java.lang.String cateCd)
                             throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리3차 VO 리턴
Throws:
java.lang.Exception

getCategoryCode3VO

public CategoryCode3VO getCategoryCode3VO(java.lang.String cateCd,
                                          java.lang.String cate1Cd,
                                          java.lang.String cate2Cd,
                                          java.lang.String cate3Cd)
                                   throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리3차 VO 리턴
Throws:
java.lang.Exception

getCate3CdVO

public CategoryCode3VO getCate3CdVO(java.lang.String cateCd,
                                    java.lang.String cate1Cd,
                                    java.lang.String cate2Cd,
                                    java.lang.String cate3Cd)
                             throws java.lang.Exception
Parameters:
cateCd -
Returns:
카테고리3차 VO 리턴
Throws:
java.lang.Exception