public class GiftRegistryPurchaseRecordAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements com.ibm.commerce.component.giftregistry.objects.GiftRegistryPurchaseRecordAccessBeanData
Constructor and Description |
---|
GiftRegistryPurchaseRecordAccessBean()
GiftRegistryPurchaseRecordAccessBean
|
GiftRegistryPurchaseRecordAccessBean(javax.ejb.EJBObject o)
GiftRegistryPurchaseRecordAccessBean
|
GiftRegistryPurchaseRecordAccessBean(java.lang.Long giftRegistryId, java.sql.Timestamp createTime, java.sql.Timestamp updateTime, java.sql.Date purchaseDate, java.lang.Integer status, java.lang.Integer purchaseQuantity, java.lang.String purchaseLocation, java.lang.String partNumber, java.lang.Boolean noteSent)
Creates an instance from a key for Entity Bean: GiftRegistryPurchaseRecord
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper()
commitCopyHelper
|
java.lang.String | defaultJNDIName()
defaultJNDIName
|
java.util.Collection | findByGiftItemId(java.lang.Long giftItemId)
Finds a collection of GiftRegistryPurchaseRecord's by GiftItemId
|
java.util.Collection | findByGiftRegistryId(java.lang.Long giftRegistryId)
Finds a collection of GiftRegistryPurchaseRecord's by GiftRegistryId
|
GiftRegistryPurchaseRecordAccessBean | findByPurchaseRecordId(java.lang.Long purchaseRecordId)
Finds a GiftRegistryPurchaseRecord by its primary key
|
GiftRegistryPurchaseRecordAccessBean | findByTransactionId(java.lang.String TransactionId)
Finds a GiftRegistryPurchaseRecord by its transaction Id
|
boolean | fulfills(java.lang.Long member, java.lang.String relationship)
fulfills
|
java.lang.Long | getAddressId()
Get accessor for persistent attribute: addressId
|
java.sql.Timestamp | getCreateTime()
Get accessor for persistent attribute: createTime
|
java.lang.Long | getGiftItemId()
Get accessor for persistent attribute: giftItemId
|
java.lang.Long | getGiftRegistryId()
Get accessor for persistent attribute: giftRegistryId
|
java.lang.Boolean | getIsNoteSent()
Get accessor for persistent attribute: isNoteSent
|
java.lang.Long | getOrderItemId()
Get accessor for persistent attribute: orderItemId
|
java.lang.Long | getOwner()
getOwner
|
java.lang.String | getPartAuxKey()
Get accessor for persistent attribute: partAuxKey
|
java.lang.String | getPartNumber()
Get accessor for persistent attribute: partNumber
|
java.sql.Date | getPurchaseDate()
Get accessor for persistent attribute: purchaseDate
|
java.lang.String | getPurchaseLocation()
Get accessor for persistent attribute: purchaseLocation
|
java.lang.Integer | getPurchaseQuantity()
Get accessor for persistent attribute: purchaseQuantity
|
java.lang.Long | getPurchaseRecordId()
getPurchaseRecordId
|
java.lang.String | getRegistrantMemo()
Get accessor for persistent attribute: registrantMemo
|
java.lang.Integer | getStatus()
Get accessor for persistent attribute: status
|
java.lang.String | getTransactionId()
Get accessor for persistent attribute: transactionId
|
java.sql.Timestamp | getUpdateTime()
Get accessor for persistent attribute: updateTime
|
java.lang.Integer | getUserRelationship()
getUserRelationship
|
protected void | instantiateEJB()
instantiateEJB
|
protected boolean | instantiateEJBByPrimaryKey()
instantiateEJBByPrimaryKey
|
void | refreshCopyHelper()
refreshCopyHelper
|
void | setAddressId(java.lang.Long newAddressId)
Set accessor for persistent attribute: addressId
|
void | setCreateTime(java.lang.Long newValue)
setCreateTime
|
void | setGiftItemId(java.lang.Long newGiftItemId)
Set accessor for persistent attribute: giftItemId
|
void | setGiftRegistryId(java.lang.Long newGiftRegistryId)
Set accessor for persistent attribute: giftRegistryId
|
void | setInitKey_purchaseRecordId(java.lang.Long newValue)
setInitKey_purchaseRecordId
|
void | setIsNoteSent(java.lang.Boolean newIsNoteSent)
Set accessor for persistent attribute: isNoteSent
|
void | setOrderItemId(java.lang.Long newOrderItemId)
Set accessor for persistent attribute: orderItemId
|
void | setPartAuxKey(java.lang.String newPartAuxKey)
Set accessor for persistent attribute: partAuxKey
|
void | setPartNumber(java.lang.String newPartNumber)
Set accessor for persistent attribute: partNumber
|
void | setPurchaseDate(java.sql.Date newPurchaseDate)
Set accessor for persistent attribute: purchaseDate
|
void | setPurchaseLocation(java.lang.String newPurchaseLocation)
Set accessor for persistent attribute: purchaseLocation
|
void | setPurchaseQuantity(java.lang.Integer newPurchaseQuantity)
Set accessor for persistent attribute: purchaseQuantity
|
void | setRegistrantMemo(java.lang.String newRegistrantMemo)
Set accessor for persistent attribute: registrantMemo
|
void | setStatus(java.lang.Integer newStatus)
Set accessor for persistent attribute: status
|
void | setTransactionId(java.lang.String newTransactionId)
Set accessor for persistent attribute: transactionId
|
void | setUpdateTime(java.sql.Timestamp newUpdateTime)
Set accessor for persistent attribute: updateTime
|
void | setUserRelationship(java.lang.Integer relationship)
setUserRelationship
|
public GiftRegistryPurchaseRecordAccessBean()
public GiftRegistryPurchaseRecordAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public GiftRegistryPurchaseRecordAccessBean(java.lang.Long giftRegistryId, java.sql.Timestamp createTime, java.sql.Timestamp updateTime, java.sql.Date purchaseDate, java.lang.Integer status, java.lang.Integer purchaseQuantity, java.lang.String purchaseLocation, java.lang.String partNumber, java.lang.Boolean noteSent) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public java.lang.Long getGiftItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setGiftItemId(java.lang.Long newGiftItemId)
public java.lang.Long getPurchaseRecordId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getPurchaseQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPurchaseQuantity(java.lang.Integer newPurchaseQuantity)
public java.sql.Date getPurchaseDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPurchaseDate(java.sql.Date newPurchaseDate)
public java.lang.Integer getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStatus(java.lang.Integer newStatus)
public java.sql.Timestamp getUpdateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUpdateTime(java.sql.Timestamp newUpdateTime)
public java.lang.Long getGiftRegistryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setGiftRegistryId(java.lang.Long newGiftRegistryId)
public java.lang.Long getOrderItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOrderItemId(java.lang.Long newOrderItemId)
public java.lang.Long getAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddressId(java.lang.Long newAddressId)
public java.lang.String getPurchaseLocation() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPurchaseLocation(java.lang.String newPurchaseLocation)
public java.lang.String getPartAuxKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPartAuxKey(java.lang.String newPartAuxKey)
public void setCreateTime(java.lang.Long newValue)
public java.lang.String getTransactionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTransactionId(java.lang.String newTransactionId)
public java.lang.String getPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPartNumber(java.lang.String newPartNumber)
public java.lang.String getRegistrantMemo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRegistrantMemo(java.lang.String newRegistrantMemo)
public java.lang.Boolean getIsNoteSent() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setIsNoteSent(java.lang.Boolean newIsNoteSent)
public void setInitKey_purchaseRecordId(java.lang.Long newValue)
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public GiftRegistryPurchaseRecordAccessBean findByPurchaseRecordId(java.lang.Long purchaseRecordId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Collection findByGiftItemId(java.lang.Long giftItemId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Collection findByGiftRegistryId(java.lang.Long giftRegistryId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public java.lang.Integer getUserRelationship() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public java.sql.Timestamp getCreateTime() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.lang.Long getOwner() throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public void setUserRelationship(java.lang.Integer relationship) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public GiftRegistryPurchaseRecordAccessBean findByTransactionId(java.lang.String TransactionId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException