com.ibm.commerce.beans
Interface DataBean
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
-
CollateralInputDataBean,
CollateralListInputDataBean,
CollateralSmartDataBean,
CommandDataBean,
DynamicDataBean,
DynamicTreeUserDataBean,
FFMOrderItemsInputDataBean,
FFMOrderItemsInputListDataBean,
FFMOrderItemsSmartDataBean,
FFMOrderItemsSmartListDataBean,
InputDataBean,
MemberAttributeFloatValueInputDataBean,
OrderInputDataBean,
OrderQuotationRelInputDataBean,
OrderQuotationRelSmartDataBean,
PolicyAccountLockoutInputDataBean,
PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean,
PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean,
ProductInputDataBean,
ProductSmartDataBean,
SchedulerDataBean,
SearchDialogCriteriaBean,
SmartDataBean,
SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean,
SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean,
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean,
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean,
StaticDataBean,
ViewApplicableCouponInputDataBean,
ViewAppliedCouponInputDataBean,
ViewCouponDetailInputDataBean,
ViewWalletInputDataBean
- All Known Implementing Classes:
-
AccountDataBean,
ApplicationTypeDataBean,
BusinessLogicDataBean,
CampaignStatisticsListDataBean,
CatalogFilterTreeDataBean,
CategoryPricingTCDataBean,
CollateralDataBean,
CollateralListDataBean,
ContractDataBean,
ContractSearchCriteriaDataBean,
CustomPricingTCDataBean,
DynamicDataBeanImpl,
FFMOrderItemsDataBean,
FFMOrderItemsListDataBean,
InputDataBeanImpl,
InvoicingTCDataBean,
MemberAttributeFloatValueDataBean,
OrderApprovalTCDataBean,
OrderDataBean,
OrderQuotationRelDataBean,
PaymentTCDataBean,
PolicyAccountLockoutDataBean,
PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean,
ProductAdvisorStatisticsListDataBean,
ProductComparisonStatisticsListDataBean,
ProductDataBean,
ProductExplorerStatisticsListDataBean,
ProductSetTCDataBean,
ProductTreeDataBean,
ProductTreeDataBean,
PurchaseOrderTCDataBean,
RegistryItemsDataBean,
ReturnTCDataBean,
RLPromotionBean,
SalesAssistantStatisticsListDataBean,
SchedulerCommandsDataBean,
SchedulerItemsDataBean,
SchedulerStatusDataBean,
ShippingTCShippingChargeDataBean,
ShippingTCShippingModeDataBean,
ShippingTCShipToAddressDataBean,
SmartDataBeanImpl,
SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean,
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean,
StoreCreationWizardDataBean,
UrlRegistryItemsDataBean,
ViewApplicableCouponDataBean,
ViewAppliedCouponDataBean,
ViewCouponDetailDataBean,
ViewWalletDataBean
- public interface DataBean
- extends java.io.Serializable
DataBeans are JavaBeans that are placed into JSP pages and represent data
that is accessible by the page designer. DataBeans can have a associated
DataBean Commands that are invoked when the JSP instantiates the DataBean at
runtime. The DataBean command generally performs the operation of retrieving
the data for the DataBean from Objects.
Field Summary |
static java.lang.String |
COPYRIGHT
IBM Copyright notice field. |
static java.lang.String |
emptyString
An empty string ("") constant. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM Copyright notice field.
- See Also:
-
Constant Field Values
emptyString
public static final java.lang.String emptyString
- An empty string ("") constant.