public class StoreEntityCalculationUsageAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements StoreEntityCalculationUsageAccessBeanData
Constructor and Description |
---|
StoreEntityCalculationUsageAccessBean()
Zero argument constructor used to initialize the access bean.
|
StoreEntityCalculationUsageAccessBean(javax.ejb.EJBObject o) |
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll()
Retrieves all StoreEntityCalculationUsageAccessBeans.
The SQL query used to fetch all the required rows from the STENCALUSG table is: SELECT * FROM STENCALUSG T1 WHERE 1 = 1 |
java.util.Enumeration | findByStoreEntity(java.lang.Integer storeEntityId)
Retrieves the StoreEntityCalculationUsageAccessBeans of the specified StoreEntity.
The SQL query used to fetch all the required rows from the STENCALUSG table is: SELECT * FROM STENCALUSG T1 WHERE T1.STOREENT_ID = ? |
java.lang.String | getActiveCalculationCodeCombineMethodId() |
java.lang.Integer | getActiveCalculationCodeCombineMethodIdInEJBType() |
java.lang.String | getActiveCalculationRuleCombineMethodId() |
java.lang.Integer | getActiveCalculationRuleCombineMethodIdInEJBType() |
java.lang.String | getApplyCalculationUsageMethodId() |
java.lang.Integer | getApplyCalculationUsageMethodIdInEJBType() |
java.lang.String | getCalculationCodeId() |
java.lang.Integer | getCalculationCodeIdInEJBType() |
java.lang.String | getCalculationUsageId() |
java.lang.Integer | getCalculationUsageIdInEJBType() |
java.lang.String | getFinalizeCalculationUsageMethodId() |
java.lang.Integer | getFinalizeCalculationUsageMethodIdInEJBType() |
java.lang.String | getInitializeCalculationUsageMethodId() |
java.lang.Integer | getInitializeCalculationUsageMethodIdInEJBType() |
java.lang.String | getSequence() |
java.lang.Double | getSequenceInEJBType() |
java.lang.String | getStoreEntityId() |
java.lang.Integer | getStoreEntityIdInEJBType() |
java.lang.String | getSummarizeCalculationUsageMethodId() |
java.lang.Integer | getSummarizeCalculationUsageMethodIdInEJBType() |
java.lang.String | getUsageFlags() |
java.lang.Integer | getUsageFlagsInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setActiveCalculationCodeCombineMethodId(java.lang.Integer newValue) |
void | setActiveCalculationCodeCombineMethodId(java.lang.String newValue) |
void | setActiveCalculationRuleCombineMethodId(java.lang.Integer newValue) |
void | setActiveCalculationRuleCombineMethodId(java.lang.String newValue) |
void | setApplyCalculationUsageMethodId(java.lang.Integer newValue) |
void | setApplyCalculationUsageMethodId(java.lang.String newValue) |
void | setCalculationCodeId(java.lang.Integer newValue) |
void | setCalculationCodeId(java.lang.String newValue) |
void | setCalculationUsageId(java.lang.Integer newValue) |
void | setCalculationUsageId(java.lang.String newValue) |
void | setFinalizeCalculationUsageMethodId(java.lang.Integer newValue) |
void | setFinalizeCalculationUsageMethodId(java.lang.String newValue) |
void | setInitializeCalculationUsageMethodId(java.lang.Integer newValue) |
void | setInitializeCalculationUsageMethodId(java.lang.String newValue) |
void | setInitKey_calculationUsageId(java.lang.String newValue) |
void | setInitKey_storeEntityId(java.lang.String newValue) |
void | setSequence(java.lang.Double newValue) |
void | setSequence(java.lang.String newValue) |
void | setStoreEntityId(java.lang.Integer newValue) |
void | setStoreEntityId(java.lang.String newValue) |
void | setSummarizeCalculationUsageMethodId(java.lang.Integer newValue) |
void | setSummarizeCalculationUsageMethodId(java.lang.String newValue) |
void | setUsageFlags(java.lang.Integer newValue) |
void | setUsageFlags(java.lang.String newValue) |
public StoreEntityCalculationUsageAccessBean()
public StoreEntityCalculationUsageAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all StoreEntityCalculationUsageAccessBeans.
The SQL query used to fetch all the required rows from the STENCALUSG table is:
SELECT * FROM STENCALUSG T1 WHERE 1 = 1
public java.util.Enumeration findByStoreEntity(java.lang.Integer storeEntityId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the StoreEntityCalculationUsageAccessBeans of the specified StoreEntity.
The SQL query used to fetch all the required rows from the STENCALUSG table is:
SELECT * FROM STENCALUSG T1 WHERE T1.STOREENT_ID = ?
public void setInitKey_calculationUsageId(java.lang.String newValue)
public void setInitKey_storeEntityId(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 getApplyCalculationUsageMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getApplyCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setApplyCalculationUsageMethodId(java.lang.String newValue)
public void setApplyCalculationUsageMethodId(java.lang.Integer newValue)
public java.lang.String getCalculationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCalculationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationCodeId(java.lang.String newValue)
public void setCalculationCodeId(java.lang.Integer newValue)
public java.lang.String getActiveCalculationRuleCombineMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getActiveCalculationRuleCombineMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setActiveCalculationRuleCombineMethodId(java.lang.String newValue)
public void setActiveCalculationRuleCombineMethodId(java.lang.Integer newValue)
public java.lang.String getUsageFlags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getUsageFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUsageFlags(java.lang.String newValue)
public void setUsageFlags(java.lang.Integer newValue)
public java.lang.String getFinalizeCalculationUsageMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getFinalizeCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFinalizeCalculationUsageMethodId(java.lang.String newValue)
public void setFinalizeCalculationUsageMethodId(java.lang.Integer newValue)
public java.lang.String getActiveCalculationCodeCombineMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getActiveCalculationCodeCombineMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setActiveCalculationCodeCombineMethodId(java.lang.String newValue)
public void setActiveCalculationCodeCombineMethodId(java.lang.Integer newValue)
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreEntityId(java.lang.String newValue)
public void setStoreEntityId(java.lang.Integer newValue)
public java.lang.String getInitializeCalculationUsageMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getInitializeCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setInitializeCalculationUsageMethodId(java.lang.String newValue)
public void setInitializeCalculationUsageMethodId(java.lang.Integer newValue)
public java.lang.String getSummarizeCalculationUsageMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getSummarizeCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSummarizeCalculationUsageMethodId(java.lang.String newValue)
public void setSummarizeCalculationUsageMethodId(java.lang.Integer newValue)
public java.lang.String getCalculationUsageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCalculationUsageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCalculationUsageId(java.lang.String newValue)
public void setCalculationUsageId(java.lang.Integer newValue)
public java.lang.String getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSequence(java.lang.String newValue)
public void setSequence(java.lang.Double newValue)