|
||||||||
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.inventory.objects.VersionSpecificationAccessBean
This bean provides access to the VERSIONSPC table.
The following is a description of this table:
Each row defines the relationship between a product version and a specified item.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
VersionSpecificationAccessBean()
Default constructor. |
|
VersionSpecificationAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
VersionSpecificationAccessBean(java.lang.Long ItemSpcId,
java.lang.Long ItemVersnId)
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.util.Enumeration |
findByItemSpcId(java.lang.Long ItemSpcId)
Retrieves information about the relationship between a product version given the ITEMSPC_ID The SQL query used to fetch the requested row from the VERSIONSPC table is: SELECT * FROM VERSIONSPC T1 WHERE T1.ITEMSPC_ID = ? |
java.lang.String |
getItemSpcId()
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemSpcIdInEJBType()
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getItemVersnId()
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemVersnIdInEJBType()
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastupdate()
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getVersionSpcId()
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getVersionSpcIdInEJBType()
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_versionSpcId(java.lang.String aInitKey_versionSpcId)
Set the primary key for this object |
void |
setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.String aItemSpcId)
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemVersnId(java.lang.Long aItemVersnId)
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemVersnId(java.lang.String aItemVersnId)
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionSpcId(java.lang.String aVersionSpcId)
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT 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 VersionSpecificationAccessBean()
Default constructor. Maps to findByPrimaryKey.
public VersionSpecificationAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic VersionSpecificationAccessBean(java.lang.Long ItemSpcId, java.lang.Long ItemVersnId) 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
ItemSpcId
- - java.lang.LongItemVersnId
- - 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.util.Enumeration findByItemSpcId(java.lang.Long ItemSpcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves information about the relationship between a product version given the ITEMSPC_ID
The SQL query used to fetch the requested row from the
VERSIONSPC table is:
SELECT * FROM VERSIONSPC T1 WHERE T1.ITEMSPC_ID = ?
ItemSpcId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getItemSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The specified item.
getItemSpcId
in interface VersionSpecificationAccessBeanData
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 getItemSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The specified item.
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 getItemVersnId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifies the item version.
getItemVersnId
in interface VersionSpecificationAccessBeanData
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 getItemVersnIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifies the item version.
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 getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
getLastupdate
in interface VersionSpecificationAccessBeanData
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.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
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 getVersionSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
getVersionSpcId
in interface VersionSpecificationAccessBeanData
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 getVersionSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
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_versionSpcId(java.lang.String aInitKey_versionSpcId)
Set the primary key for this object
aInitKey_versionSpcId
- java.lang.Stringpublic void setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The specified item.
aItemSpcId
- java.lang.Longpublic void setItemSpcId(java.lang.String aItemSpcId)
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The specified item.
setItemSpcId
in interface VersionSpecificationAccessBeanData
aItemSpcId
- java.lang.Stringpublic void setItemVersnId(java.lang.Long aItemVersnId)
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifies the item version.
aItemVersnId
- java.lang.Longpublic void setItemVersnId(java.lang.String aItemVersnId)
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifies the item version.
setItemVersnId
in interface VersionSpecificationAccessBeanData
aItemVersnId
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
setLastupdate
in interface VersionSpecificationAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
aVersionSpcId
- java.lang.Longpublic void setVersionSpcId(java.lang.String aVersionSpcId)
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
setVersionSpcId
in interface VersionSpecificationAccessBeanData
aVersionSpcId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |