public class CachedPromotionResultModel extends PromotionResultModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CACHEDACTIONS
Generated constant - Attribute key of
CachedPromotionResult.cachedActions attribute defined at extension promotions. |
static java.lang.String |
CACHEDCONSUMEDENTRIES
Generated constant - Attribute key of
CachedPromotionResult.cachedConsumedEntries attribute defined at extension promotions. |
_ORDER2PROMOTIONRESULTSRELATION, ACTIONS, ALLPROMOTIONACTIONS, CERTAINTY, CONSUMEDENTRIES, CUSTOM, MESSAGEFIRED, MODULEVERSION, ORDER, ORDERCODE, PROMOTION, RULESMODULENAME, RULEVERSION_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CachedPromotionResultModel()
Generated constructor - Default constructor for generic creation.
|
CachedPromotionResultModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CachedPromotionResultModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractPromotionActionModel> |
getCachedActions()
Generated method - Getter of the
CachedPromotionResult.cachedActions attribute defined at extension promotions. |
java.util.Collection<CachedPromotionOrderEntryConsumedModel> |
getCachedConsumedEntries()
Generated method - Getter of the
CachedPromotionResult.cachedConsumedEntries attribute defined at extension promotions. |
void |
setCachedActions(java.util.Collection<AbstractPromotionActionModel> value)
Generated method - Setter of
CachedPromotionResult.cachedActions attribute defined at extension promotions. |
void |
setCachedConsumedEntries(java.util.Collection<CachedPromotionOrderEntryConsumedModel> value)
Generated method - Setter of
CachedPromotionResult.cachedConsumedEntries attribute defined at extension promotions. |
getActions, getAllPromotionActions, getCertainty, getConsumedEntries, getCustom, getMessageFired, getMessageFired, getModuleVersion, getOrder, getOrderCode, getPromotion, getRulesModuleName, getRuleVersion, setActions, setAllPromotionActions, setCertainty, setConsumedEntries, setCustom, setMessageFired, setMessageFired, setModuleVersion, setOrder, setOrderCode, setPromotion, setRulesModuleName, setRuleVersiongetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String CACHEDACTIONS
CachedPromotionResult.cachedActions attribute defined at extension promotions.public static final java.lang.String CACHEDCONSUMEDENTRIES
CachedPromotionResult.cachedConsumedEntries attribute defined at extension promotions.public CachedPromotionResultModel()
public CachedPromotionResultModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CachedPromotionResultModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cachedActions", type=GETTER) public java.util.Collection<AbstractPromotionActionModel> getCachedActions()
CachedPromotionResult.cachedActions attribute defined at extension promotions.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cachedConsumedEntries", type=GETTER) public java.util.Collection<CachedPromotionOrderEntryConsumedModel> getCachedConsumedEntries()
CachedPromotionResult.cachedConsumedEntries attribute defined at extension promotions.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cachedActions", type=SETTER) public void setCachedActions(java.util.Collection<AbstractPromotionActionModel> value)
CachedPromotionResult.cachedActions attribute defined at extension promotions.value - the cachedActions - Cached list of actions@Accessor(qualifier="cachedConsumedEntries", type=SETTER) public void setCachedConsumedEntries(java.util.Collection<CachedPromotionOrderEntryConsumedModel> value)
CachedPromotionResult.cachedConsumedEntries attribute defined at extension promotions.value - the cachedConsumedEntries - Cached list of consumed entriesCopyright © 2018 SAP SE. All Rights Reserved.