|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.marketingcenter.events.objects.OrdersMemberGroupAccessBean
This bean provides access to the ORDERMGP table.
The following is a description of this table:
This table is used to track the customer profiles to which an Order is associated.
Constructor Summary | |
OrdersMemberGroupAccessBean()
Default constructor. |
|
OrdersMemberGroupAccessBean(javax.ejb.EJBObject aErsMemberGroupAccessBean1)
Creates an access bean for the specified EJB. |
|
OrdersMemberGroupAccessBean(java.lang.Long aOrdersId,
java.lang.Long aMemberGroupId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getMemberGroupId()
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.Long |
getMemberGroupIdInEJBType()
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.String |
getOrdersId()
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.Long |
getOrdersIdInEJBType()
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_memberGroupId(java.lang.String aInitKey_memberGroupId1)
Set the primary key for this object |
void |
setInitKey_ordersId(java.lang.String aInitKey_ordersId1)
Set the primary key for this object |
void |
setMemberGroupId(java.lang.Long aMemberGroupId1)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setMemberGroupId(java.lang.String aMemberGroupId1)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setOrdersId(java.lang.Long aOrdersId1)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setOrdersId(java.lang.String aOrdersId1)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
Constructor Detail |
public OrdersMemberGroupAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OrdersMemberGroupAccessBean(javax.ejb.EJBObject aErsMemberGroupAccessBean1) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJB
- A OrdersMemberGroup EJBObject referencejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic OrdersMemberGroupAccessBean(java.lang.Long aOrdersId, java.lang.Long aMemberGroupId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aOrdersId
- A orders identifieraMemberGroupId
- A member group identifierjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMemberGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getMemberGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrdersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOrdersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setInitKey_memberGroupId(java.lang.String aInitKey_memberGroupId1)
Set the primary key for this object
aInitKey_memberGroupId1
- A member group identifierpublic void setInitKey_ordersId(java.lang.String aInitKey_ordersId1)
Set the primary key for this object
aInitKey_ordersId1
- A order identifierpublic void setMemberGroupId(java.lang.Long aMemberGroupId1)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
aMemberGroupId1
- A member group identifierpublic void setMemberGroupId(java.lang.String aMemberGroupId1)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
aMemberGroupId1
- A member group identifierpublic void setOrdersId(java.lang.Long aOrdersId1)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
aOrdersId1
- A order identifierpublic void setOrdersId(java.lang.String aOrdersId1)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
aOrdersId1
- A order identifier
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |