public class UsableShipChargesAndAccountByShipModeDataBean extends SmartDataBeanImpl implements UsableShipChargesAndAccountByShipModeInputDataBean, UsableShipChargesAndAccountByShipModeSmartDataBean, Delegator, Protectable
emptyString
Constructor and Description |
---|
UsableShipChargesAndAccountByShipModeDataBean()
InstructsPerOrderItemBlockListDataBean default constructor.
|
Modifier and Type | Method and Description |
---|---|
Protectable |
getDelegate()
Returns the Protectable object whose access control policies will indirectly control the access control for this object
|
int |
getNumberOfShipModes()
This method returns the number of ship modes that exist across all order items for the order.
|
java.lang.Long |
getOwner()
Returns the member ID of the owner.
|
ShipChargesByShipMode[] |
getShipChargesByShipMode()
This method returns the shipping charges by ship mode.
|
boolean |
isShipChargesExist()
Tells the caller if shipping charges were found for this order.
|
void |
populate()
This method is used to populate the UsableShipChargesAndAccountByShipModeDataBean.
|
void |
setOrderId(java.lang.String ordersId)
This method sets the order ID of the order to collate shipping mode and shipping charge data for.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandContext, setCommandContext
getRequestProperties, setRequestProperties
fulfills
public UsableShipChargesAndAccountByShipModeDataBean()
public void populate()
populate()
method.populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
setOrderId(String)
public void setOrderId(java.lang.String ordersId)
setOrderId
in interface UsableShipChargesAndAccountByShipModeInputDataBean
ordersId
- The order ID of the order to collate shipping mode and shipping charge data forpublic int getNumberOfShipModes()
public ShipChargesByShipMode[] getShipChargesByShipMode()
public boolean isShipChargesExist()
public java.lang.Long getOwner() throws java.lang.Exception
Protectable
getOwner
in interface Protectable
java.lang.Exception
public Protectable getDelegate() throws java.lang.Exception
Delegator
getDelegate
in interface Delegator
java.lang.Exception