java.lang.Objectcom.ibm.commerce.catalog.objects.PackageAccessBean
com.ibm.commerce.catalog.beans.PackageDataBean
This data bean represents a Package.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
Constructor Summary | |
PackageDataBean() Constructs an empty PackageDataBean. |
|
PackageDataBean(CatalogEntryAccessBean abCatentry) Constructs a PackageDataBean from a CatalogEntryAccessBean. |
|
PackageDataBean(CatalogEntryAccessBean abCatEntry, CommandContext aCommandContext) Constructs a PackageDataBean from a CatalogEntryAccessBean and a command context. |
Method Summary | |
java.lang.Long[] | getApplicableContractIds() Gets a list of applicable contracts for calculating the prices. |
PriceDataBean[] | getApplicableContractPrices() Gets a list of price of the applicable contracts for calculating the prices. |
AttributeAccessBean[] | getAttributes() Gets a list of beans that represent attributes of the product. |
RelatedBundleDataBean[] | getBundleAccessories() Gets a list of beans that represent bundles that are accessories to this package. |
RelatedBundleDataBean[] | getBundleCrossSells() Gets a list of beans that represent bundles that are cross-sells to this package. |
RelatedBundleDataBean[] | getBundleUpSells() Gets a list of beans that represent bundles that are up-sells to this package. |
PriceDataBean | getCalculatedContractPrice() Gets a PriceDataBean that represents the the calculated contract price for the package. |
PriceDataBean | getCalculatedPrice() Gets a PriceDataBean that represents the the calculated price for the package. |
CommandContext | getCommandContext() Gets the current command's context passed in at run time. |
CatalogEntryDescriptionAccessBean | getDescription() Gets a bean representing descriptive information about this package. |
AttributeAccessBean[] | getDescriptiveAttributes() Gets a list of beans that represent descriptive attributes of the product. |
CategorizedMonetaryAmountsDataBean | getDisplayTaxes() Invokes the getTaxes method in PriceDataBean to calculate the taxes for those tax categories that are displayable at product display time. |
RelatedDynamicKitDataBean[] | getDynamicKitAccessories() Gets a list of beans that represent dynamic kits that are accessories. |
RelatedDynamicKitDataBean[] | getDynamicKitCrossSells() Gets a list of beans that represent dynamic kits that are cross-sells. |
RelatedDynamicKitDataBean[] | getDynamicKitUpSells() Gets a list of beans that represent dynamic kits that are up-sells. |
RelatedItemDataBean[] | getItemAccessories() Gets a list of beans that represent items that are accessories to this package. |
RelatedItemDataBean[] | getItemCrossSells() Gets a list of beans that represent items that are cross-sells to this package. |
RelatedItemDataBean[] | getItemUpSells() Gets a list of beans that represent items that are up-sells to this package. |
PriceDataBean | getListPrice() Gets a bean that represents the list price for the package. |
java.lang.String | getObjectPath() Gets the path to objects such as images in the context of the current store. |
RelatedPackageDataBean[] | getPackageAccessories() Gets a list of beans that represent packages that are accessories to this package. |
RelatedPackageDataBean[] | getPackageCrossSells() Gets a list of beans that represent packages that are cross-sells to this package. |
CompositeItemDataBean[] | getPackagedItems() Gets a list of beans that represent items that are components of this package. |
CompositeProductDataBean[] | getPackagedProducts() Gets a list of beans that represent products that are components of this package. |
java.lang.String | getPackageID() Gets the package ID that represents the primary key for this package. |
protected java.lang.String | getPackagePartNumber() Gets the part (SKU) number of the package. |
RelatedPackageDataBean[] | getPackageReplacements() Gets a list of beans that represent packages that are replacementss to this package. |
RelatedPackageDataBean[] | getPackageUpSells() Gets a list of beans that represent packages that are up-sells to this package. |
RelatedProductDataBean[] | getProductAccessories() Gets a list of beans that represent products that are accessories to this package. |
RelatedProductDataBean[] | getProductCrossSells() Gets a list of beans that represent products that are cross-sells to this package. |
RelatedProductDataBean[] | getProductUpSells() Gets a list of beans that represent products that are up-sells to this package. |
TypedProperty | getRequestProperties() Gets the request property. |
boolean | isAdminMode() Gets if the bean is running in administrative mode. |
void | populate() Fetches and populates information needed by the bean. |
void | setAdminMode(boolean aboolAdminMode) Sets the administrative mode flag of the bean. |
void | setCommandContext(CommandContext aCommandContext) Sets the command context. |
void | setDescription(CatalogEntryDescriptionAccessBean aabDescription) Sets the descriptive information about this package. |
void | setPackageID(java.lang.String astrPackageId) Sets the package ID that represents the primary key for this package. |
void | setPackagePartNumber(java.lang.String astrPackagePartNumber) Sets the package part (SKU) number. |
void | setRequestProperties(TypedProperty aParam) Sets the request property and populates the parameters that are needed by the 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
Constructor Detail |
public PackageDataBean()
public PackageDataBean(CatalogEntryAccessBean abCatentry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
public PackageDataBean(CatalogEntryAccessBean abCatEntry, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
Method Detail |
public AttributeAccessBean[] getAttributes() throws javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
public AttributeAccessBean[] getDescriptiveAttributes() throws javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
public java.lang.Long[] getApplicableContractIds() throws ECException
public PriceDataBean[] getApplicableContractPrices() throws ECException
public RelatedBundleDataBean[] getBundleAccessories() throws ECException
public RelatedBundleDataBean[] getBundleCrossSells() throws ECException
public RelatedBundleDataBean[] getBundleUpSells() throws ECException
public PriceDataBean getCalculatedContractPrice() throws ECException
public PriceDataBean getCalculatedPrice() throws ECException
public CommandContext getCommandContext()
public CatalogEntryDescriptionAccessBean getDescription() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public CategorizedMonetaryAmountsDataBean getDisplayTaxes() throws ECException
public RelatedDynamicKitDataBean[] getDynamicKitAccessories() throws ECException
public RelatedDynamicKitDataBean[] getDynamicKitCrossSells() throws ECException
public RelatedDynamicKitDataBean[] getDynamicKitUpSells() throws ECException
public RelatedItemDataBean[] getItemAccessories() throws ECException
public RelatedItemDataBean[] getItemCrossSells() throws ECException
public RelatedItemDataBean[] getItemUpSells() throws ECException
public PriceDataBean getListPrice() throws ECException, javax.ejb.FinderException, javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException
public java.lang.String getObjectPath() throws ECException
public RelatedPackageDataBean[] getPackageAccessories() throws ECException
public RelatedPackageDataBean[] getPackageCrossSells() throws ECException
public CompositeItemDataBean[] getPackagedItems() throws ECException
public CompositeProductDataBean[] getPackagedProducts() throws ECException
public java.lang.String getPackageID()
protected java.lang.String getPackagePartNumber()
public RelatedPackageDataBean[] getPackageUpSells() throws ECException
public RelatedProductDataBean[] getProductAccessories() throws ECException
public RelatedProductDataBean[] getProductCrossSells() throws ECException
public RelatedProductDataBean[] getProductUpSells() throws ECException
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public RelatedPackageDataBean[] getPackageReplacements() throws ECException
public void setCommandContext(CommandContext aCommandContext)
public void setDescription(CatalogEntryDescriptionAccessBean aabDescription)
public void setPackageID(java.lang.String astrPackageId)
public void setPackagePartNumber(java.lang.String astrPackagePartNumber)
public void setRequestProperties(TypedProperty aParam)
public boolean isAdminMode()
public void setAdminMode(boolean aboolAdminMode)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.