|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.fulfillment.objects.StoreEntityCalculationUsageAccessBean
This bean provides access to the STENCALUSG table.
The following is a description of this table:
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
StoreEntityCalculationUsageAccessBean()
Default constructor. |
|
StoreEntityCalculationUsageAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
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 aStoreEntityId)
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 NULL. |
java.lang.Integer |
getActiveCalculationCodeCombineMethodIdInEJBType()
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getActiveCalculationRuleCombineMethodId()
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getActiveCalculationRuleCombineMethodIdInEJBType()
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getApplyCalculationUsageMethodId()
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL. |
java.lang.Integer |
getApplyCalculationUsageMethodIdInEJBType()
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL. |
java.lang.String |
getCalculationCodeId()
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationCodeIdInEJBType()
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL. |
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 NULL. |
java.lang.Integer |
getFinalizeCalculationUsageMethodIdInEJBType()
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER NULL. |
java.lang.String |
getInitializeCalculationUsageMethodId()
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL. |
java.lang.Integer |
getInitializeCalculationUsageMethodIdInEJBType()
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL. |
java.lang.String |
getSequence()
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL. |
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 NULL. |
java.lang.Integer |
getSummarizeCalculationUsageMethodIdInEJBType()
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER NULL. |
java.lang.String |
getUsageFlags()
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getUsageFlagsInEJBType()
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setActiveCalculationCodeCombineMethodId(java.lang.Integer aActiveCalculationCodeCombineMethodId)
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
void |
setActiveCalculationCodeCombineMethodId(java.lang.String aActiveCalculationCodeCombineMethodId)
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
void |
setActiveCalculationRuleCombineMethodId(java.lang.Integer aActiveCalculationRuleCombineMethodId)
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
void |
setActiveCalculationRuleCombineMethodId(java.lang.String aActiveCalculationRuleCombineMethodId)
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
void |
setApplyCalculationUsageMethodId(java.lang.Integer aApplyCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL. |
void |
setApplyCalculationUsageMethodId(java.lang.String aApplyCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL. |
void |
setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationCodeId(java.lang.String aCalculationCodeId)
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL. |
void |
setCalculationUsageId(java.lang.Integer aCalculationUsageId)
This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalculationUsageId(java.lang.String aCalculationUsageId)
This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setFinalizeCalculationUsageMethodId(java.lang.Integer aFinalizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER NULL. |
void |
setFinalizeCalculationUsageMethodId(java.lang.String aFinalizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER NULL. |
void |
setInitializeCalculationUsageMethodId(java.lang.Integer aInitializeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL. |
void |
setInitializeCalculationUsageMethodId(java.lang.String aInitializeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL. |
void |
setInitKey_calculationUsageId(java.lang.String aInitKey_calculationUsageId)
Set the primary key for this object |
void |
setInitKey_storeEntityId(java.lang.String aInitKey_storeEntityId)
Set the primary key for this object |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL. |
void |
setSequence(java.lang.String aSequence)
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setSummarizeCalculationUsageMethodId(java.lang.Integer aSummarizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER NULL. |
void |
setSummarizeCalculationUsageMethodId(java.lang.String aSummarizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER NULL. |
void |
setUsageFlags(java.lang.Integer aUsageFlags)
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL. |
void |
setUsageFlags(java.lang.String aUsageFlags)
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StoreEntityCalculationUsageAccessBean()
Default constructor. Maps to findByPrimaryKey.
public StoreEntityCalculationUsageAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreEntity(java.lang.Integer aStoreEntityId) 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 = ?
aStoreEntityId
- the StoreEntity IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
getActiveCalculationCodeCombineMethodId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
getActiveCalculationRuleCombineMethodId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
getApplyCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
getCalculationCodeId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCalculationUsageId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
getFinalizeCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
getInitializeCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
getSequence
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStoreEntityId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
getSummarizeCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
Bit flags to control how the OrderPrepare command uses this CalculationUsage:
1 = use - use this CalculationUsage.
2 = check - throw an ECApplicationException if this CalculationUsage does not calculate a value for an OrderItem.
getUsageFlags
in interface StoreEntityCalculationUsageAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
Bit flags to control how the OrderPrepare command uses this CalculationUsage:
1 = use - use this CalculationUsage.
2 = check - throw an ECApplicationException if this CalculationUsage does not calculate a value for an OrderItem.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setActiveCalculationCodeCombineMethodId(java.lang.Integer aActiveCalculationCodeCombineMethodId)
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
aActiveCalculationCodeCombineMethodId
- java.lang.Integerpublic void setActiveCalculationCodeCombineMethodId(java.lang.String aActiveCalculationCodeCombineMethodId)
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationCodeCombineMethod for the StoreEntity and CalculationUsage.
setActiveCalculationCodeCombineMethodId
in interface StoreEntityCalculationUsageAccessBeanData
aActiveCalculationCodeCombineMethodId
- java.lang.Stringpublic void setActiveCalculationRuleCombineMethodId(java.lang.Integer aActiveCalculationRuleCombineMethodId)
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
aActiveCalculationRuleCombineMethodId
- java.lang.Integerpublic void setActiveCalculationRuleCombineMethodId(java.lang.String aActiveCalculationRuleCombineMethodId)
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The CalculationRuleCombineMethod for the StoreEntity and CalculationUsage.
setActiveCalculationRuleCombineMethodId
in interface StoreEntityCalculationUsageAccessBeanData
aActiveCalculationRuleCombineMethodId
- java.lang.Stringpublic void setApplyCalculationUsageMethodId(java.lang.Integer aApplyCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL.
The following is a description of this column:
The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
aApplyCalculationUsageMethodId
- java.lang.Integerpublic void setApplyCalculationUsageMethodId(java.lang.String aApplyCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL.
The following is a description of this column:
The ApplyCalculationUsageMethod for the StoreEntity and CalculationUsage.
setApplyCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
aApplyCalculationUsageMethodId
- java.lang.Stringpublic void setCalculationCodeId(java.lang.Integer aCalculationCodeId)
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
aCalculationCodeId
- java.lang.Integerpublic void setCalculationCodeId(java.lang.String aCalculationCodeId)
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The default CalculationCode, of the specified CalculationUsage, for the StoreEntity.
setCalculationCodeId
in interface StoreEntityCalculationUsageAccessBeanData
aCalculationCodeId
- java.lang.Stringpublic void setCalculationUsageId(java.lang.Integer aCalculationUsageId)
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.
aCalculationUsageId
- java.lang.Integerpublic void setCalculationUsageId(java.lang.String aCalculationUsageId)
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.
setCalculationUsageId
in interface StoreEntityCalculationUsageAccessBeanData
aCalculationUsageId
- java.lang.Stringpublic void setFinalizeCalculationUsageMethodId(java.lang.Integer aFinalizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER NULL.
The following is a description of this column:
The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
aFinalizeCalculationUsageMethodId
- java.lang.Integerpublic void setFinalizeCalculationUsageMethodId(java.lang.String aFinalizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER NULL.
The following is a description of this column:
The FinalizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
setFinalizeCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
aFinalizeCalculationUsageMethodId
- java.lang.Stringpublic void setInitializeCalculationUsageMethodId(java.lang.Integer aInitializeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL.
The following is a description of this column:
The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
aInitializeCalculationUsageMethodId
- java.lang.Integerpublic void setInitializeCalculationUsageMethodId(java.lang.String aInitializeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL.
The following is a description of this column:
The InitializeCalculationUsageMethod for the StoreEntity and CalculationUsage.
setInitializeCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
aInitializeCalculationUsageMethodId
- java.lang.Stringpublic void setInitKey_calculationUsageId(java.lang.String aInitKey_calculationUsageId)
Set the primary key for this object
aInitKey_calculationUsageId
- java.lang.Stringpublic void setInitKey_storeEntityId(java.lang.String aInitKey_storeEntityId)
Set the primary key for this object
aInitKey_storeEntityId
- java.lang.Stringpublic void setSequence(java.lang.Double aSequence)
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL.
The following is a description of this column:
The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
aSequence
- java.lang.Doublepublic void setSequence(java.lang.String aSequence)
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL.
The following is a description of this column:
The OrderPrepare and OrderPrepare commands use CalculationUsages in ascending order of this Sequence attribute.
setSequence
in interface StoreEntityCalculationUsageAccessBeanData
aSequence
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
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.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
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.
setStoreEntityId
in interface StoreEntityCalculationUsageAccessBeanData
aStoreEntityId
- java.lang.Stringpublic void setSummarizeCalculationUsageMethodId(java.lang.Integer aSummarizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER NULL.
The following is a description of this column:
The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
aSummarizeCalculationUsageMethodId
- java.lang.Integerpublic void setSummarizeCalculationUsageMethodId(java.lang.String aSummarizeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER NULL.
The following is a description of this column:
The SummarizeCalculationUsageMethod for the StoreEntity and CalculationUsage.
setSummarizeCalculationUsageMethodId
in interface StoreEntityCalculationUsageAccessBeanData
aSummarizeCalculationUsageMethodId
- java.lang.Stringpublic void setUsageFlags(java.lang.Integer aUsageFlags)
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flags to control how the OrderPrepare command uses this CalculationUsage:
1 = use - use this CalculationUsage.
2 = check - throw an ECApplicationException if this CalculationUsage does not calculate a value for an OrderItem.
aUsageFlags
- java.lang.Integerpublic void setUsageFlags(java.lang.String aUsageFlags)
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flags to control how the OrderPrepare command uses this CalculationUsage:
1 = use - use this CalculationUsage.
2 = check - throw an ECApplicationException if this CalculationUsage does not calculate a value for an OrderItem.
setUsageFlags
in interface StoreEntityCalculationUsageAccessBeanData
aUsageFlags
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |