java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.CalculationCodeDescriptionAccessBean
Each row of this table contains Language-dependent information for a CalculationCode. This access bean corresponds to the database table 'CALCODEDSC'.
Constructor Summary | |
CalculationCodeDescriptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
CalculationCodeDescriptionAccessBean(java.lang.Integer codeId, java.lang.Integer languageId) Creates an access bean with the specified attributes. |
|
CalculationCodeDescriptionAccessBean(java.lang.Integer codeId, java.lang.Integer languageId, java.lang.String description) Creates an access bean with the specified attributes. |
|
CalculationCodeDescriptionAccessBean(java.lang.Integer codeId, java.lang.Integer languageId, java.lang.String description, java.lang.String longDescription) Creates an access bean with the specified attributes. |
|
CalculationCodeDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByCalculationCode(java.lang.Integer calculationCodeId) Retrieves the CalculationCodeDescriptionAccessBeans that match the specified CalculationCode. |
java.lang.String | getCalculationCodeId() This method provides access to the CALCODEDSC.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getCalculationCodeIdInEJBType() This method provides access to the CALCODEDSC.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getDescription() This method provides access to the CALCODEDSC.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String | getLanguageId() This method provides access to the CALCODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getLanguageIdInEJBType() This method provides access to the CALCODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getLongDescription() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_calculationCodeId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void | setLongDescription(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalculationCodeDescriptionAccessBean()
public CalculationCodeDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CalculationCodeDescriptionAccessBean(java.lang.Integer codeId, java.lang.Integer languageId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes. Reserved for IBM internal use.
public CalculationCodeDescriptionAccessBean(java.lang.Integer codeId, java.lang.Integer languageId, java.lang.String description) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes. Reserved for IBM internal use.
public CalculationCodeDescriptionAccessBean(java.lang.Integer codeId, java.lang.Integer languageId, java.lang.String description, java.lang.String longDescription) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findByCalculationCode(java.lang.Integer calculationCodeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationCodeDescriptionAccessBeans that match the specified CalculationCode.
The SQL query used to fetch all the required rows from the CALCODEDSC table is: SELECT * FROM CALCODEDSC T1 WHERE T1.CALCODE_ID = ?
public void setInitKey_calculationCodeId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALCODEDSC.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A short description of the CalculationCode. For discount CalculationCodes, this information is copied to the OrderItemAdjustments created when the CalculationCode is applied to OrderItems in an Order.
public void setDescription(java.lang.String newValue)
public java.lang.String getCalculationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALCODEDSC.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationCode to which this information applies.
public java.lang.Integer getCalculationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALCODEDSC.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationCode to which this information applies.
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALCODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for which this information applies. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CALCODEDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language for which this information applies. For a list of language components, see the LANGUAGE table.
public java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLongDescription(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.