com.ibm.commerce.beans
Interface InputDataBean

All Superinterfaces:
DataBean, java.io.Serializable
All Known Subinterfaces:
AuctionInputDataBean, AuctionSmartDataBean, BuyerSupplierMappingInputDataBean, BuyerSupplierMappingSmartDataBean, BuyerSupplierSecurityInputDataBean, BuyerSupplierSecuritySmartDataBean, CollateralInputDataBean, CollateralSmartDataBean, CommandDataBean, DiscountInputDataBean, DiscountSmartDataBean, DynamicDataBean, DynamicTreeUserDataBean, FormattedMonetaryAmountInputDataBean, FormattedMonetaryAmountSmartDataBean, FormattedQuantityAmountInputDataBean, FormattedQuantityAmountSmartDataBean, OrderInputDataBean, PriceInputDataBean, PriceSmartDataBean, ProcurementBuyerProfileInputDataBean, ProcurementBuyerProfileSmartDataBean, ProcurementMessageViewInputDataBean, ProcurementMessageViewSmartDataBean, ProcurementProtocolInputDataBean, ProcurementProtocolSmartDataBean, ProcurementSystemInputDataBean, ProcurementSystemSmartDataBean, SmartDataBean, ViewApplicableCouponInputDataBean, ViewAppliedCouponInputDataBean, ViewCouponDetailInputDataBean, ViewWalletInputDataBean
All Known Implementing Classes:
InputDataBeanImpl

public interface InputDataBean
extends DataBean

InputDataBeans is a data bean that needs to be initialized by properties passed in by the caller of the JSP.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Method Summary
 TypedProperty getRequestProperties()
          Get Request Properties.
 void setRequestProperties(TypedProperty param)
          setRequestProperties method is used to set the requestProperties associated with the data bean.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Get Request Properties.

setRequestProperties

public void setRequestProperties(TypedProperty param)
                          throws java.lang.Exception
setRequestProperties method is used to set the requestProperties associated with the data bean. If the requestProperties is null when the activate method on the DataBeanManager is invoked, the DataBeanManager sets the request properties based on the request properties set in the request.
Parameters:
TypedProperty - requestProperties - the set of properties passed to the JSP page that invokes this data bean,