java.lang.Object | +--com.ibm.commerce.tools.contract.beans.PaymentTCDataBean
Retrieve all the data associated with a Payment Term and Condition Set the account or contract and language identifiers in order to populate the bean.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.beans. SmartDataBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
PaymentTCDataBean(java.lang.Long newContractId,
java.lang.Integer newLangId) Construct an PaymentTCDataBean from an existing contract identifier Find the Payment terms and conditions in the contract |
Method Summary | |
---|---|
java.lang.String[] |
getAddrMemberDN() Get the address member distinguished names for the payment term and conditions |
java.lang.String[] |
getAddrMemberDNType() Get the address member distinguished name types for the payment term and conditions |
java.lang.String[] |
getAddrMemberID() Get the address member identifiers for the payment term and conditions |
java.lang.String[] |
getAddrNickName() Get the billing address nicknames for the payment term and conditions |
java.util.Hashtable[] |
getAttrs() Get the attributes for the payment term and conditions |
CommandContext |
getCommandContext() Returns the current command's context |
com.ibm.commerce.security.Protectable |
getDelegate() Return the access control delegate of this databean |
java.lang.String[] |
getDisplayName() Get the display names for the payment term and conditions |
java.lang.String[] |
getPolicyName() Get the policy names for the payment term and conditions |
java.lang.String[] |
getReferenceNumber() Get the reference numbers for the payment term and conditions |
TypedProperty |
getRequestProperties() Get the request properties |
java.lang.String[] |
getStoreIdentity() Get the store member identities for the payment term and conditions |
java.lang.String[] |
getStoreMemberDN() Get the store member distinguished names for the payment term and conditions |
java.lang.String[] |
getStoreMemberDNType() Get the store member distinguished name types for the payment term and conditions |
java.lang.String[] |
getStoreMemberId() Get the store member identifiers for the payment term and conditions |
void |
populate() Populates the databean with data elements. |
void |
setCommandContext(
CommandContext newICommandContext) Set the command context |
void |
setRequestProperties(
TypedProperty param) Set the requestProperties associated with the data bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
newContractId
- Long An existing contract identifiernewLangId
- Integer The language identifier for which language
to retrieve the dataMethod Detail |
---|
public java.lang.String[] getAddrMemberDN()
public java.lang.String[] getAddrMemberDNType()
public java.lang.String[] getAddrMemberID()
public java.lang.String[] getAddrNickName()
public java.util.Hashtable[] getAttrs()
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
java.lang.Exception
public java.lang.String[] getDisplayName()
public java.lang.String[] getPolicyName()
public java.lang.String[] getReferenceNumber()
public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
public java.lang.String[] getStoreIdentity()
public java.lang.String[] getStoreMemberDN()
public java.lang.String[] getStoreMemberDNType()
public java.lang.String[] getStoreMemberId()
public void populate() throws java.lang.Exception
SmartDataBean
populate
in interface
SmartDataBean
java.lang.Exception
- if there is a problem populating the
databean with data.public void setCommandContext(CommandContext newICommandContext)
setCommandContext
in interface
SmartDataBean
newICommandContext
-
com.ibm.commerce.command.CommandContextpublic void setRequestProperties(TypedProperty param)
InputDataBean
setRequestProperties
in interface
InputDataBean