com.ibm.commerce.order.beans
Class OfferDataBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OfferAccessBean
          com.ibm.commerce.order.beansrc.OfferDataBeanBase
              com.ibm.commerce.order.beans.OfferDataBean
All Implemented Interfaces:
Delegator, OfferAccessBeanData

public class OfferDataBean
extends OfferDataBeanBase

IBM internal use only.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM Copyright
protected CommandContext iCommandContext
command context
protected java.lang.String iDataBeanKeyOfferId
offer id
protected TypedProperty iRequestProperties
request properties
Constructor Summary
OfferDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context set within this bean.
java.lang.String getDataBeanKeyOfferId()
Gets offer id
TypedProperty getRequestProperties()
Gets the request property set within this bean.
void populate()
Retrieves data from the database.
void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
void setDataBeanKeyOfferId(java.lang.String aOfferId)
Sets offer id
void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
Methods inherited from class com.ibm.commerce.order.beansrc.OfferDataBeanBase
getDelegate
Methods inherited from class com.ibm.commerce.order.objects.OfferAccessBean
commitCopyHelper, defaultJNDIName, findByCatalogEntryAndIdentifierAndTradingPosContainer, findByCatalogEntryAndStore, findByCatalogEntryAndTradingPositionContainer, findByItem, findByTimestampAndStore, findByTradingPositionContainerId, findEffectiveOffersByTimestampCatentriesOffersStoreAndPriceLists, findEffectiveOffersByTimestampCatentriesOffersStorePriceListsAndMemberGroups, findEffectiveOffersByTimestampCatentriesPredicateOffersStoreAndPriceLists, findEffectiveOffersByTimestampCatentriesPredicateOffersStoreAndPriceLists, findEffectiveOffersByTimestampCatentryOffersStoreContractsAndMemberGroups, getCatalogEntryReferenceNumber, getCatalogEntryReferenceNumberInEJBType, getEndDate, getEndDateInEJBType, getField1, getField2, getFlags, getFlagsInEJBType, getIdentifier, getIdentifierInEJBType, getLastUpdate, getLastUpdateInEJBType, getMaximumQuantity, getMaximumQuantityInEJBType, getMinimumQuantity, getMinimumQuantityInEJBType, getOfferId, getOfferIdInEJBType, getOID, getPrecedence, getPrecedenceInEJBType, getPrice, getPrice, getPrices, getPublished, getPublishedInEJBType, getQuantityUnitId, getStartDate, getStartDateInEJBType, getTradePosContainerId, getTradePosContainerIdInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setCatalogEntryReferenceNumber, setCatalogEntryReferenceNumber, setEndDate, setEndDate, setField1, setField2, setFlags, setFlags, setIdentifier, setIdentifier, setInitKey_offerId, setLastUpdate, setLastUpdate, setMaximumQuantity, setMaximumQuantity, setMinimumQuantity, setMinimumQuantity, setOID, setPrecedence, setPrecedence, setPublished, setPublished, setQuantityUnitId, setStartDate, setStartDate, setTradePosContainerId, setTradePosContainerId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM Copyright
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext
command context

iRequestProperties

protected TypedProperty iRequestProperties
request properties

iDataBeanKeyOfferId

protected java.lang.String iDataBeanKeyOfferId
offer id
Constructor Detail

OfferDataBean

public OfferDataBean()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Returns:
com.ibm.commerce.datatype.TypedProperty

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getDataBeanKeyOfferId

public java.lang.String getDataBeanKeyOfferId()
Gets offer id
Returns:
java.lang.String

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Returns:
com.ibm.commerce.command.CommandContext

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

setDataBeanKeyOfferId

public void setDataBeanKeyOfferId(java.lang.String aOfferId)
Sets offer id
Parameters:
aOfferId - java.lang.String

populate

public void populate()
              throws java.lang.Exception
Retrieves data from the database.
Throws:
java.lang.Exception

Feedback