com.ibm.commerce.order.beansrc
Class OfferDataBeanBase

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

public class OfferDataBeanBase
extends OfferAccessBean
implements Delegator

Extension for com.ibm.commerce.order.beans.OfferDataBean

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OfferDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
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

Constructor Detail

OfferDataBeanBase

public OfferDataBeanBase()
Method Detail

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
Retrieves its delegatee.
Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception

Feedback