java.lang.Object | +--com.ibm.commerce.contract.beansrc.ReferralDataBeanBase | +--com.ibm.commerce.contract.beans.ReferralDataBean
Retrieve the ReferralInterfaceTC information for a store
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT copyright statement |
static java.lang.String |
POLICY_COMMAND_BATCH_AVAILABILITY batch availability request policy command |
static java.lang.String |
POLICY_COMMAND_ORDER_TRANSFER order transfer request policy command |
static java.lang.String |
POLICY_COMMAND_QUOTATION quotation request policy command |
static java.lang.String |
POLICY_COMMAND_SHOPCART_TRANSFER shopcart transfer request policy command |
static java.lang.String |
POLICY_PARAMETER_AUTHENTICATION is userid and password required |
static java.lang.String |
POLICY_PARAMETER_BACKORDERS are orders with items not in inventory allowed |
static java.lang.String |
POLICY_PARAMETER_ENABLED is this request supported |
static java.lang.String |
POLICY_PARAMETER_IDENTITY the unique identifier |
static java.lang.String |
POLICY_PARAMETER_TIMEOUT the maximum time to wait for the request to return |
static java.lang.String |
POLICY_PARAMETER_UOMSTANDARD the UOM standard supported |
Constructor Summary | |
---|---|
ReferralDataBean() |
Method Summary | |
---|---|
boolean |
getBackOrders() Returns whether orders with items which are not in inventory are allowed. |
boolean |
getBatchAvailabilityRequestAuthenticationRequired() Returns whether userid and password are required for batch availability requests. |
boolean |
getBatchAvailabilityRequestEnabled() Returns whether the batch availability request is available in this store. |
int |
getBatchAvailabilityRequestTimeout() Returns the maximum amount of time to wait for a response to a batch availability request. |
CommandContext |
getCommandContext() Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyContractId() Gets the contract ID. |
java.lang.String |
getDataBeanKeyStoreId() Gets the store ID. |
java.lang.String |
getIdentifier() Gets the store interface ID. |
boolean |
getOrderRequestAuthenticationRequired() Returns whether userid and password are required for order transfer requests. |
boolean |
getOrderRequestEnabled() Returns whether the order transfer request is available in this store. |
int |
getOrderRequestTimeout() Returns the maximum amount of time to wait for a response to a order transfer request. |
boolean |
getQuoteRequestAuthenticationRequired() Returns whether userid and password are required for quotation requests. |
boolean |
getQuoteRequestEnabled() Returns whether the quotation request is available in this store. |
int |
getQuoteRequestTimeout() Returns the maximum amount of time to wait for a response to a quotation request. |
TypedProperty |
getRequestProperties() Gets the request property set within this bean. |
int |
getRequestTimeout() Returns the maximum amount of time to wait for a response to a request. |
boolean |
getShopcartRequestAuthenticationRequired() Returns whether userid and password are required for shopcart transfer requests. |
boolean |
getShopcartRequestEnabled() Returns whether the shopcart transfer request is available in this store. |
int |
getShopcartRequestTimeout() Returns the maximum amount of time to wait for a response to a shopcart transfer request. |
java.lang.String |
getUomStandard() Returns the UOM standard. |
void |
populate() Retrieves data from the database. |
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context within this bean. |
void |
setDataBeanKeyContractId(java.lang.Long aContractId) Sets the contract in which to find the ReferralInterfaceTC information. |
void |
setDataBeanKeyStoreId(java.lang.Integer aStoreId) Set the store in which to find the ReferralInterfaceTC information. |
void |
setDataBeanKeyStoreId(java.lang.String aStoreId) Set the store in which to find the ReferralInterfaceTC information. |
void |
setRequestProperties(
TypedProperty aRequestProperty) Sets the request property within this bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String POLICY_COMMAND_QUOTATION
public static final java.lang.String POLICY_COMMAND_SHOPCART_TRANSFER
public static final java.lang.String POLICY_COMMAND_ORDER_TRANSFER
public static final java.lang.String POLICY_COMMAND_BATCH_AVAILABILITY
public static final java.lang.String POLICY_PARAMETER_AUTHENTICATION
public static final java.lang.String POLICY_PARAMETER_ENABLED
public static final java.lang.String POLICY_PARAMETER_TIMEOUT
public static final java.lang.String POLICY_PARAMETER_UOMSTANDARD
public static final java.lang.String POLICY_PARAMETER_IDENTITY
public static final java.lang.String POLICY_PARAMETER_BACKORDERS
Constructor Detail |
---|
public ReferralDataBean()
Method Detail |
---|
public boolean getBatchAvailabilityRequestAuthenticationRequired()
public boolean getBatchAvailabilityRequestEnabled()
public int getBatchAvailabilityRequestTimeout()
public boolean getBackOrders()
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyContractId()
public java.lang.String getDataBeanKeyStoreId()
public java.lang.String getIdentifier()
public boolean getOrderRequestAuthenticationRequired()
public boolean getOrderRequestEnabled()
public int getOrderRequestTimeout()
public boolean getQuoteRequestAuthenticationRequired()
public boolean getQuoteRequestEnabled()
public int getQuoteRequestTimeout()
public TypedProperty getRequestProperties()
public int getRequestTimeout()
public boolean getShopcartRequestAuthenticationRequired()
public boolean getShopcartRequestEnabled()
public int getShopcartRequestTimeout()
public java.lang.String getUomStandard()
public void populate() throws java.lang.Exception
java.lang.Exception
- The java.lang.Exception
exception.public void setCommandContext(CommandContext aCommandContext)
aCommandContext
- The command context set within this
bean.public void setDataBeanKeyContractId(java.lang.Long aContractId)
aContractId
- The contract ID.public void setDataBeanKeyStoreId(java.lang.Integer aStoreId)
aStoreId
- The store ID.public void setDataBeanKeyStoreId(java.lang.String aStoreId)
aStoreId
- The store ID.public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
javax.ejb.CreateException
- The javax.ejb.CreateException
exception.java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.