Class com.ibm.commerce.couponpromotion.objects. CouponPromotionBean

 
Changed Methods
void  ejbActivate () Change in exceptions thrown from RemoteException to no exceptions.
ejbActivate
void  ejbLoad () Change in exceptions thrown from RemoteException to no exceptions.
ejbLoad
void  ejbPassivate () Change in exceptions thrown from RemoteException to no exceptions.
ejbPassivate
void  ejbRemove () Change in exceptions thrown from (RemoteException, RemoveException) to RemoveException.
ejbRemove
void  ejbStore () Change in exceptions thrown from RemoteException to no exceptions.
ejbStore
Integer  getCouponPromotionId () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Gets the couponPromotionId
Timestamp  getCreationTime () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: creationTime
String  getCurrency () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: currency
Integer  getEarlyBirdLimit () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: earlyBirdLimit
Timestamp  getEndDate () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: endDate
String  getField1 () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: field1
Integer  getInitiativeId () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: initiativeId
Integer  getNumOffered () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: numOffered
Integer  getNumSeenAllowed () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: numSeenAllowed
Integer  getNumUseAllowed () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: numUseAllowed
String  getPromoDispType () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: promoDispType
String  getPromotionDescription () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: promotionDescription
String  getPromotionName () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: promotionName
String  getPurchaseCondType () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: purchaseCondType
Timestamp  getStartDate () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: startDate
String  getStatus () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: status
Integer  getStoreId () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: storeId
Integer  getTotalNumOffer () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: totalNumOffer
Integer  getValidityId () Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Get accessor for persistent attribute: validityId
void  setCreationTime (Timestamp) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: creationTime
void  setCurrency (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: currency
void  setEarlyBirdLimit (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: earlyBirdLimit
void  setEndDate (Timestamp) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: endDate
void  setField1 (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: field1
void  setInitiativeId (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: initiativeId
void  setNumOffered (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: numOffered
void  setNumSeenAllowed (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: numSeenAllowed
void  setNumUseAllowed (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: numUseAllowed
void  setPromoDispType (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: promoDispType
void  setPromotionDescription (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: promotionDescription
void  setPromotionName (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: promotionName
void  setPurchaseCondType (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: purchaseCondType
void  setStartDate (Timestamp) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: startDate
void  setStatus (String) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: status
void  setStoreId (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: storeId
void  setTotalNumOffer (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: totalNumOffer
void  setValidityId (Integer) Method was inherited from CouponPromotionBeanImpl , but is now defined locally. Set accessor for persistent attribute: validityId
void  unsetEntityContext () Change in exceptions thrown from RemoteException to no exceptions.
unsetEntityContext
CouponPromotionKey  ejbCreate (Integer, Integer, String, Integer, String, Integer, Integer, String, String, String, Timestamp, Timestamp, Integer) Change in return type from void to CouponPromotionKey.
Change in exceptions: RemoteException was removed..
 
void  ejbPostCreate (Integer, Integer, String, Integer, String, Integer, Integer, String, String, String, Timestamp, Timestamp, Integer) Change in exceptions thrown from RemoteException to (CreateException, FinderException, NamingException).
ejbPostCreate
void  setEntityContext (EntityContext) Change in exceptions thrown from RemoteException to no exceptions.
setEntityContext
   
Changed Fields
Integer  couponPromotionId Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: couponPromotionId
Timestamp  creationTime Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: creationTime
String  currency Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: currency
Integer  earlyBirdLimit Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: earlyBirdLimit
Timestamp  endDate Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: endDate
String  field1 Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: field1
Integer  initiativeId Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: initiativeId
Integer  numOffered Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: numOffered
Integer  numSeenAllowed Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: numSeenAllowed
Integer  numUseAllowed Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: numUseAllowed
String  promoDispType Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: promoDispType
String  promotionDescription Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: promotionDescription
String  promotionName Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: promotionName
String  purchaseCondType Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: purchaseCondType
Timestamp  startDate Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: startDate
String  status Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: status
Integer  storeId Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: storeId
Integer  totalNumOffer Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: totalNumOffer
Integer  validityId Field was inherited from CouponPromotionBeanImpl , but is now defined locally. Implemetation field for persistent attribute: validityId