| com.technoetic.xplanner.actions.AbstractAction com.technoetic.xplanner.actions.EditObjectAction com.technoetic.xplanner.actions.MoveContinueStoryAction
CONTINUE_ACTION | final public static String CONTINUE_ACTION(Code) | | |
Methods inherited from com.technoetic.xplanner.actions.EditObjectAction | protected DomainObject createObject(Class objectClass, HttpServletRequest request, AbstractEditorForm form, ObjectRepository objectRepository) throws Exception(Code)(Java Doc) protected ActionForward doExecute(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse reply) throws Exception(Code)(Java Doc) protected void populateForm(AbstractEditorForm form, ActionMapping actionMapping, HttpServletRequest request) throws Exception(Code)(Java Doc) protected void populateForm(AbstractEditorForm form, DomainObject object) throws Exception(Code)(Java Doc) protected void populateManyToOneIds(ActionForm form, DomainObject object) throws IllegalAccessException, NoSuchMethodException, InvocationTargetException(Code)(Java Doc) protected void populateManyToOneRelationships(DomainObject object, ActionForm form) throws Exception(Code)(Java Doc) protected void populateObject(HttpServletRequest request, Object object, ActionForm form) throws Exception(Code)(Java Doc) protected void saveForm(AbstractEditorForm form, ActionMapping actionMapping, HttpServletRequest request) throws Exception(Code)(Java Doc) protected void setCookies(AbstractEditorForm form, ActionMapping mapping, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected DomainObject updateObject(String oid, HttpServletRequest request, AbstractEditorForm form, ObjectRepository objectRepository) throws Exception(Code)(Java Doc)
|
Methods inherited from com.technoetic.xplanner.actions.AbstractAction | public void addError(HttpServletRequest request, String errorKey)(Code)(Java Doc) public void addError(HttpServletRequest request, String errorKey, Object arg)(Code)(Java Doc) protected void afterObjectCommit(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse reply) throws Exception(Code)(Java Doc) protected void beforeObjectCommit(Object object, Session session, ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse reply) throws Exception(Code)(Java Doc) abstract protected ActionForward doExecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward getGeneralErrorForward(ActionMapping mapping, HttpServletRequest request, String errorKey)(Code)(Java Doc) public ActionForward getGeneralErrorForward(ActionMapping mapping, HttpServletRequest request, String errorKey, Object arg)(Code)(Java Doc) public Iteration getIteration(int id) throws RepositoryException(Code)(Java Doc) public MetaRepository getMetaRepository()(Code)(Java Doc) protected Class getObjectType(ActionMapping actionMapping, HttpServletRequest request) throws ClassNotFoundException, ServletException(Code)(Java Doc) public ObjectRepository getRepository(Class objectClass)(Code)(Java Doc) protected Session getSession(HttpServletRequest request)(Code)(Java Doc) protected Object getTargetObject(HttpServletRequest request)(Code)(Java Doc) protected DomainContext setDomainContext(HttpServletRequest request, Object object, ActionMapping actionMapping) throws Exception(Code)(Java Doc) public void setMetaRepository(MetaRepository metaRepository)(Code)(Java Doc) protected void setTargetObject(HttpServletRequest request, Object target)(Code)(Java Doc) public void setTransactionTemplate(CheckedExceptionHandlingTransactionTemplate transactionTemplate)(Code)(Java Doc) public void setType(String type)(Code)(Java Doc)
|
|
|