public class TaxJurisdictionGroupCalculationRuleAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements TaxJurisdictionGroupCalculationRuleAccessBeanData
Constructor and Description |
---|
TaxJurisdictionGroupCalculationRuleAccessBean()
TaxJurisdictionGroupCalculationRuleAccessBean
|
TaxJurisdictionGroupCalculationRuleAccessBean(javax.ejb.EJBObject o)
TaxJurisdictionGroupCalculationRuleAccessBean
|
TaxJurisdictionGroupCalculationRuleAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2)
TaxJurisdictionGroupCalculationRuleAccessBean
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper()
commitCopyHelper
|
java.lang.String | defaultJNDIName()
defaultJNDIName
|
java.util.Enumeration | findByFulfillmentCenterAndJurisdictionSortedByPrecedence(java.lang.Integer fulfillmentCenterId, java.lang.Integer jurisdictionId)
Retrieves all the tax categories for the indicated store and tax type for display.
|
java.util.Enumeration | findByFulfillmentCentreJurisdictionGroupWithHighestPrecedence(java.lang.Integer fulfillmentCenterId, java.lang.Integer jurisdictionGroupId)
Retrieves all the tax categories for the indicated store and tax type for display.
|
java.lang.String | getCalculationRuleId()
getCalculationRuleId
|
java.lang.Integer | getCalculationRuleIdInEJBType()
getCalculationRuleIdInEJBType
|
java.lang.String | getFulfillmentCenterId()
getFulfillmentCenterId
|
java.lang.Integer | getFulfillmentCenterIdInEJBType()
getFulfillmentCenterIdInEJBType
|
java.lang.String | getJurisdictionGroupId()
getJurisdictionGroupId
|
java.lang.Integer | getJurisdictionGroupIdInEJBType()
getJurisdictionGroupIdInEJBType
|
java.lang.String | getPrecedence()
getPrecedence
|
java.lang.Double | getPrecedenceInEJBType()
getPrecedenceInEJBType
|
java.lang.String | getTaxJCRuleId()
getTaxJCRuleId
|
java.lang.Integer | getTaxJCRuleIdInEJBType()
getTaxJCRuleIdInEJBType
|
protected void | instantiateEJB()
instantiateEJB
|
protected boolean | instantiateEJBByPrimaryKey()
instantiateEJBByPrimaryKey
|
void | refreshCopyHelper()
refreshCopyHelper
|
void | setCalculationRuleId(java.lang.Integer newValue)
setCalculationRuleId
|
void | setCalculationRuleId(java.lang.String newValue)
setCalculationRuleId
|
void | setFulfillmentCenterId(java.lang.Integer newValue)
setFulfillmentCenterId
|
void | setFulfillmentCenterId(java.lang.String newValue)
setFulfillmentCenterId
|
void | setInitKey_nCalculationRuleId(java.lang.String newValue)
setInitKey_nCalculationRuleId
|
void | setInitKey_nFulfillmentCenterId(java.lang.String newValue)
setInitKey_nFulfillmentCenterId
|
void | setInitKey_nJurisdictionGroupId(java.lang.String newValue)
setInitKey_nJurisdictionGroupId
|
void | setJurisdictionGroupId(java.lang.Integer newValue)
setJurisdictionGroupId
|
void | setJurisdictionGroupId(java.lang.String newValue)
setJurisdictionGroupId
|
void | setPrecedence(java.lang.Double newValue)
setPrecedence
|
void | setPrecedence(java.lang.String newValue)
setPrecedence
|
void | setTaxJCRuleId(java.lang.Integer newValue)
setTaxJCRuleId
|
void | setTaxJCRuleId(java.lang.String newValue)
setTaxJCRuleId
|
public TaxJurisdictionGroupCalculationRuleAccessBean()
public TaxJurisdictionGroupCalculationRuleAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public TaxJurisdictionGroupCalculationRuleAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
public java.lang.String getCalculationRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationRuleId(java.lang.Integer newValue)
public java.lang.String getFulfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFulfillmentCenterId(java.lang.Integer newValue)
public java.lang.String getJurisdictionGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setJurisdictionGroupId(java.lang.Integer newValue)
public java.lang.String getPrecedence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrecedence(java.lang.Double newValue)
public java.lang.String getTaxJCRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxJCRuleId(java.lang.Integer newValue)
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.util.Enumeration findByFulfillmentCentreJurisdictionGroupWithHighestPrecedence(java.lang.Integer fulfillmentCenterId, java.lang.Integer jurisdictionGroupId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the tax categories for the indicated store and tax type for display.
The SQL query used to fetch all the required rows from the TAXJCRULE table is:
SELECT * FROM TAXJCRULE T1 WHERE (T1.FFMCENTER_ID = ?) and (T1.JURSTGROUP_ID = ?) and (T1.PRECEDENCE )
public java.util.Enumeration findByFulfillmentCenterAndJurisdictionSortedByPrecedence(java.lang.Integer fulfillmentCenterId, java.lang.Integer jurisdictionId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the tax categories for the indicated store and tax type for display.
The SQL query used to fetch all the required rows from the TAXJCRULE table is:
SELECT * FROM TAXJCRULE T1 WHERE (FFMCENTER_ID IS NULL OR FFMCENTER_ID = ?) and (JURSTGROUP_ID IS NULL OR JURSTGROUP_ID in (select JURSTGROUP_ID from JURSTGPREL where JURST_ID = ?)) order by PRECEDENCE desc
public java.lang.Integer getCalculationRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationRuleId(java.lang.String newValue)
public java.lang.Integer getFulfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFulfillmentCenterId(java.lang.String newValue)
public java.lang.Integer getJurisdictionGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setJurisdictionGroupId(java.lang.String newValue)
public java.lang.Double getPrecedenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrecedence(java.lang.String newValue)
public java.lang.Integer getTaxJCRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTaxJCRuleId(java.lang.String newValue)
public void setInitKey_nCalculationRuleId(java.lang.String newValue)
public void setInitKey_nFulfillmentCenterId(java.lang.String newValue)
public void setInitKey_nJurisdictionGroupId(java.lang.String newValue)