com.ibm.commerce.catalog.beans
Class RelatedBundleDataBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean
              |
              +--com.ibm.commerce.catalog.beans.RelatedBundleDataBean
All Implemented Interfaces:
RelatedCatalogEntryAccessBeanData

public class RelatedBundleDataBean
extends RelatedCatalogEntryAccessBean

This bean represents a related Bundle.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
 
Constructor Summary
RelatedBundleDataBean()
          Creates an empty RelatedBundleDataBean.
RelatedBundleDataBean( RelatedCatalogEntryAccessBean abRelCatEntry)
          Creates a RelatedBundleDataBean from a related catalog entry access bean.
RelatedBundleDataBean( RelatedCatalogEntryAccessBean abRelCatEntry, CommandContext aCommandContext)
          Creates a RelatedBundleDataBean from a related catalog entry access bean and a command context.
 
Method Summary
  BundleDataBean getBundle()
          Returns a bean that represents the related Bundle.
 void setBundle( BundleDataBean abnBundle)
          Sets the related Bundle.
protected  void setCommandContext( CommandContext aCommandContext)
          Sets the command context passed in at run time
 
Methods inherited from class com.ibm.commerce.catalog.objects. RelatedCatalogEntryAccessBean
commitCopyHelper, defaultJNDIName, findByCatalogEntryAccessories, findByCatalogEntryAccessoriesAndStore, findByCatalogEntryAccessory, findByCatalogEntryAccessoryAndStore, findByCatalogEntryAccessoryWithSemantic, findByCatalogEntryAccessoryWithSemanticAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndStore, findByCatalogEntryCrossSell, findByCatalogEntryCrossSellAndStore, findByCatalogEntryCrossSells, findByCatalogEntryCrossSellsAndStore, findByCatalogEntryCrossSellWithSemantic, findByCatalogEntryCrossSellWithSemanticAndStore, findByCatalogEntryUpSell, findByCatalogEntryUpSellAndStore, findByCatalogEntryUpSells, findByCatalogEntryUpSellsAndStore, findByCatalogEntryUpSellWithSemantic, findByCatalogEntryUpSellWithSemanticAndStore, findByCatalogEntryWithSemanticAndMAssocTypeAndStore, findWithPushDownQuery, getAssociationReferenceNumber, getAssociationType, getDate1, getField1, getField2, getField2InEJBType, getField3, getField3InEJBType, getFromCatalogEntryReferenceNumber, getFromCatalogEntryReferenceNumberInEJBType, getGroupName, getOid, getQuantity, getQuantityInEJBType, getRank, getRankInEJBType, getRelatedCatalogEntry, getRule, getSemanticSpecifier, getStoreId, getToCatalogEntryReferenceNumber, getToCatalogEntryReferenceNumberInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setAssociationType, setDate1, setField1, setField2, setField2, setField3, setField3, setFromCatalogEntryReferenceNumber, setFromCatalogEntryReferenceNumber, setGroupName, setInitKey_associationReferenceNumber, setOid, setQuantity, setQuantity, setRank, setRank, setRule, setSemanticSpecifier, setStoreId, setToCatalogEntryReferenceNumber, setToCatalogEntryReferenceNumber
 
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
The internal copyright field.
See Also:
Constant Field Values
Constructor Detail

RelatedBundleDataBean

public RelatedBundleDataBean()
Creates an empty RelatedBundleDataBean.

RelatedBundleDataBean

public RelatedBundleDataBean(RelatedCatalogEntryAccessBean abRelCatEntry)
                      throws java.rmi.RemoteException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException,
                             javax.ejb.CreateException
Creates a RelatedBundleDataBean from a related catalog entry access bean.
Parameters:
abRelCatEntry - the related catalog entry access bean.
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

RelatedBundleDataBean

public RelatedBundleDataBean(RelatedCatalogEntryAccessBean abRelCatEntry,
CommandContext aCommandContext)
                      throws java.rmi.RemoteException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException,
                             javax.ejb.CreateException
Creates a RelatedBundleDataBean from a related catalog entry access bean and a command context.
Parameters:
abRelCatEntry - the related catalog entry access bean.
aCommandContext - the command context.
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
Method Detail

getBundle

public BundleDataBean getBundle()
                         throws javax.ejb.FinderException,
                                javax.naming.NamingException,
                                javax.ejb.CreateException,
                                java.rmi.RemoteException
Returns a bean that represents the related Bundle.
Returns:
the related Bundle.
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBundle

public void setBundle(BundleDataBean abnBundle)
Sets the related Bundle.
Parameters:
abnBundle - the related Bundle.

setCommandContext

protected void setCommandContext(CommandContext aCommandContext)
Sets the command context passed in at run time
Parameters:
aCommandContext - the command context value.