|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.beans.DynamicKitDataBean
This data bean represents a Dynamic Kit
Field Summary | |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
Constructor Summary | |
DynamicKitDataBean()
Creates an empty DynamicKitDataBean. |
|
DynamicKitDataBean(CatalogEntryAccessBean abCatentry)
Creates a DynamicKitDataBean from a CatalogEntryAccessBean |
|
DynamicKitDataBean(CatalogEntryAccessBean abCatEntry,
CommandContext aCommandContext)
Creates a DynamicKitDataBean from a CatalogEntryAccessBean and a CommandContext |
Method Summary | |
com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] |
getBundleAccessories()
Returns a list of beans that represent bundles that are accessories to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] |
getBundleCrossSells()
Returns a list of beans that represent bundles that are cross-sells to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] |
getBundleUpSells()
Returns a list of beans that represent bundles that are up-sells to this DynamicKit |
CommandContext |
getCommandContext()
Returns the current command's context passed in at runtime |
CatalogEntryDescriptionAccessBean |
getDescription()
Returns a bean representing descriptive information about this DynamicKit |
java.lang.String |
getDynamicKitID()
Returns the DynamicKit Id that represents the primary key for this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedItemDataBean[] |
getItemAccessories()
Returns a list of beans that represent items that are accessories to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedItemDataBean[] |
getItemCrossSells()
Returns a list of beans that represent items that are cross-sells to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedItemDataBean[] |
getItemUpSells()
Returns a list of beans that represent items that are up-sells to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] |
getPackageAccessories()
Returns a list of beans that represent packages that are accessories to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] |
getPackageCrossSells()
Returns a list of beans that represent packages that are cross-sells to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] |
getPackageUpSells()
Returns a list of beans that represent packages that are up-sells to this DynamicKit |
java.lang.String |
getPartNumber()
Returns the part (SKU) number of the DynamicKit |
com.ibm.commerce.catalog.beans.RelatedProductDataBean[] |
getProductAccessories()
Returns a list of beans that represent products that are accessories to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedProductDataBean[] |
getProductCrossSells()
Returns a list of beans that represent products that are cross-sells to this DynamicKit |
com.ibm.commerce.catalog.beans.RelatedProductDataBean[] |
getProductUpSells()
Returns a list of beans that represent products that are up-sells to this DynamicKit |
TypedProperty |
getRequestProperties()
Returns the request properties |
void |
populate()
Fetches and populates information needed by the bean. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context passed in at runtime |
void |
setDynamicKitID(java.lang.String astrDynamicKitId)
Sets the item Id that represents the primary key for this DynamicKit |
void |
setPartNumber(java.lang.String astrDynamicKitPartNumber)
Sets the DynamicKit part (SKU) number |
void |
setRequestProperties(TypedProperty aParam)
Sets the request properties and populates the parameters that are needed by the bean |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public DynamicKitDataBean()
public DynamicKitDataBean(CatalogEntryAccessBean abCatentry) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
abCatentry
- com.ibm.commerce.catalog.objects.CatalogEntryAccessBeanpublic DynamicKitDataBean(CatalogEntryAccessBean abCatEntry, CommandContext aCommandContext) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
abCatEntry
- com.ibm.commerce.catalog.objects.CatalogEntryAccessBeanaCommandContext
- com.ibm.commerce.command.CommandContextMethod Detail |
public com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] getBundleAccessories() throws ECException
public com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] getBundleCrossSells() throws ECException
public com.ibm.commerce.catalog.beans.RelatedBundleDataBean[] getBundleUpSells() throws ECException
public CommandContext getCommandContext()
public CatalogEntryDescriptionAccessBean getDescription() throws javax.ejb.CreateException, javax.naming.NamingException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.String getDynamicKitID()
public com.ibm.commerce.catalog.beans.RelatedItemDataBean[] getItemAccessories() throws ECException
public com.ibm.commerce.catalog.beans.RelatedItemDataBean[] getItemCrossSells() throws ECException
public com.ibm.commerce.catalog.beans.RelatedItemDataBean[] getItemUpSells() throws ECException
public com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] getPackageAccessories() throws ECException
public com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] getPackageCrossSells() throws ECException
public com.ibm.commerce.catalog.beans.RelatedPackageDataBean[] getPackageUpSells() throws ECException
public java.lang.String getPartNumber()
public com.ibm.commerce.catalog.beans.RelatedProductDataBean[] getProductAccessories() throws ECException
public com.ibm.commerce.catalog.beans.RelatedProductDataBean[] getProductCrossSells() throws ECException
public com.ibm.commerce.catalog.beans.RelatedProductDataBean[] getProductUpSells() throws ECException
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDynamicKitID(java.lang.String astrDynamicKitId)
astrItemId
- java.lang.Stringpublic void setPartNumber(java.lang.String astrDynamicKitPartNumber)
astrItemPartNumber
- java.lang.Stringpublic void setRequestProperties(TypedProperty aParam)
aParam
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |