BusinessSmartComponent Interface

com.beasys.commerce.foundation
BusinessSmartComponent Interface

public interface BusinessSmartComponent

    extends Serializable

This is the base interface for all Business Smart Component (BSC) classes. It provides framework-specific functionality to objects provided by The Theory Center, Inc. This interface has no methods or fields and serves only to identify the semantics of being a Business Smart Component. All SmartHomes create BusinessSmartComponent objects. These are returned as one of the foundation interface types (Session, Entity, ConfigurableEntity, Belonging, or Policy). Business Smart Component extends java.io.serializable so that all BSCs must also be serializable.


All Known Implementing Classes
BelongingImpl, DescribedMoneyImpl, DescribedPriceImpl, ImageInfoImpl, InventoryInfoImpl, JspInfoImpl, MoneyImpl, PriceImpl, OrderLineImpl, QualityImpl, QuantityImpl, ResultImpl, ShoppingCartImpl, ShoppingCartLineImpl, StateImpl, TaxInformationImpl, TaxLineImpl, TaxLineListImpl, TaxLineResultImpl, TaxParametersImpl, TaxResultImpl, TransactionEntryImpl, TransitionImpl, UnitImpl, UnitPriceImpl, TransitionPolicyImpl, PaymentWorkflow, StateMachine
All Superinterfaces
Serializable
All Known Subinterfaces

Belonging, BusinessPolicy, CatalogManager, CatalogQueryManager, CatalogService, CatalogWS, CategoryManager, CustomDataManager, Decryptor, DescribedMoney, DescribedPrice, Encryptor, Entity, EpmCustomDataManager, ImageInfo, InventoryInfo, JdbcCatalogQueryManager, JdbcCatalogService, JdbcCategoryManager, JdbcProductItemManager, JspInfo, Money, Order, OrderLine, PaymentTransaction, Price, ProductItemManager, Quality, Quantity, Result, Session, ShippingHelper, ShippingMethod, ShoppingCart, ShoppingCartLine, State, TaxInformation, TaxLine, TaxLineList, TaxLineResult, TaxParameters, TaxResult, TransactionEntry, Transition, TransitionPolicy, Unit, UnitPrice, Workflow