java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.CalculationRuleScaleRelationshipAccessBean
Each row in this table shows that a CalculationRule is associated with a CalculationScale. Both are used by the Calculation Framework for discounts, shipping charges, taxes, and so on. This access bean corresponds to the database table 'CRULESCALE'.
Constructor Summary | |
CalculationRuleScaleRelationshipAccessBean() Zero argument constructor used to initialize the access bean. |
|
CalculationRuleScaleRelationshipAccessBean(java.lang.Integer arg1, java.lang.Integer arg2) Creates an access bean with the specified attributes. |
|
CalculationRuleScaleRelationshipAccessBean(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 | findByCalculationRule(java.lang.Integer ruleId) Retrieves the CalculationRuleScaleRelationshipAccessBeans that match the specified CalculationRule. |
java.util.Enumeration | findByCalculationScale(java.lang.Integer scaleId) Retrieves the CalculationRuleScaleRelationshipAccessBeans that match the specified CalculationScale. |
java.lang.String | getCalculationRuleId() This method provides access to the CRULESCALE.CALRULE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getCalculationRuleIdInEJBType() This method provides access to the CRULESCALE.CALRULE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getCalculationScaleId() This method provides access to the CRULESCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getCalculationScaleIdInEJBType() This method provides access to the CRULESCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_calculationRuleId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_calculationScaleId(java.lang.String newValue) Set the primary key for this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalculationRuleScaleRelationshipAccessBean()
public CalculationRuleScaleRelationshipAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CalculationRuleScaleRelationshipAccessBean(java.lang.Integer arg1, java.lang.Integer arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findByCalculationRule(java.lang.Integer ruleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRuleScaleRelationshipAccessBeans that match the specified CalculationRule.
The SQL query used to fetch all the required rows from the CRULESCALE table is: SELECT * FROM CRULESCALE T1 WHERE T1.CALRULE_ID = ?
public java.util.Enumeration findByCalculationScale(java.lang.Integer scaleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CalculationRuleScaleRelationshipAccessBeans that match the specified CalculationScale.
The SQL query used to fetch all the required rows from the CRULESCALE table is: SELECT * FROM CRULESCALE T1 WHERE T1.CALSCALE_ID = ?
public void setInitKey_calculationRuleId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_calculationScaleId(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 getCalculationScaleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CRULESCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale for the calculation. CalculationScales are represented by rows in the CALSCALE table.
public java.lang.Integer getCalculationScaleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CRULESCALE.CALSCALE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationScale for the calculation. CalculationScales are represented by rows in the CALSCALE table.
public java.lang.String getCalculationRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CRULESCALE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRule for the calculation. CalclationRules are represented by rows in the CALRULE table.
public java.lang.Integer getCalculationRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CRULESCALE.CALRULE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationRule for the calculation. CalclationRules are represented by rows in the CALRULE table.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.