java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean | +--com.ibm.commerce.catalog.beans.RelatedBundleDataBean
This bean represents a related Bundle.
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 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 RelatedBundleDataBean()
RelatedBundleDataBean
.
public RelatedBundleDataBean(RelatedCatalogEntryAccessBean abRelCatEntry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
RelatedBundleDataBean
from a related catalog entry
access bean.
abRelCatEntry
- the related catalog entry access bean.java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public RelatedBundleDataBean(RelatedCatalogEntryAccessBean abRelCatEntry, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
RelatedBundleDataBean
from a related catalog entry
access bean and a command context.
abRelCatEntry
- the related catalog entry access bean.aCommandContext
- the command context.java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
Method Detail |
---|
public BundleDataBean getBundle() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBundle(BundleDataBean abnBundle)
abnBundle
- the related Bundle.protected void setCommandContext(CommandContext aCommandContext)
aCommandContext
- the command context
value.