public class GiftRegistryRegistrantAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
GiftRegistryRegistrantAccessBean() |
GiftRegistryRegistrantAccessBean(GiftRegistryRegistrant entity) |
GiftRegistryRegistrantAccessBean(java.lang.Long addressId,
java.lang.Long giftRegistryId,
java.lang.Integer type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
findRegistrantByAddressId(java.lang.Long AddressId) |
java.util.Collection |
findRegistrantByGiftRegistryId(java.lang.Long GiftRegistryId) |
java.util.Collection |
findRegistrantByGiftRegistryIdAndType(java.lang.Long GiftRegistryId,
java.lang.Integer Type) |
java.util.Collection |
findRegistrantByUserId(java.lang.String userId) |
java.lang.Long |
getAddressId() |
GiftRegistryRegistrant |
getEntity() |
java.lang.Long |
getGiftRegistryId() |
java.lang.Long |
getRegistrantId() |
java.lang.String |
getRelation() |
java.lang.Integer |
getType() |
java.lang.String |
getUserId() |
void |
instantiateEntity() |
void |
setAddressId(java.lang.Long addressId) |
void |
setGiftRegistryId(java.lang.Long giftRegistryId) |
void |
setInitKey_registrantId(java.lang.Long registrantId) |
void |
setRegistrantId(java.lang.Long registrantId) |
void |
setRelation(java.lang.String relation) |
void |
setType(java.lang.Integer type) |
void |
setUserId(java.lang.String userId) |
public static final java.lang.String COPYRIGHT
public GiftRegistryRegistrantAccessBean()
public GiftRegistryRegistrantAccessBean(GiftRegistryRegistrant entity)
public GiftRegistryRegistrantAccessBean(java.lang.Long addressId,
java.lang.Long giftRegistryId,
java.lang.Integer type)
public void setInitKey_registrantId(java.lang.Long registrantId)
public java.util.Collection findRegistrantByGiftRegistryId(java.lang.Long GiftRegistryId)
public java.util.Collection findRegistrantByGiftRegistryIdAndType(java.lang.Long GiftRegistryId,
java.lang.Integer Type)
public java.util.Collection findRegistrantByUserId(java.lang.String userId)
public java.util.Collection findRegistrantByAddressId(java.lang.Long AddressId)
public void setRegistrantId(java.lang.Long registrantId)
public java.lang.Long getRegistrantId()
public void setType(java.lang.Integer type)
public java.lang.Integer getType()
public void setUserId(java.lang.String userId)
public java.lang.String getUserId()
public void setGiftRegistryId(java.lang.Long giftRegistryId)
public java.lang.Long getGiftRegistryId()
public void setAddressId(java.lang.Long addressId)
public java.lang.Long getAddressId()
public void setRelation(java.lang.String relation)
public java.lang.String getRelation()
public void instantiateEntity()
instantiateEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBeanpublic GiftRegistryRegistrant getEntity()
getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean