java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.StoreEntityCalculationUsageAccessBean
Each row of this table contains information about how a CalculationUsage is used by a StoreEntity. If a column value is NULL for a Store, the Store uses the value specified for its StoreGroup. This access bean corresponds to the database table 'STENCALUSG'.
Constructor Summary | |
StoreEntityCalculationUsageAccessBean() Zero argument constructor used to initialize the access bean. |
|
StoreEntityCalculationUsageAccessBean(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 | 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() This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER. |
java.lang.Integer | getActiveCalculationCodeCombineMethodIdInEJBType() This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER. |
java.lang.String | getActiveCalculationRuleCombineMethodId() This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER. |
java.lang.Integer | getActiveCalculationRuleCombineMethodIdInEJBType() This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER. |
java.lang.String | getApplyCalculationUsageMethodId() This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER. |
java.lang.Integer | getApplyCalculationUsageMethodIdInEJBType() This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER. |
java.lang.String | getCalculationCodeId() This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER. |
java.lang.Integer | getCalculationCodeIdInEJBType() This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER. |
java.lang.String | getCalculationUsageId() This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getCalculationUsageIdInEJBType() This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getFinalizeCalculationUsageMethodId() This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER. |
java.lang.Integer | getFinalizeCalculationUsageMethodIdInEJBType() This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER. |
java.lang.String | getInitializeCalculationUsageMethodId() This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER. |
java.lang.Integer | getInitializeCalculationUsageMethodIdInEJBType() This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER. |
java.lang.String | getSequence() This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0. |
java.lang.Double | getSequenceInEJBType() This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0. |
java.lang.String | getStoreEntityId() This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreEntityIdInEJBType() This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getSummarizeCalculationUsageMethodId() This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER. |
java.lang.Integer | getSummarizeCalculationUsageMethodIdInEJBType() This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER. |
java.lang.String | getUsageFlags() This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getUsageFlagsInEJBType() This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setActiveCalculationCodeCombineMethodId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setActiveCalculationCodeCombineMethodId(java.lang.String newValue) This method accesses a non-CMP field |
void | setActiveCalculationRuleCombineMethodId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setActiveCalculationRuleCombineMethodId(java.lang.String newValue) This method accesses a non-CMP field |
void | setApplyCalculationUsageMethodId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setApplyCalculationUsageMethodId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCalculationCodeId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setCalculationCodeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCalculationUsageId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setCalculationUsageId(java.lang.String newValue) This method accesses a non-CMP field |
void | setFinalizeCalculationUsageMethodId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setFinalizeCalculationUsageMethodId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitializeCalculationUsageMethodId(java.lang.Integer newValue) Set the primary key for this object |
void | setInitializeCalculationUsageMethodId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_calculationUsageId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_storeEntityId(java.lang.String newValue) Set the primary key for this object |
void | setSequence(java.lang.Double newValue) This method accesses a non-CMP field |
void | setSequence(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreEntityId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreEntityId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSummarizeCalculationUsageMethodId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSummarizeCalculationUsageMethodId(java.lang.String newValue) This method accesses a non-CMP field |
void | setUsageFlags(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setUsageFlags(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 StoreEntityCalculationUsageAccessBean()
public StoreEntityCalculationUsageAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
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)
Set the primary key for this object
public void setInitKey_storeEntityId(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 getApplyCalculationUsageMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER.
The following is a description of this column:
The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
public java.lang.Integer getApplyCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER.
The following is a description of this column:
The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
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
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
public java.lang.Integer getCalculationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
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
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER.
The following is a description of this column:
The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
public java.lang.Integer getActiveCalculationRuleCombineMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER.
The following is a description of this column:
The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
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
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Bit flags to control how the OrderPrepare command uses this CalculationUsage:&l
public java.lang.Integer getUsageFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Bit flags to control how the OrderPrepare command uses this CalculationUsage:&l
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
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER.
The following is a description of this column:
The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
public java.lang.Integer getFinalizeCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER.
The following is a description of this column:
The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
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
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER.
The following is a description of this column:
The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
public java.lang.Integer getActiveCalculationCodeCombineMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER.
The following is a description of this column:
The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
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
This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
public java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
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
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER.
The following is a description of this column:
The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
public java.lang.Integer getInitializeCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER.
The following is a description of this column:
The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
public void setInitializeCalculationUsageMethodId(java.lang.String newValue)
Set the primary key for this object
public void setInitializeCalculationUsageMethodId(java.lang.Integer newValue)
Set the primary key for this object
public java.lang.String getSummarizeCalculationUsageMethodId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER.
The following is a description of this column:
The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
public java.lang.Integer getSummarizeCalculationUsageMethodIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER.
The following is a description of this column:
The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
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
This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationUsage.
public java.lang.Integer getCalculationUsageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The CalculationUsage.
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
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0.
The following is a description of this column:
The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
public java.lang.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0.
The following is a description of this column:
The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
public void setSequence(java.lang.String newValue)
public void setSequence(java.lang.Double newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.