|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.me.objects.ProcurementBuyerProfileAccessBean
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.
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 |
public ProcurementBuyerProfileAccessBean()
Default constructor.
public ProcurementBuyerProfileAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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
aProtocolId
- java.lang.IntegeraOrganizationId
- java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 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.
getContractParamName
in interface ProcurementBuyerProfileAccessBeanData
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 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.
getField1
in interface ProcurementBuyerProfileAccessBeanData
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 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.
getField2
in interface ProcurementBuyerProfileAccessBeanData
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 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.
getField3
in interface ProcurementBuyerProfileAccessBeanData
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 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.
getOrganizationId
in interface ProcurementBuyerProfileAccessBeanData
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 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.
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 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.
getOrganizationUnitParamName
in interface ProcurementBuyerProfileAccessBeanData
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 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.
getProtocolId
in interface ProcurementBuyerProfileAccessBeanData
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.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.
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 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.
getReqIdParamName
in interface ProcurementBuyerProfileAccessBeanData
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.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 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.
setContractParamName
in interface ProcurementBuyerProfileAccessBeanData
aContractParamName
- java.lang.Stringpublic 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.
setField1
in interface ProcurementBuyerProfileAccessBeanData
aField1
- java.lang.Stringpublic 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.
setField2
in interface ProcurementBuyerProfileAccessBeanData
aField2
- java.lang.Stringpublic 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.
setField3
in interface ProcurementBuyerProfileAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_organizationId(java.lang.String aInitKey_organizationId)
Set the primary key for this object
aInitKey_organizationId
- java.lang.Stringpublic void setInitKey_protocolId(java.lang.String aInitKey_protocolId)
Set the primary key for this object
aInitKey_protocolId
- java.lang.Stringpublic 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.
aOrganizationId
- java.lang.Longpublic 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.
setOrganizationId
in interface ProcurementBuyerProfileAccessBeanData
aOrganizationId
- java.lang.Stringpublic 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.
setOrganizationUnitParamName
in interface ProcurementBuyerProfileAccessBeanData
aOrganizationUnitParamName
- java.lang.Stringpublic 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.
aProtocolId
- java.lang.Integerpublic 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.
setProtocolId
in interface ProcurementBuyerProfileAccessBeanData
aProtocolId
- java.lang.Stringpublic 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.
setReqIdParamName
in interface ProcurementBuyerProfileAccessBeanData
aReqIdParamName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |