public class AccountDataBean extends AccountDataBeanBase implements com.ibm.commerce.payment.beans.AccountInputDataBean, com.ibm.commerce.payment.beans.AccountSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
AccountDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAccountId()
Returns AccountId
|
AttachmentDataBean |
getDisplayCustomizationTCAttachment()
Returns the Attachment of this Account's DisplayCustomizationTC.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyAccountId(java.lang.String aAccountId)
Sets AccountId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindActiveAccountsByBuyerOrgAndStore, findByNameAndMemberId, findByStoreIdSortByColumn, findMarkForDeleteAccountsByStoreId, fulfills, getAccountId, getAccountIdInEntityType, getAccountLevelParticipants, getComments, getCurrency, getDefaultContract, getDefaultContractInEntityType, getDescription, getEntity, getMarkForDelete, getMarkForDeleteInEntityType, getMemberId, getMemberIdInEntityType, getMustUsePriceListPreference, getMustUsePriceListPreferenceInEntityType, getName, getOwner, getPriceListPreference, getState, getStateInEntityType, getStoreId, getStoreIdInEntityType, getTimeActivated, getTimeActivatedInEntityType, getTimeApproved, getTimeApprovedInEntityType, getTimeCreated, getTimeCreatedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, instantiateEntity, setAccountId, setAccountId, setComments, setCurrency, setDefaultContract, setDefaultContract, setInitKey_accountId, setInitKey_accountId, setMarkForDelete, setMarkForDelete, setMemberId, setMemberId, setMustUsePriceListPreference, setMustUsePriceListPreference, setName, setPriceListPreference, setState, setState, setStoreId, setStoreId, setTimeActivated, setTimeActivated, setTimeApproved, setTimeApproved, setTimeCreated, setTimeCreated, setTimeUpdated, setTimeUpdatedpublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyAccountId()
getDataBeanKeyAccountId in interface com.ibm.commerce.payment.beans.AccountSmartDataBeanpublic AttachmentDataBean getDisplayCustomizationTCAttachment() throws ECException
ECExceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyAccountId(java.lang.String aAccountId)
setDataBeanKeyAccountId in interface com.ibm.commerce.payment.beans.AccountInputDataBeanaAccountId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedProperty