|
||||||||
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.catalog.objects.CatalogEntryConfigurationAccessBean
This bean provides access to the CATCONFINF table.
The following is a description of this table:
This table holds additional information for CatalogEntries that represent Configurable Products. This information may be required by an external configurator to configure this CatalogEntry.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogEntryConfigurationAccessBean()
Default constructor. |
|
CatalogEntryConfigurationAccessBean(javax.ejb.EJBObject aEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogEntryConfigurationAccessBean(java.lang.Long aCatalogEntryId)
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 |
getCatalogEntryId()
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryIdInEJBType()
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getField1()
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField1InEJBType()
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL. |
java.lang.Double |
getField2InEJBType()
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL. |
java.lang.String |
getField3()
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getField4()
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getReference()
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG VARCHAR (32700) NULL. |
java.lang.String |
getUrl()
This method provides access to the CATCONFINF.URL column of DB2 type LONG VARCHAR (32700) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogEntryId(java.lang.Long aCatentryId)
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryId(java.lang.String aCatentryId)
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setField1(java.lang.Integer field1)
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.String field1)
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.Double field2)
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL. |
void |
setField2(java.lang.String field2)
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL. |
void |
setField3(java.lang.String field3)
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR (254) NULL. |
void |
setField4(java.lang.String field4)
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR (254) NULL. |
void |
setInitKey_catalogEntryId(java.lang.String catEntryID)
Set the primary key for this object |
void |
setReference(java.lang.String aReference)
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG VARCHAR (32700) NULL. |
void |
setUrl(java.lang.String aURL)
This method provides access to the CATCONFINF.URL column of DB2 type LONG VARCHAR (32700) 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 CatalogEntryConfigurationAccessBean()
Default constructor. It is used to initialize the access bean.
public CatalogEntryConfigurationAccessBean(javax.ejb.EJBObject aEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aEJBObj
- The catalog entry configuration EJB object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryConfigurationAccessBean(java.lang.Long aCatalogEntryId) 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
aCatalogEntryId
- The Catalog entry reference number. java.lang.Longjava.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 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 getCatalogEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
getCatalogEntryId
in interface CatalogEntryConfigurationAccessBeanData
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 getCatalogEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
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 CATCONFINF.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A Customizable field.
getField1
in interface CatalogEntryConfigurationAccessBeanData
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 getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A Customizable field.
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 CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL.
The following is a description of this column:
A Customizable field.
getField2
in interface CatalogEntryConfigurationAccessBeanData
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.Double getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL.
The following is a description of this column:
A Customizable field.
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 CATCONFINF.FIELD3 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A Customizable field.
getField3
in interface CatalogEntryConfigurationAccessBeanData
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 getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A Customizable field.
getField4
in interface CatalogEntryConfigurationAccessBeanData
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 getReference() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG VARCHAR (32700) NULL.
The following is a description of this column:
Reference information that is required by an external Product Configurator.
getReference
in interface CatalogEntryConfigurationAccessBeanData
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 getUrl() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATCONFINF.URL column of DB2 type LONG VARCHAR (32700) NULL.
The following is a description of this column:
The URL location of an external Product Configurator.
getUrl
in interface CatalogEntryConfigurationAccessBeanData
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 setCatalogEntryId(java.lang.Long aCatentryId)
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
aCatentryId
- The Catalog Entry reference number. java.lang.Longpublic void setCatalogEntryId(java.lang.String aCatentryId)
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
setCatalogEntryId
in interface CatalogEntryConfigurationAccessBeanData
aCatentryId
- The Catalog Entry reference number. java.lang.Stringpublic void setField1(java.lang.Integer field1)
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A Customizable field.
field1
- The field1. java.lang.Integerpublic void setField1(java.lang.String field1)
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A Customizable field.
setField1
in interface CatalogEntryConfigurationAccessBeanData
field1
- The field1. java.lang.Stringpublic void setField2(java.lang.Double field2)
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL.
The following is a description of this column:
A Customizable field.
field2
- The field2. java.lang.Doublepublic void setField2(java.lang.String field2)
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL.
The following is a description of this column:
A Customizable field.
setField2
in interface CatalogEntryConfigurationAccessBeanData
field2
- The field2. java.lang.Stringpublic void setField3(java.lang.String field3)
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A Customizable field.
setField3
in interface CatalogEntryConfigurationAccessBeanData
field3
- The field3. java.lang.Stringpublic void setField4(java.lang.String field4)
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A Customizable field.
setField4
in interface CatalogEntryConfigurationAccessBeanData
field4
- The field4. java.lang.Stringpublic void setInitKey_catalogEntryId(java.lang.String catEntryID)
Set the primary key for this object
catEntryID
- The catalog entry ID. java.lang.Stringpublic void setReference(java.lang.String aReference)
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG VARCHAR (32700) NULL.
The following is a description of this column:
Reference information that is required by an external Product Configurator.
setReference
in interface CatalogEntryConfigurationAccessBeanData
aReference
- The reference information. java.lang.Stringpublic void setUrl(java.lang.String aURL)
This method provides access to the CATCONFINF.URL column of DB2 type LONG VARCHAR (32700) NULL.
The following is a description of this column:
The URL location of an external Product Configurator.
setUrl
in interface CatalogEntryConfigurationAccessBeanData
aURL
- The URL. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |