|
||||||||
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.pvcdevices.objects.PVCDeviceMdlSpecAccessBean
This bean provides access to the PVCMDLSPEC table.
The following is a description of this table:
The table contains different model-spec mapping for each stores. PVCMDLSPEC represents relationship among records in PVCDEVMDL and records in PVCDEVSPEC.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PVCDeviceMdlSpecAccessBean()
Default constructor. |
|
PVCDeviceMdlSpecAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
PVCDeviceMdlSpecAccessBean(java.lang.Integer modelId,
java.lang.Integer specId,
java.lang.Integer storeentId)
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 |
getMdlSpcId()
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMdlSpcIdInEJBType()
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getModelId()
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getModelIdInEJBType()
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getSpecId()
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSpecIdInEJBType()
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getStoreentId()
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentIdInEJBType()
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_mdlSpcId(java.lang.String aInitKey_mdlSpcId)
Set the primary key for this object |
void |
setMdlSpcId(java.lang.Integer aMdlSpcId)
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
void |
setMdlSpcId(java.lang.String aMdlSpcId)
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
void |
setModelId(java.lang.Integer aModelId)
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
void |
setModelId(java.lang.String aModelId)
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
void |
setSpecId(java.lang.Integer aSpecId)
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
void |
setSpecId(java.lang.String aSpecId)
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.String aStoreentId)
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER 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 PVCDeviceMdlSpecAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PVCDeviceMdlSpecAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PVCDeviceMdlSpecAccessBean(java.lang.Integer modelId, java.lang.Integer specId, java.lang.Integer storeentId) 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 provided are Model Id, Spec. id, Store Entity ID
modelId
- java.lang.IntegerspecId
- java.lang.IntegerstoreentId
- java.lang.Integerjavax.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 getMdlSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number (primary key is required by Enterprise JavaBeans).
getMdlSpcId
in interface PVCDeviceMdlSpecAccessBeanData
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 getMdlSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number (primary key is required by Enterprise JavaBeans).
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 getModelId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the model.
getModelId
in interface PVCDeviceMdlSpecAccessBeanData
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 getModelIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the model.
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 getSpecId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the specification.
getSpecId
in interface PVCDeviceMdlSpecAccessBeanData
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 getSpecIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the specification.
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 getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Owner of the definition. A value of -1 means the site default.
getStoreentId
in interface PVCDeviceMdlSpecAccessBeanData
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 getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Owner of the definition. A value of -1 means the site default.
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 setInitKey_mdlSpcId(java.lang.String aInitKey_mdlSpcId)
Set the primary key for this object
aInitKey_mdlSpcId
- java.lang.Stringpublic void setMdlSpcId(java.lang.Integer aMdlSpcId)
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number (primary key is required by Enterprise JavaBeans).
aMdlSpcId
- java.lang.Integerpublic void setMdlSpcId(java.lang.String aMdlSpcId)
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number (primary key is required by Enterprise JavaBeans).
setMdlSpcId
in interface PVCDeviceMdlSpecAccessBeanData
aMdlSpcId
- java.lang.Stringpublic void setModelId(java.lang.Integer aModelId)
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the model.
aModelId
- java.lang.Integerpublic void setModelId(java.lang.String aModelId)
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the model.
setModelId
in interface PVCDeviceMdlSpecAccessBeanData
aModelId
- java.lang.Stringpublic void setSpecId(java.lang.Integer aSpecId)
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the specification.
aSpecId
- java.lang.Integerpublic void setSpecId(java.lang.String aSpecId)
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the specification.
setSpecId
in interface PVCDeviceMdlSpecAccessBeanData
aSpecId
- java.lang.Stringpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Owner of the definition. A value of -1 means the site default.
aStoreentId
- java.lang.Integerpublic void setStoreentId(java.lang.String aStoreentId)
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Owner of the definition. A value of -1 means the site default.
setStoreentId
in interface PVCDeviceMdlSpecAccessBeanData
aStoreentId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |