egovframework.rfc3.mall.web
Class MallSetupController

java.lang.Object
  extended by egovframework.rfc3.mall.web.MallSetupController

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


Constructor Summary
MallSetupController()
           
 
Method Summary
 java.lang.String mallSetupDeleteAct(MallSetupVO mallSetupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String mallSetupUpdate(MallSetupVO mallSetupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String mallSetupUpdateAct(MallSetupVO mallSetupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String mallSetupWrite(MallSetupVO mallSetupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String mallSetupWriteAct(MallSetupVO mallSetupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String selectMallSetupList(MallSetupVO mallSetupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MallSetupController

public MallSetupController()
Method Detail

selectMallSetupList

@RequestMapping(value="/cms/mall/setup/list.sko")
public java.lang.String selectMallSetupList(@ModelAttribute(value="MallSetupVO")
                                                           MallSetupVO mallSetupVO,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

mallSetupWrite

@RequestMapping(value="/cms/mall/setup/write.sko")
public java.lang.String mallSetupWrite(@ModelAttribute(value="MallSetupVO")
                                                      MallSetupVO mallSetupVO,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
Throws:
java.lang.Exception

mallSetupWriteAct

@RequestMapping(value="/cms/mall/setup/writeAct.sko")
public java.lang.String mallSetupWriteAct(@ModelAttribute(value="MallSetupVO")
                                                         MallSetupVO mallSetupVO,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response,
                                                         org.springframework.ui.ModelMap model)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

mallSetupUpdate

@RequestMapping(value="/cms/mall/setup/update.sko")
public java.lang.String mallSetupUpdate(@ModelAttribute(value="MallSetupVO")
                                                       MallSetupVO mallSetupVO,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response,
                                                       org.springframework.ui.ModelMap model)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

mallSetupUpdateAct

@RequestMapping(value="/cms/mall/setup/updateAct.sko")
public java.lang.String mallSetupUpdateAct(@ModelAttribute(value="MallSetupVO")
                                                          MallSetupVO mallSetupVO,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

mallSetupDeleteAct

@RequestMapping(value="/cms/mall/setup/deleteAct.sko")
public java.lang.String mallSetupDeleteAct(@ModelAttribute(value="MallSetupVO")
                                                          MallSetupVO mallSetupVO,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
Throws:
java.lang.Exception