java.lang.Object | +--com.ibm.commerce.tools.contract.beans.ShippingTCShippingChargeDataBean
Retrieve all the data associated with a Shipping Charge Type Term and Condition Set the 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 | |
---|---|
ShippingTCShippingChargeDataBean(java.lang.Long contractId,
java.lang.Integer languageId) Construct an ShippingTCShippingChargeDataBean from an existing contract identifier Find the Shipping Charge Type terms and conditions in the contract |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Returns the current command's context |
java.lang.Long |
getContractId() Get the contract identifier for the contract this term and condition is in |
com.ibm.commerce.security.Protectable |
getDelegate() Return the access control delegate of this databean |
java.lang.String |
getLanguageId() Get the language identifer in which the data was loaded |
TypedProperty |
getRequestProperties() Get the request properties |
java.util.Vector |
getShippingCharge() Get the shipping charge type term and conditions in the contract |
java.util.Vector |
getShippingCharge(int i) Get a shipping charge type term and condition in the contract |
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 ShippingTCShippingChargeDataBean(java.lang.Long contractId, java.lang.Integer languageId)
contractId
- Long An existing contract identifierlanguageId
- Integer The language identifier for which
language to retrieve the dataMethod Detail |
---|
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public java.lang.Long getContractId()
public com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
java.lang.Exception
public java.lang.String getLanguageId()
public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
public java.util.Vector getShippingCharge()
public java.util.Vector getShippingCharge(int i)
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