public class CalculationRuleScaleRelationshipAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements CalculationRuleScaleRelationshipAccessBeanData
Constructor and Description |
---|
CalculationRuleScaleRelationshipAccessBean()
Zero argument constructor used to initialize the access bean.
|
CalculationRuleScaleRelationshipAccessBean(javax.ejb.EJBObject o) |
CalculationRuleScaleRelationshipAccessBean(java.lang.Integer arg1, java.lang.Integer arg2)
Creates an access bean with the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
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() |
java.lang.Integer | getCalculationRuleIdInEJBType() |
java.lang.String | getCalculationScaleId() |
java.lang.Integer | getCalculationScaleIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setInitKey_calculationRuleId(java.lang.String newValue) |
void | setInitKey_calculationScaleId(java.lang.String newValue) |
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.
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)
public void setInitKey_calculationScaleId(java.lang.String newValue)
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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCalculationScaleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCalculationScaleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCalculationRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCalculationRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException