com.trackstudio.action
Class CustomEditAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.ForwardAction
com.trackstudio.action.CustomEditAction
- Direct Known Subclasses:
- TaskCustomizeAction, UserCustomizeAction, WorkflowCustomizeAction
public class CustomEditAction
- extends org.apache.struts.actions.ForwardAction
Fields inherited from class org.apache.struts.actions.ForwardAction |
messages |
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
static void |
fillEditForm(SessionContext sc,
java.lang.String filter,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
|
void |
fillForm(java.lang.String idUDF,
SessionContext sc,
java.util.List udfs,
java.lang.String filter,
javax.servlet.http.HttpServletRequest request)
|
static void |
fillListValuesForm(SessionContext sc,
java.lang.String filter,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
|
static void |
fillPermissionForm(SessionContext sc,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
|
static void |
fillViewForm(SessionContext sc,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
|
static java.lang.String |
getInitial(int type,
java.lang.String initStr,
SessionContext sc)
|
Methods inherited from class org.apache.struts.actions.ForwardAction |
execute |
Methods inherited from class 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_LIST_VALUE
public static final java.lang.String DEFAULT_LIST_VALUE
- See Also:
- Constant Field Values
CustomEditAction
public CustomEditAction()
getInitial
public static java.lang.String getInitial(int type,
java.lang.String initStr,
SessionContext sc)
throws GranException
- Throws:
GranException
fillEditForm
public static void fillEditForm(SessionContext sc,
java.lang.String filter,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
throws GranException
- Throws:
GranException
fillListValuesForm
public static void fillListValuesForm(SessionContext sc,
java.lang.String filter,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
throws GranException
- Throws:
GranException
fillViewForm
public static void fillViewForm(SessionContext sc,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
throws GranException
- Throws:
GranException
fillForm
public void fillForm(java.lang.String idUDF,
SessionContext sc,
java.util.List udfs,
java.lang.String filter,
javax.servlet.http.HttpServletRequest request)
throws GranException
- Throws:
GranException
fillPermissionForm
public static void fillPermissionForm(SessionContext sc,
CustomForm form,
javax.servlet.http.HttpServletRequest request)
throws GranException
- Throws:
GranException
Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.