|
||||||||
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.contract.objects.TermConditionDescriptionAccessBean
This bean provides access to the TCDESC table.
The following is a description of this table:
The terms and conditions description table.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
TermConditionDescriptionAccessBean()
Default constructor. |
|
TermConditionDescriptionAccessBean(javax.ejb.EJBObject anObject)
Creates an access bean for the specified EJB |
|
TermConditionDescriptionAccessBean(java.lang.Long tcId,
java.lang.Integer langId)
Constructs an TermConditionDescriptionAccessBean object with the specified term condition ID, and language ID . |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByTC(java.lang.Long tcId)
Retrieves an Enumeration of TermConditionDescriptionAccessBean representing all term condition descriptions with the specified term condition ID. |
java.lang.String |
getLanguageId()
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguageIdInEJBType()
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getLongDescription()
This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
java.lang.String |
getShortDescription()
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getTcId()
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTcIdInEJBType()
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTimeCreated()
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeCreatedInEJBType()
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_languageId(java.lang.String aInitKey_languageId)
Set the primary key for this object |
void |
setInitKey_tcId(java.lang.String aInitKey_tcId)
Set the primary key for this object |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguageId(java.lang.String aLanguageId)
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setLongDescription(java.lang.String aLongDescription)
This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
void |
setShortDescription(java.lang.String aShortDescription)
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setTcId(java.lang.Long aTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcId(java.lang.String aTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP 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 TermConditionDescriptionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public TermConditionDescriptionAccessBean(javax.ejb.EJBObject anObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
anObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic TermConditionDescriptionAccessBean(java.lang.Long tcId, java.lang.Integer langId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Constructs an TermConditionDescriptionAccessBean object with the specified term condition ID, and language ID .
tcId
- java.lang.LonglangId
- java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException 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.util.Enumeration findByTC(java.lang.Long tcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of TermConditionDescriptionAccessBean representing all term condition descriptions with the specified term condition ID.
The SQL query used to fetch the required rows from the TCDESC table is:
select * from tcdesc T1 where T1.termcond_id = ?
tcId
- The terms and conditions ID.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language ID. For a list of language components, see the LANGUAGE table.
getLanguageId
in interface TermConditionDescriptionAccessBeanData
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 getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language ID. For a list of language components, see the LANGUAGE table.
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 TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
getLastUpdate
in interface TermConditionDescriptionAccessBeanData
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 TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
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 getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A detailed description of the term or condition.
getLongDescription
in interface TermConditionDescriptionAccessBeanData
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 getShortDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the term or condition.
getShortDescription
in interface TermConditionDescriptionAccessBeanData
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 getTcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
getTcId
in interface TermConditionDescriptionAccessBeanData
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 getTcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
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 getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
getTimeCreated
in interface TermConditionDescriptionAccessBeanData
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 getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
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_languageId(java.lang.String aInitKey_languageId)
Set the primary key for this object
aInitKey_languageId
- java.lang.Stringpublic void setInitKey_tcId(java.lang.String aInitKey_tcId)
Set the primary key for this object
aInitKey_tcId
- The terms and conditions ID.public void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language ID. For a list of language components, see the LANGUAGE table.
aLanguageId
- The language ID.public void setLanguageId(java.lang.String aLanguageId)
This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language ID. For a list of language components, see the LANGUAGE table.
setLanguageId
in interface TermConditionDescriptionAccessBeanData
aLanguageId
- The language ID.public void setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
setLastUpdate
in interface TermConditionDescriptionAccessBeanData
aLastUpdate
- The time the terms and condition description was most recently updated.public void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
aLastUpdate
- The time the terms and condition description was most recently updated.public void setLongDescription(java.lang.String aLongDescription)
This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A detailed description of the term or condition.
setLongDescription
in interface TermConditionDescriptionAccessBeanData
aLongDescription
- The long description of the terms and conditions.public void setShortDescription(java.lang.String aShortDescription)
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the term or condition.
setShortDescription
in interface TermConditionDescriptionAccessBeanData
aShortDescription
- The short description of the term or condition.public void setTcId(java.lang.Long aTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
aTcId
- A unique identifier for the term or condition.public void setTcId(java.lang.String aTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
setTcId
in interface TermConditionDescriptionAccessBeanData
aTcId
- The terms and condition ID.public void setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
setTimeCreated
in interface TermConditionDescriptionAccessBeanData
aTimeCreated
- The time the terms and conditions description was created.public void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
aTimeCreated
- The time the terms and conditions description was created.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |