- getBonus() - Method in interface scpc.model.ILeafRule
-
優惠品項.
- getContainsCount() - Method in interface scpc.model.IRule
-
符合此規則的品項數量
- getContainsCount() - Method in class scpc.model.support.AbstractRuleBase
-
- getCurrentAsBonus(IItem<T>) - Method in interface scpc.model.ILeafRule
-
Current visit item is bonus item.
- getEvalHelper() - Method in class scpc.model.support.AbstractRuleBase
-
A formula evaluator to help analysis.
- getExpression(String) - Method in class scpc.model.support.SpelEvalHelper
-
- getFracQuantity() - Method in class scpc.model.BonusItem
-
- getIdentity() - Method in class scpc.model.BonusItem
-
- getIdentity() - Method in class scpc.model.CurrentItem
-
- getIdentity() - Method in interface scpc.model.IItem
-
購物車品項識別,例如 產品代號
- getIdentity() - Method in class scpc.model.SingleItem
-
- getInstance() - Static method in class scpc.model.CurrentItem
-
- getItem() - Method in class scpc.model.SingleItem
-
購物車裡的物品
- getNext() - Method in interface scpc.model.IChainRule
-
A chained-rule need to know where the next.
- getPrevious() - Method in interface scpc.model.IRule
-
Previous rule.
- getPrevious() - Method in class scpc.model.support.AbstractRuleBase
-
- getPreviousRulePrefix() - Method in class scpc.model.support.EvalHelper
-
A prefix string add on comman variable to represent a previous rule's
variable.
- getPriceScale() - Method in interface scpc.model.IRule
-
價格精度
- getPriority() - Method in interface scpc.model.IRule
-
Priority, the smaller the value the higher the priority.
- getQuantity() - Method in class scpc.model.BonusItem
-
The quantity of bonus.
- getQuantity() - Method in class scpc.model.CurrentItem
-
- getQuantity() - Method in interface scpc.model.IItem
-
品項的數量
- getQuantity() - Method in class scpc.model.SingleItem
-
- getQuantityFormula() - Method in class scpc.model.support.AbstractRuleBase
-
When triggered, a formula to check how many quantities should offer.
- getRegularPrice() - Method in class scpc.model.BonusItem
-
- getRegularPrice() - Method in class scpc.model.CurrentItem
-
- getRegularPrice() - Method in interface scpc.model.IItem
-
原價
- getRegularPrice() - Method in class scpc.model.SingleItem
-
- getRule() - Method in class scpc.model.BonusItem
-
The assoicate rule of this bonus.
- getSalePrice() - Method in class scpc.model.BonusItem
-
- getSalePrice() - Method in class scpc.model.CurrentItem
-
- getSalePrice() - Method in interface scpc.model.IItem
-
售價
- getSalePrice() - Method in class scpc.model.SingleItem
-
- getScriptEngine() - Method in class scpc.model.support.JsEvalHelper
-
- getSequenceNum() - Method in class scpc.model.SingleItem
-
排序編號
- getSerialNum() - Method in interface scpc.model.IRule
-
目前走訪商品之同品項物品的編號(從1起算)
- getSerialNum() - Method in class scpc.model.support.AbstractRuleBase
-
- getSumOfContainsRegularPrice() - Method in interface scpc.model.IRule
-
符合此規則的品項原價小計
- getSumOfContainsRegularPrice() - Method in class scpc.model.support.AbstractRuleBase
-
- getSumOfContainsSalePrice() - Method in interface scpc.model.IRule
-
符合此規則的品項售價小計
- getSumOfContainsSalePrice() - Method in class scpc.model.support.AbstractRuleBase
-
- getSumOfSerialRegularPrice() - Method in interface scpc.model.IRule
-
符合此規則的同品項原價小計
- getSumOfSerialRegularPrice() - Method in class scpc.model.support.AbstractRuleBase
-
- getSumOfSerialSalePrice() - Method in interface scpc.model.IRule
-
符合此規則的同品項售價小計
- getSumOfSerialSalePrice() - Method in class scpc.model.support.AbstractRuleBase
-
- getTriggerFormula() - Method in class scpc.model.support.AbstractRuleBase
-
A trigger formula is evaluated to determine whether to get a bonus or
not.
- getVarContainsCount() - Method in class scpc.model.support.EvalHelper
-
Variable name of which represent the number of items that could
applicable to this rule.
- getVarRegularPrice() - Method in class scpc.model.support.EvalHelper
-
Variable name of regular price.
- getVarSalePrice() - Method in class scpc.model.support.EvalHelper
-
Variable name of sale price.
- getVarSerialNum() - Method in class scpc.model.support.EvalHelper
-
Variable name of which represent the sequence of the same applicable
items.
- getVarSumOfContainsRegularPrice() - Method in class scpc.model.support.EvalHelper
-
Variable name of which represent the summary regular price of applicable
items.
- getVarSumOfContainsSalePrice() - Method in class scpc.model.support.EvalHelper
-
Variable name of which represent the summary sale price of applicable
items.
- getVarSumOfSerialRegularPrice() - Method in class scpc.model.support.EvalHelper
-
Variable name of which represent the summary regular price of the same
applicable items.
- getVarSumOfSerialSalePrice() - Method in class scpc.model.support.EvalHelper
-
Variable name of which represent the summary sale price of the same
applicable items.