public class DataBeanManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
DataBeanManager()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
static void | activate(DataBean targetBean)
This method activates the data bean.
|
static void | activate(DataBean targetBean, boolean abBypassAccessControl)
This method activates the data bean.
|
static void | activate(DataBean targetBean, CommandContext context)
This method activates the data bean.
|
static void | activate(DataBean targetBean, CommandContext context, boolean abBypassAccessControl)
This method activates the data bean.
|
static void | activate(DataBean targetBean, CommandContext context, javax.servlet.http.HttpServletResponse response)
This method activates the data bean.
|
static void | activate(DataBean targetBean, CommandContext context, javax.servlet.http.HttpServletResponse response, boolean abBypassAccessControl)
This method activates the data bean.
|
static void | activate(DataBean targetBean, javax.servlet.http.HttpServletRequest request)
Deprecated.
This has been replaced by the activate(DataBean, HttpServletRequest, HttpServletResponse)
|
static void | activate(DataBean targetBean, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
This method populates the data bean.
|
static void | activate(DataBean targetBean, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean abBypassAccessControl)
This method populates the data bean.
|
protected static void | populateDataBean(CommandDataBean targetBean, CommandContext aContext)
Deprecated.
This is an internal method. All callers should use the activate method instead.
|
static java.lang.Boolean | setAccessControlChecking(java.lang.Boolean abEnabled)
Temporarily enables or disables access control checking in this thread only.
|
static void | silentActivate(DataBean targetBean, javax.servlet.http.HttpServletRequest request)
Deprecated.
This has been replaced by the silentActivate(DataBean, HttpServletRequest, HttpServletResponse) method.
|
static void | silentActivate(DataBean targetBean, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
This method activates or populates a data bean.
|
public static final java.lang.String COPYRIGHT
public DataBeanManager()
public static final java.lang.Boolean setAccessControlChecking(java.lang.Boolean abEnabled)
public static void activate(DataBean targetBean) throws ECException
public static void activate(DataBean targetBean, boolean abBypassAccessControl) throws ECException
public static void activate(DataBean targetBean, CommandContext context) throws ECException
public static void activate(DataBean targetBean, CommandContext context, boolean abBypassAccessControl) throws ECException
public static void activate(DataBean targetBean, CommandContext context, javax.servlet.http.HttpServletResponse response) throws ECException
public static void activate(DataBean targetBean, CommandContext context, javax.servlet.http.HttpServletResponse response, boolean abBypassAccessControl) throws ECException
public static void activate(DataBean targetBean, javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException
public static void activate(DataBean targetBean, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
public static void activate(DataBean targetBean, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean abBypassAccessControl) throws javax.servlet.ServletException
protected static void populateDataBean(CommandDataBean targetBean, CommandContext aContext) throws ECException
public static void silentActivate(DataBean targetBean, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public static void silentActivate(DataBean targetBean, javax.servlet.http.HttpServletRequest request)