public class SmartDataBeanImpl extends InputDataBeanImpl implements SmartDataBean
Modifier and Type | Field and Description |
---|---|
protected CommandContext | commandContext
Deprecated.
The command context is replaced by the view command context.
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
protected ViewCommandContext | viewCommandContext
This is the view command context.
|
Constructor and Description |
---|
SmartDataBeanImpl()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
boolean | fulfills(java.lang.Long member, java.lang.String relationship)
This method determines if a given member fulfills a given relationship with the resource.
|
CommandContext | getCommandContext()
This method gets the command context.
|
javax.servlet.http.HttpServletRequest | getHttpRequest()
This method gets the HttpServletRequest object.
|
javax.servlet.http.HttpServletResponse | getHttpResponse()
This method gets the HttpServletResponse object.
|
java.lang.Object[] | getResources()
This method gets the resources accessed by this data bean It will return null if no resource if being accessed by this data bean.
|
ViewCommandContext | getViewCommandContext()
This method gets the view command context.
|
void | populate()
This method populates the data bean with elements.
|
void | setCommandContext(CommandContext context)
This method sets the command context.
|
void | setHttpRequest(javax.servlet.http.HttpServletRequest req)
This method sets the HttpServletRequest object.
|
void | setHttpResponse(javax.servlet.http.HttpServletResponse res)
This method sets the HttpServletResponse object.
|
void | setViewCommandContext(ViewCommandContext context)
This method sets the view command context.
|
public static final java.lang.String COPYRIGHT
protected CommandContext commandContext
protected ViewCommandContext viewCommandContext
public SmartDataBeanImpl()
public CommandContext getCommandContext()
public ViewCommandContext getViewCommandContext()
public java.lang.Object[] getResources() throws ECException
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext context)
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws java.lang.Exception, java.rmi.RemoteException
public void setViewCommandContext(ViewCommandContext context)
public void setHttpRequest(javax.servlet.http.HttpServletRequest req)
public void setHttpResponse(javax.servlet.http.HttpServletResponse res)
public javax.servlet.http.HttpServletRequest getHttpRequest()
public javax.servlet.http.HttpServletResponse getHttpResponse()