org.seasar.tuigwaa.controller
クラス EntityAction
java.lang.Object
   org.apache.struts.action.Action
org.apache.struts.action.Action
       org.apache.struts.actions.DispatchAction
org.apache.struts.actions.DispatchAction
           org.apache.struts.actions.MappingDispatchAction
org.apache.struts.actions.MappingDispatchAction
               org.seasar.tuigwaa.util.ajax.AbstractRowSetAction
org.seasar.tuigwaa.util.ajax.AbstractRowSetAction
                   org.seasar.tuigwaa.controller.EntityAction
org.seasar.tuigwaa.controller.EntityAction
- public class EntityAction- extends AbstractRowSetAction
- 作成者:
- nishioka
 
| クラス org.apache.struts.actions.DispatchAction から継承したフィールド | 
| clazz, messages, methods, types | 
 
| クラス org.apache.struts.action.Action から継承したフィールド | 
| defaultLocale, servlet | 
 
 
| メソッドの概要 | 
|  org.apache.struts.action.ActionForward | doSave(org.apache.struts.action.ActionMapping mapping,
       org.apache.struts.action.ActionForm form,
       javax.servlet.http.HttpServletRequest request,
       javax.servlet.http.HttpServletResponse response)
 | 
|  org.apache.struts.action.ActionForward | drop(org.apache.struts.action.ActionMapping mapping,
     org.apache.struts.action.ActionForm form,
     javax.servlet.http.HttpServletRequest request,
     javax.servlet.http.HttpServletResponse response)
 | 
|  org.apache.struts.action.ActionForward | editOrder(org.apache.struts.action.ActionMapping mapping,
          org.apache.struts.action.ActionForm form,
          javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)
 | 
|  String | getBasePath()
 | 
|  String | getEditPath()
 | 
|  String | getFormName()
 | 
|  RowSetForm | getNewRowSet(org.apache.struts.action.ActionMapping mapping,
             org.apache.struts.action.ActionForm form,
             javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
|  RowSetForm | getRowSet(org.apache.struts.action.ActionMapping mapping,
          org.apache.struts.action.ActionForm form,
          javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)
 | 
|  org.apache.struts.action.ActionForward | list(org.apache.struts.action.ActionMapping mapping,
     org.apache.struts.action.ActionForm form,
     javax.servlet.http.HttpServletRequest request,
     javax.servlet.http.HttpServletResponse response)
 | 
|  org.apache.struts.action.ActionForward | viewEntity(org.apache.struts.action.ActionMapping mapping,
           org.apache.struts.action.ActionForm form,
           javax.servlet.http.HttpServletRequest request,
           javax.servlet.http.HttpServletResponse response)
 | 
 
 
| クラス org.apache.struts.actions.MappingDispatchAction から継承したメソッド | 
| execute, getMethodName, unspecified | 
 
| クラス org.apache.struts.actions.DispatchAction から継承したメソッド | 
| cancelled, dispatchMethod, getMethod, getParameter | 
 
| クラス org.apache.struts.action.Action から継承したメソッド | 
| addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet | 
 
| クラス java.lang.Object から継承したメソッド | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EntityAction
public EntityAction(ModelService entityService,
                    ControllerService controller,
                    ServiceHelper helper)
getFormName
public String getFormName()
- 
- 定義:
- クラス AbstractRowSetAction内のgetFormName
 
- 
 
getEditPath
public String getEditPath()
- 
- 定義:
- クラス AbstractRowSetAction内のgetEditPath
 
- 
 
getBasePath
public String getBasePath()
- 
- 定義:
- クラス AbstractRowSetAction内のgetBasePath
 
- 
 
viewEntity
public org.apache.struts.action.ActionForward viewEntity(org.apache.struts.action.ActionMapping mapping,
                                                         org.apache.struts.action.ActionForm form,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response)
                                                  throws Exception
- 
- 例外: 
- Exception
 
getNewRowSet
public RowSetForm getNewRowSet(org.apache.struts.action.ActionMapping mapping,
                               org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws Exception
- 
- 定義:
- クラス AbstractRowSetAction内のgetNewRowSet
 
- 
- 例外: 
- Exception
 
getRowSet
public RowSetForm getRowSet(org.apache.struts.action.ActionMapping mapping,
                            org.apache.struts.action.ActionForm form,
                            javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws Exception
- 
- 定義:
- クラス AbstractRowSetAction内のgetRowSet
 
- 
- 例外: 
- Exception
 
list
public org.apache.struts.action.ActionForward list(org.apache.struts.action.ActionMapping mapping,
                                                   org.apache.struts.action.ActionForm form,
                                                   javax.servlet.http.HttpServletRequest request,
                                                   javax.servlet.http.HttpServletResponse response)
                                            throws Exception
- 
- 例外: 
- Exception
 
drop
public org.apache.struts.action.ActionForward drop(org.apache.struts.action.ActionMapping mapping,
                                                   org.apache.struts.action.ActionForm form,
                                                   javax.servlet.http.HttpServletRequest request,
                                                   javax.servlet.http.HttpServletResponse response)
                                            throws Exception
- 
- 例外: 
- Exception
 
doSave
public org.apache.struts.action.ActionForward doSave(org.apache.struts.action.ActionMapping mapping,
                                                     org.apache.struts.action.ActionForm form,
                                                     javax.servlet.http.HttpServletRequest request,
                                                     javax.servlet.http.HttpServletResponse response)
                                              throws Exception
- 
- 定義:
- クラス AbstractRowSetAction内のdoSave
 
- 
- 例外: 
- Exception
 
editOrder
public org.apache.struts.action.ActionForward editOrder(org.apache.struts.action.ActionMapping mapping,
                                                        org.apache.struts.action.ActionForm form,
                                                        javax.servlet.http.HttpServletRequest request,
                                                        javax.servlet.http.HttpServletResponse response)
                                                 throws Exception
- 
- 例外: 
- Exception
 
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.