com.ibm.commerce.fulfillment.objects
Class StoreEntityCalculationUsageAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.fulfillment.objects.StoreEntityCalculationUsageAccessBean
All Implemented Interfaces:
StoreEntityCalculationUsageAccessBeanData

public class StoreEntityCalculationUsageAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements StoreEntityCalculationUsageAccessBeanData

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'.

See Also:
Serialized Form

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

StoreEntityCalculationUsageAccessBean

public StoreEntityCalculationUsageAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.fulfillment.objects.StoreEntityCalculationUsage com.ibm.commerce.fulfillment.objimpl.StoreEntityCalculationUsageHomeBase.findByPrimaryKey(com.ibm.commerce.fulfillment.objects.StoreEntityCalculationUsageKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_calculationUsageId( java.lang.Integer ) setInitKey_storeEntityId( java.lang.Integer )

StoreEntityCalculationUsageAccessBean

public StoreEntityCalculationUsageAccessBean(javax.ejb.EJBObject o)
                                      throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException
Method Detail

findAll

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

Returns:
An Enumeration of all the StoreEntityCalculationUsageAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreEntity

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 = ?

Parameters:
storeEntityId - the StoreEntity ID
Returns:
An Enumeration of all the StoreEntityCalculationUsageAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setInitKey_calculationUsageId

public void setInitKey_calculationUsageId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_storeEntityId

public void setInitKey_storeEntityId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getApplyCalculationUsageMethodId

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.

Specified by:
getApplyCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getApplyCalculationUsageMethodIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setApplyCalculationUsageMethodId

public void setApplyCalculationUsageMethodId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setApplyCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData

setApplyCalculationUsageMethodId

public void setApplyCalculationUsageMethodId(java.lang.Integer newValue)
This method accesses a non-CMP field

getCalculationCodeId

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.

Specified by:
getCalculationCodeId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCalculationCodeIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationCodeId

public void setCalculationCodeId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCalculationCodeId in interface StoreEntityCalculationUsageAccessBeanData

setCalculationCodeId

public void setCalculationCodeId(java.lang.Integer newValue)
This method accesses a non-CMP field

getActiveCalculationRuleCombineMethodId

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.

Specified by:
getActiveCalculationRuleCombineMethodId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getActiveCalculationRuleCombineMethodIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setActiveCalculationRuleCombineMethodId

public void setActiveCalculationRuleCombineMethodId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setActiveCalculationRuleCombineMethodId in interface StoreEntityCalculationUsageAccessBeanData

setActiveCalculationRuleCombineMethodId

public void setActiveCalculationRuleCombineMethodId(java.lang.Integer newValue)
This method accesses a non-CMP field

getUsageFlags

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

Specified by:
getUsageFlags in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getUsageFlagsInEJBType

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

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUsageFlags

public void setUsageFlags(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUsageFlags in interface StoreEntityCalculationUsageAccessBeanData

setUsageFlags

public void setUsageFlags(java.lang.Integer newValue)
This method accesses a non-CMP field

getFinalizeCalculationUsageMethodId

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.

Specified by:
getFinalizeCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getFinalizeCalculationUsageMethodIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFinalizeCalculationUsageMethodId

public void setFinalizeCalculationUsageMethodId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setFinalizeCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData

setFinalizeCalculationUsageMethodId

public void setFinalizeCalculationUsageMethodId(java.lang.Integer newValue)
This method accesses a non-CMP field

getActiveCalculationCodeCombineMethodId

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.

Specified by:
getActiveCalculationCodeCombineMethodId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getActiveCalculationCodeCombineMethodIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setActiveCalculationCodeCombineMethodId

public void setActiveCalculationCodeCombineMethodId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setActiveCalculationCodeCombineMethodId in interface StoreEntityCalculationUsageAccessBeanData

setActiveCalculationCodeCombineMethodId

public void setActiveCalculationCodeCombineMethodId(java.lang.Integer newValue)
This method accesses a non-CMP field

getStoreEntityId

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.

Specified by:
getStoreEntityId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreEntityIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStoreEntityId in interface StoreEntityCalculationUsageAccessBeanData

setStoreEntityId

public void setStoreEntityId(java.lang.Integer newValue)
This method accesses a non-CMP field

getInitializeCalculationUsageMethodId

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.

Specified by:
getInitializeCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getInitializeCalculationUsageMethodIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitializeCalculationUsageMethodId

public void setInitializeCalculationUsageMethodId(java.lang.String newValue)

Set the primary key for this object

Specified by:
setInitializeCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData
Parameters:
newValue - String
Returns:
void

setInitializeCalculationUsageMethodId

public void setInitializeCalculationUsageMethodId(java.lang.Integer newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.Integer
Returns:
void

getSummarizeCalculationUsageMethodId

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.

Specified by:
getSummarizeCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSummarizeCalculationUsageMethodIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSummarizeCalculationUsageMethodId

public void setSummarizeCalculationUsageMethodId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setSummarizeCalculationUsageMethodId in interface StoreEntityCalculationUsageAccessBeanData

setSummarizeCalculationUsageMethodId

public void setSummarizeCalculationUsageMethodId(java.lang.Integer newValue)
This method accesses a non-CMP field

getCalculationUsageId

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.

Specified by:
getCalculationUsageId in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCalculationUsageIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCalculationUsageId

public void setCalculationUsageId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCalculationUsageId in interface StoreEntityCalculationUsageAccessBeanData

setCalculationUsageId

public void setCalculationUsageId(java.lang.Integer newValue)
This method accesses a non-CMP field

getSequence

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.

Specified by:
getSequence in interface StoreEntityCalculationUsageAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSequenceInEJBType

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.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSequence

public void setSequence(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setSequence in interface StoreEntityCalculationUsageAccessBeanData

setSequence

public void setSequence(java.lang.Double newValue)
This method accesses a non-CMP field

Feedback