com.ibm.commerce.me.objects
Class ProcurementBuyerProfileAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.me.objects.ProcurementBuyerProfileAccessBean
All Implemented Interfaces:
ProcurementBuyerProfileAccessBeanData, java.io.Serializable

public class ProcurementBuyerProfileAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ProcurementBuyerProfileAccessBeanData

This bean provides access to the PROCBUYPRF table.

The following is a description of this table:

This table contains the buyer organization specific profile information of procurement system protocols to support Procurement System integration.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
ProcurementBuyerProfileAccessBean()
          Default constructor.
ProcurementBuyerProfileAccessBean(javax.ejb.EJBObject object)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
ProcurementBuyerProfileAccessBean(java.lang.Integer aProtocolId, java.lang.Long aOrganizationId)
          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 getContractParamName()
          This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL.
 java.lang.String getField1()
          This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL.
 java.lang.String getField2()
          This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL.
 java.lang.String getField3()
          This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL.
 java.lang.String getOrganizationId()
          This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrganizationIdInEJBType()
          This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOrganizationUnitParamName()
          This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL.
 java.lang.String getProtocolId()
          This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getProtocolIdInEJBType()
          This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getReqIdParamName()
          This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setContractParamName(java.lang.String aContractParamName)
          This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL.
 void setField3(java.lang.String aField3)
          This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL.
 void setInitKey_organizationId(java.lang.String aInitKey_organizationId)
          Set the primary key for this object
 void setInitKey_protocolId(java.lang.String aInitKey_protocolId)
          Set the primary key for this object
 void setOrganizationId(java.lang.Long aOrganizationId)
          This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
 void setOrganizationId(java.lang.String aOrganizationId)
          This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
 void setOrganizationUnitParamName(java.lang.String aOrganizationUnitParamName)
          This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL.
 void setProtocolId(java.lang.Integer aProtocolId)
          This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 void setProtocolId(java.lang.String aProtocolId)
          This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 void setReqIdParamName(java.lang.String aReqIdParamName)
          This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcurementBuyerProfileAccessBean

public ProcurementBuyerProfileAccessBean()

Default constructor.


ProcurementBuyerProfileAccessBean

public ProcurementBuyerProfileAccessBean(javax.ejb.EJBObject object)
                                  throws java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
object - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

ProcurementBuyerProfileAccessBean

public ProcurementBuyerProfileAccessBean(java.lang.Integer aProtocolId,
                                         java.lang.Long aOrganizationId)
                                  throws javax.naming.NamingException,
                                         javax.ejb.CreateException,
                                         java.rmi.RemoteException,
                                         javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aProtocolId - java.lang.Integer
aOrganizationId - java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException 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).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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

getContractParamName

public java.lang.String getContractParamName()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The parameter name for identifying the Contract.

Specified by:
getContractParamName in interface ProcurementBuyerProfileAccessBeanData
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

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface ProcurementBuyerProfileAccessBeanData
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

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface ProcurementBuyerProfileAccessBeanData
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

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface ProcurementBuyerProfileAccessBeanData
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

getOrganizationId

public java.lang.String getOrganizationId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The buyer organization reference number.

Specified by:
getOrganizationId in interface ProcurementBuyerProfileAccessBeanData
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

getOrganizationIdInEJBType

public java.lang.Long getOrganizationIdInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The buyer organization reference number.

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

getOrganizationUnitParamName

public java.lang.String getOrganizationUnitParamName()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL.

The following is a description of this column:

The organization unit parameter name.

Specified by:
getOrganizationUnitParamName in interface ProcurementBuyerProfileAccessBeanData
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

getProtocolId

public java.lang.String getProtocolId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Procurement Protocol reference number.

Specified by:
getProtocolId in interface ProcurementBuyerProfileAccessBeanData
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

getProtocolIdInEJBType

public java.lang.Integer getProtocolIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Procurement Protocol reference number.

Returns:
java.lang.Integer
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

getReqIdParamName

public java.lang.String getReqIdParamName()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL.

The following is a description of this column:

The Requisitioner ID parameter name.

Specified by:
getReqIdParamName in interface ProcurementBuyerProfileAccessBeanData
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

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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

setContractParamName

public void setContractParamName(java.lang.String aContractParamName)

This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The parameter name for identifying the Contract.

Specified by:
setContractParamName in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aContractParamName - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.String aField1)

This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.String aField2)

This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aField2 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.String aField3)

This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aField3 - java.lang.String
Returns:
void

setInitKey_organizationId

public void setInitKey_organizationId(java.lang.String aInitKey_organizationId)

Set the primary key for this object

Parameters:
aInitKey_organizationId - java.lang.String
Returns:
void

setInitKey_protocolId

public void setInitKey_protocolId(java.lang.String aInitKey_protocolId)

Set the primary key for this object

Parameters:
aInitKey_protocolId - java.lang.String
Returns:
void

setOrganizationId

public void setOrganizationId(java.lang.Long aOrganizationId)

This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The buyer organization reference number.

Parameters:
aOrganizationId - java.lang.Long
Returns:
void

setOrganizationId

public void setOrganizationId(java.lang.String aOrganizationId)

This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The buyer organization reference number.

Specified by:
setOrganizationId in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aOrganizationId - java.lang.String
Returns:
void

setOrganizationUnitParamName

public void setOrganizationUnitParamName(java.lang.String aOrganizationUnitParamName)

This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL.

The following is a description of this column:

The organization unit parameter name.

Specified by:
setOrganizationUnitParamName in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aOrganizationUnitParamName - java.lang.String
Returns:
void

setProtocolId

public void setProtocolId(java.lang.Integer aProtocolId)

This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Procurement Protocol reference number.

Parameters:
aProtocolId - java.lang.Integer
Returns:
void

setProtocolId

public void setProtocolId(java.lang.String aProtocolId)

This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Procurement Protocol reference number.

Specified by:
setProtocolId in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aProtocolId - java.lang.String
Returns:
void

setReqIdParamName

public void setReqIdParamName(java.lang.String aReqIdParamName)

This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL.

The following is a description of this column:

The Requisitioner ID parameter name.

Specified by:
setReqIdParamName in interface ProcurementBuyerProfileAccessBeanData
Parameters:
aReqIdParamName - java.lang.String
Returns:
void