|
||||||||
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.ProcurementMessageViewAccessBean
This bean provides access to the PROCMSGVW table.
The following is a description of this table:
This table contains the view names used to compose the response message sent to procurement systems. Response message composition can be customized (per buyer, per protocol) using this table.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ProcurementMessageViewAccessBean()
Default constructor. |
|
ProcurementMessageViewAccessBean(javax.ejb.EJBObject object)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProcurementMessageViewAccessBean(java.lang.Integer aProtocolId,
java.lang.Long aOrganizationId,
java.lang.String aMessageName)
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 |
getErrorView()
This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMessageName()
This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL. |
java.lang.String |
getOrganizationId()
This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrganizationIdInEJBType()
This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getProtocolId()
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getProtocolIdInEJBType()
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getViewName()
This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setErrorView(java.lang.String aErrorView)
This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_messageName(java.lang.String aInitKey_messageName)
Set the primary key for this object |
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 |
setMessageName(java.lang.String aMessageName)
This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL. |
void |
setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrganizationId(java.lang.String aOrganizationId)
This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
void |
setProtocolId(java.lang.Integer aProtocolId)
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
void |
setProtocolId(java.lang.String aProtocolId)
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
void |
setViewName(java.lang.String aViewName)
This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) 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 ProcurementMessageViewAccessBean()
Default constructor.
public ProcurementMessageViewAccessBean(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 ProcurementMessageViewAccessBean(java.lang.Integer aProtocolId, java.lang.Long aOrganizationId, java.lang.String aMessageName) 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.LongaMessageName
- java.lang.Stringjavax.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 getErrorView() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The error task name to be used if any error conditions occur.
getErrorView
in interface ProcurementMessageViewAccessBeanData
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 getMessageName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
Name of the message to be composed and sent to the procurement system.
getMessageName
in interface ProcurementMessageViewAccessBeanData
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 PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Buyer organization reference number.
getOrganizationId
in interface ProcurementMessageViewAccessBeanData
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 PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
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 getProtocolId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Procurement protocol reference number.
getProtocolId
in interface ProcurementMessageViewAccessBeanData
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 PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
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 getViewName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The view task name to be used to compose the response.
getViewName
in interface ProcurementMessageViewAccessBeanData
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 setErrorView(java.lang.String aErrorView)
This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The error task name to be used if any error conditions occur.
setErrorView
in interface ProcurementMessageViewAccessBeanData
aErrorView
- java.lang.Stringpublic void setInitKey_messageName(java.lang.String aInitKey_messageName)
Set the primary key for this object
aInitKey_messageName
- 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 setMessageName(java.lang.String aMessageName)
This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
Name of the message to be composed and sent to the procurement system.
setMessageName
in interface ProcurementMessageViewAccessBeanData
aMessageName
- java.lang.Stringpublic void setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Buyer organization reference number.
aOrganizationId
- java.lang.Longpublic void setOrganizationId(java.lang.String aOrganizationId)
This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Buyer organization reference number.
setOrganizationId
in interface ProcurementMessageViewAccessBeanData
aOrganizationId
- java.lang.Stringpublic void setProtocolId(java.lang.Integer aProtocolId)
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Procurement protocol reference number.
aProtocolId
- java.lang.Integerpublic void setProtocolId(java.lang.String aProtocolId)
This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Procurement protocol reference number.
setProtocolId
in interface ProcurementMessageViewAccessBeanData
aProtocolId
- java.lang.Stringpublic void setViewName(java.lang.String aViewName)
This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The view task name to be used to compose the response.
setViewName
in interface ProcurementMessageViewAccessBeanData
aViewName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |