Class GeneratedOrderThresholdFreeVoucherPromotion
java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.promotions.jalo.GeneratedAbstractPromotion
de.hybris.platform.promotions.jalo.AbstractPromotion
de.hybris.platform.promotions.jalo.GeneratedOrderPromotion
de.hybris.platform.promotions.jalo.OrderPromotion
de.hybris.platform.promotions.jalo.GeneratedOrderThresholdFreeVoucherPromotion
- All Implemented Interfaces:
Serializable,Comparable
- Direct Known Subclasses:
OrderThresholdFreeVoucherPromotion
Generated class for type
OrderThresholdFreeVoucherPromotion.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Item.AttributeMode> static final StringQualifier of theOrderThresholdFreeVoucherPromotion.freeVoucherattributestatic final StringQualifier of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattributestatic final StringQualifier of theOrderThresholdFreeVoucherPromotion.messageFiredattributestatic final StringQualifier of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattributeFields inherited from class de.hybris.platform.promotions.jalo.GeneratedAbstractPromotion
CODE, DESCRIPTION, DETAILSURL, ENABLED, ENDDATE, IMMUTABLEKEY, IMMUTABLEKEYHASH, NAME, PRIORITY, PROMOTIONGROUP, PROMOTIONGROUPHANDLER, PROMOTIONTYPE, RESTRICTIONS, STARTDATE, TITLEFields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLEDFields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEFields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.protected Map<String,Item.AttributeMode> Generated method - Getter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.Generated method - Getter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.voidsetAllMessageCouldHaveFired(SessionContext ctx, Map<Language, String> value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.voidsetAllMessageCouldHaveFired(Map<Language, String> value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.voidsetAllMessageFired(SessionContext ctx, Map<Language, String> value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.voidsetAllMessageFired(Map<Language, String> value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.voidsetFreeVoucher(SessionContext ctx, Voucher value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.voidsetFreeVoucher(Voucher value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.voidsetMessageCouldHaveFired(SessionContext ctx, String value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.voidsetMessageCouldHaveFired(String value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.voidsetMessageFired(SessionContext ctx, String value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.voidsetMessageFired(String value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.voidsetThresholdTotals(SessionContext ctx, Collection<PromotionPriceRow> value) Generated method - Setter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.voidGenerated method - Setter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.Methods inherited from class de.hybris.platform.promotions.jalo.OrderPromotion
checkRestrictions, getOrderSubtotalAfterDiscountsMethods inherited from class de.hybris.platform.promotions.jalo.AbstractPromotion
buildDataUniqueKey, buildDataUniqueKeyForCategories, buildDataUniqueKeyForPriceRows, buildDataUniqueKeyForProducts, buildMD5Hash, buildPromotionResultDataUnigueKey, createImmutableDeepClone, createItem, deepCloneAttributes, deepClonePriceRows, deletePromotionPriceRows, evaluate, findImmutablePromotionByUniqueKey, findOrCreateImmutableClone, formatMessage, getAllPromotionType, getDataUniqueKey, getPriceForOrder, getPromotionResultDataUnigueKey, getPromotionType, getRestrictions, getResultDescription, remove, setPromotionGroup, setRestrictions, toStringMethods inherited from class de.hybris.platform.promotions.jalo.GeneratedAbstractPromotion
getAllName, getAllName, getAllPromotionType, getCode, getCode, getDescription, getDescription, getDetailsURL, getDetailsURL, getEndDate, getEndDate, getImmutableKey, getImmutableKey, getImmutableKeyHash, getImmutableKeyHash, getName, getName, getPriority, getPriority, getPriorityAsPrimitive, getPriorityAsPrimitive, getPromotionGroup, getPromotionGroup, getPromotionType, getRestrictions, getStartDate, getStartDate, getTitle, getTitle, isEnabled, isEnabled, isEnabledAsPrimitive, isEnabledAsPrimitive, setAllName, setAllName, setCode, setCode, setDescription, setDescription, setDetailsURL, setDetailsURL, setEnabled, setEnabled, setEnabled, setEnabled, setEndDate, setEndDate, setImmutableKey, setImmutableKey, setImmutableKeyHash, setImmutableKeyHash, setName, setName, setPriority, setPriority, setPriority, setPriority, setPromotionGroup, setRestrictions, setStartDate, setStartDate, setTitle, setTitleMethods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItemsMethods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertyMethods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyMethods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, suppressRelation, useTA, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Field Details
-
THRESHOLDTOTALS
Qualifier of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute- See Also:
-
FREEVOUCHER
Qualifier of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute- See Also:
-
MESSAGEFIRED
Qualifier of theOrderThresholdFreeVoucherPromotion.messageFiredattribute- See Also:
-
MESSAGECOULDHAVEFIRED
Qualifier of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute- See Also:
-
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedOrderThresholdFreeVoucherPromotion
public GeneratedOrderThresholdFreeVoucherPromotion()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classGeneratedOrderPromotion
-
getFreeVoucher
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.- Returns:
- the freeVoucher - The voucher.
-
getFreeVoucher
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.- Returns:
- the freeVoucher - The voucher.
-
setFreeVoucher
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.- Parameters:
value- the freeVoucher - The voucher.
-
setFreeVoucher
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.freeVoucherattribute.- Parameters:
value- the freeVoucher - The voucher.
-
getMessageCouldHaveFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Returns:
- the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
getMessageCouldHaveFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Returns:
- the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
getAllMessageCouldHaveFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Returns:
- the localized messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
getAllMessageCouldHaveFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Returns:
- the localized messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
setMessageCouldHaveFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Parameters:
value- the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
setMessageCouldHaveFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Parameters:
value- the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
setAllMessageCouldHaveFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Parameters:
value- the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
setAllMessageCouldHaveFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageCouldHaveFiredattribute.- Parameters:
value- the messageCouldHaveFired - The message to show when the promotion could have potentially fire.
-
getMessageFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Returns:
- the messageFired - The message to show when the promotion has fired.
-
getMessageFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Returns:
- the messageFired - The message to show when the promotion has fired.
-
getAllMessageFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Returns:
- the localized messageFired - The message to show when the promotion has fired.
-
getAllMessageFired
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Returns:
- the localized messageFired - The message to show when the promotion has fired.
-
setMessageFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Parameters:
value- the messageFired - The message to show when the promotion has fired.
-
setMessageFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Parameters:
value- the messageFired - The message to show when the promotion has fired.
-
setAllMessageFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Parameters:
value- the messageFired - The message to show when the promotion has fired.
-
setAllMessageFired
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.messageFiredattribute.- Parameters:
value- the messageFired - The message to show when the promotion has fired.
-
getThresholdTotals
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.- Returns:
- the thresholdTotals - The cart total value threshold in specific currencies.
-
getThresholdTotals
Generated method - Getter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.- Returns:
- the thresholdTotals - The cart total value threshold in specific currencies.
-
setThresholdTotals
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.- Parameters:
value- the thresholdTotals - The cart total value threshold in specific currencies.
-
setThresholdTotals
Generated method - Setter of theOrderThresholdFreeVoucherPromotion.thresholdTotalsattribute.- Parameters:
value- the thresholdTotals - The cart total value threshold in specific currencies.
-