public class TicklerActionDataBean extends TicklerActionDataBeanBase implements TicklerActionInputDataBean, TicklerActionSmartDataBean, SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TicklerActionDataBean()
Constructs a
TicklerActionDataBean, initializing its fields to null. |
TicklerActionDataBean(TicklerActionAccessBean anAccessBean)
Constructs a
TicklerActionDataBean from a given TicklerActionAccessBean. |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method gets the active command context.
|
TypedProperty |
getRequestProperties()
This method returns the request parameters as a
TypedProperty. |
java.lang.Integer |
getTicklerActionId()
This method gets the tickler action ID.
|
void |
populate()
Fetches the field values from the access bean.
|
void |
setCommandContext(CommandContext newCommandContext)
This method sets the active command context.
|
void |
setRequestProperties(TypedProperty newRequestProperties)
This method copies the input parameters supplied as a
TypedProperty. |
void |
setTicklerActionId(java.lang.Integer newTicklerActionId)
This method sets the
ticklerActionId field and uses it to
set the referenceNumber key field of the access bean. |
getDelegatefindByCode, findByStoreId, findByStoreIdAndCode, getClosingAction, getCode, getEntity, getField1, getMarkForDelete, getStoreId, instantiateEntity, setClosingAction, setCode, setField1, setInitKey_ticklerActionId, setMarkForDelete, setStoreIdpublic static final java.lang.String COPYRIGHT
public TicklerActionDataBean()
TicklerActionDataBean, initializing its fields to null.public TicklerActionDataBean(TicklerActionAccessBean anAccessBean)
TicklerActionDataBean from a given TicklerActionAccessBean.
A TicklerActionAccessBean holds the actions that the user can perform on to-do items.anAccessBean - the TicklerActionAccessBeanECExceptionpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - thrown on any access bean errorpublic TypedProperty getRequestProperties()
TypedProperty.
TypedProperties is a wrapper to a java.util.Map.getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty newRequestProperties)
TypedProperty.
TypedProperties is a wrapper to a java.util.Map.setRequestProperties in interface InputDataBeannewRequestProperties - request parameterspublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext newCommandContext)
setCommandContext in interface SmartDataBeannewCommandContext - active command contextpublic java.lang.Integer getTicklerActionId()
ticklerActionId is the ID of the tickler action.
A tickler action classifies work that is performed in an effort to resolve a tickler.getTicklerActionId in interface TicklerActionSmartDataBeangetTicklerActionId in class TicklerActionAccessBeanpublic void setTicklerActionId(java.lang.Integer newTicklerActionId)
ticklerActionId field and uses it to
set the referenceNumber key field of the access bean.
The ticklerActionIdis the ID of the tickler action.
A tickler action classifies work that is performed in an effort to resolve a tickler.setTicklerActionId in interface TicklerActionInputDataBeannewTicklerActionId - the relevant referenceNumber