|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.StoreEntityCalculationUsageBean
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.
Constructor Summary | |
StoreEntityCalculationUsageBean()
|
Method Summary | |
java.lang.Integer |
getActiveCalculationCodeCombineMethodId()
This method provides access to the STENCALUSG.ACTCC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getActiveCalculationRuleCombineMethodId()
This method provides access to the STENCALUSG.ACTRC_CALMETHOD_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getApplyCalculationUsageMethodId()
This method provides access to the STENCALUSG.CALMETHOD_ID_APP column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationCodeId()
This method provides access to the STENCALUSG.CALCODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getCalculationUsageId()
This method provides access to the STENCALUSG.CALUSAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFinalizeCalculationUsageMethodId()
This method provides access to the STENCALUSG.CALMETHOD_ID_FIN column of DB2 type INTEGER NULL. |
java.lang.Integer |
getInitializeCalculationUsageMethodId()
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL. |
java.lang.Double |
getSequence()
This method provides access to the STENCALUSG.SEQUENCE column of DB2 type DOUBLE NOT NULL. |
java.lang.Integer |
getStoreEntityId()
This method provides access to the STENCALUSG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSummarizeCalculationUsageMethodId()
This method provides access to the STENCALUSG.CALMETHOD_ID_SUM column of DB2 type INTEGER NULL. |
java.lang.Integer |
getUsageFlags()
This method provides access to the STENCALUSG.USAGEFLAGS column of DB2 type INTEGER NOT NULL. |
void |
setActiveCalculationCodeCombineMethodId(java.lang.Integer 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 |
setApplyCalculationUsageMethodId(java.lang.Integer 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 |
setCalculationUsageId(java.lang.Integer 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 |
setInitializeCalculationUsageMethodId(java.lang.Integer aInitializeCalculationUsageMethodId)
This method provides access to the STENCALUSG.CALMETHOD_ID_INI column of DB2 type INTEGER NULL. |
void |
setSequence(java.lang.Double 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 |
setSummarizeCalculationUsageMethodId(java.lang.Integer 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. |
Constructor Detail |
public StoreEntityCalculationUsageBean()
Method Detail |
public java.lang.Integer getActiveCalculationCodeCombineMethodId()
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.
public java.lang.Integer getActiveCalculationRuleCombineMethodId()
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.
public java.lang.Integer getApplyCalculationUsageMethodId()
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.
public java.lang.Integer getCalculationCodeId()
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.
public java.lang.Integer getCalculationUsageId()
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 getFinalizeCalculationUsageMethodId()
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.
public java.lang.Integer getInitializeCalculationUsageMethodId()
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.
public java.lang.Double getSequence()
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.
public java.lang.Integer getStoreEntityId()
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 getSummarizeCalculationUsageMethodId()
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.
public java.lang.Integer getUsageFlags()
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.
public 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 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 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 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 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 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 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 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 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 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 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.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |