com.ibm.commerce.marketingcenter.events.objects
Class OrdersMemberGroupAccessBean

com.ibm.commerce.marketingcenter.events.objects.OrdersMemberGroupAccessBean

public class 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

OrdersMemberGroupAccessBean

public OrdersMemberGroupAccessBean()

Default constructor. Maps to findByPrimaryKey.


OrdersMemberGroupAccessBean

public OrdersMemberGroupAccessBean(javax.ejb.EJBObject aErsMemberGroupAccessBean1)
                            throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJB - A OrdersMemberGroup EJBObject reference
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

OrdersMemberGroupAccessBean

public 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

Parameters:
aOrdersId - A orders identifier
aMemberGroupId - A member group identifier
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberGroupId

public 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.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberGroupIdInEJBType

public 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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdersId

public 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.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdersIdInEJBType

public 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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setInitKey_memberGroupId

public void setInitKey_memberGroupId(java.lang.String aInitKey_memberGroupId1)

Set the primary key for this object

Parameters:
aInitKey_memberGroupId1 - A member group identifier
Returns:
void

setInitKey_ordersId

public void setInitKey_ordersId(java.lang.String aInitKey_ordersId1)

Set the primary key for this object

Parameters:
aInitKey_ordersId1 - A order identifier
Returns:
void

setMemberGroupId

public 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.

Parameters:
aMemberGroupId1 - A member group identifier
Returns:
void

setMemberGroupId

public 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.

Parameters:
aMemberGroupId1 - A member group identifier
Returns:
void

setOrdersId

public 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.

Parameters:
aOrdersId1 - A order identifier
Returns:
void

setOrdersId

public 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.

Parameters:
aOrdersId1 - A order identifier
Returns:
void