| com.technoetic.xplanner.actions.AbstractAction
All known Subclasses: com.technoetic.xplanner.actions.ViewTimesheetAction, com.technoetic.xplanner.actions.EditObjectAction, com.technoetic.xplanner.actions.UpdateTimeAction, com.technoetic.xplanner.actions.IdSearchAction, com.technoetic.xplanner.actions.AbstractIterationAction, com.technoetic.xplanner.actions.ContentSearchAction, com.technoetic.xplanner.actions.ViewAggregateTimesheetAction, com.technoetic.xplanner.actions.FileManagerAction, com.technoetic.xplanner.actions.DeleteObjectAction, com.technoetic.xplanner.actions.ExportAction, com.technoetic.xplanner.actions.ImportPeopleAction, com.technoetic.xplanner.actions.ViewObjectAction, com.technoetic.xplanner.actions.UpdateTimeNotificationReceivers, com.technoetic.xplanner.actions.ReorderStoriesAction, com.technoetic.xplanner.actions.DownloadAttachmentAction, com.technoetic.xplanner.actions.IntegrationAction,
AbstractAction | abstract public class AbstractAction extends Action (Code) | | |
Method Summary | |
public void | addError(HttpServletRequest request, String errorKey) | public void | addError(HttpServletRequest request, String errorKey, Object arg) | protected void | afterObjectCommit(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse reply) | protected void | beforeObjectCommit(Object object, Session session, ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse reply) | abstract protected ActionForward | doExecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | getGeneralErrorForward(ActionMapping mapping, HttpServletRequest request, String errorKey) | public ActionForward | getGeneralErrorForward(ActionMapping mapping, HttpServletRequest request, String errorKey, Object arg) | public Iteration | getIteration(int id) | public MetaRepository | getMetaRepository() | protected Class | getObjectType(ActionMapping actionMapping, HttpServletRequest request) | public ObjectRepository | getRepository(Class objectClass) | protected Session | getSession(HttpServletRequest request) | protected Object | getTargetObject(HttpServletRequest request) | protected DomainContext | setDomainContext(HttpServletRequest request, Object object, ActionMapping actionMapping) | public void | setMetaRepository(MetaRepository metaRepository) | protected void | setTargetObject(HttpServletRequest request, Object target) | public void | setTransactionTemplate(CheckedExceptionHandlingTransactionTemplate transactionTemplate) | public void | setType(String type) |
|
|