Class CachedPromotionOrderEntryAdjustAction
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.GeneratedAbstractPromotionAction
de.hybris.platform.promotions.jalo.AbstractPromotionAction
de.hybris.platform.promotions.jalo.GeneratedPromotionOrderEntryAdjustAction
de.hybris.platform.promotions.jalo.PromotionOrderEntryAdjustAction
de.hybris.platform.promotions.jalo.GeneratedCachedPromotionOrderEntryAdjustAction
de.hybris.platform.promotions.jalo.CachedPromotionOrderEntryAdjustAction
- All Implemented Interfaces:
JaloOnlyItem,Serializable,Comparable
public class CachedPromotionOrderEntryAdjustAction
extends GeneratedCachedPromotionOrderEntryAdjustAction
implements JaloOnlyItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.promotions.jalo.PromotionOrderEntryAdjustAction
PromotionOrderEntryAdjustAction.OrderEntryAndDiscountValueNested 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
Fields inherited from class de.hybris.platform.promotions.jalo.GeneratedCachedPromotionOrderEntryAdjustAction
DEFAULT_INITIAL_ATTRIBUTESFields inherited from class de.hybris.platform.promotions.jalo.GeneratedPromotionOrderEntryAdjustAction
AMOUNT, ORDERENTRYNUMBER, ORDERENTRYPRODUCT, ORDERENTRYQUANTITYFields inherited from class de.hybris.platform.promotions.jalo.GeneratedAbstractPromotionAction
GUID, MARKEDAPPLIED, PROMOTIONRESULT, PROMOTIONRESULTHANDLERFields 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 TypeMethodDescriptionprotected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) Has to be implemented for each concrete subtype of item.protected AbstractPromotionActiondeepClone(SessionContext ctx) Deep clone this action instance.doGetAttribute(SessionContext ctx, String attrQualifier) Custom attribute access as part ofJaloOnlyItemcontract.voiddoSetAttribute(SessionContext ctx, String attrQualifier, Object value) Custom attribute access as part ofJaloOnlyItemcontract.getAmount(SessionContext ctx) Generated method - Getter of thePromotionOrderEntryAdjustAction.amountattribute.getGuid(SessionContext ctx) Get the Unique Identifier assigned to this action.Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryNumberattribute.Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute.Generated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryQuantityattribute.Generated method - Getter of theAbstractPromotionAction.promotionResultattribute.Generated method - Getter of theAbstractPromotionAction.markedAppliedattribute.final ComposedTypeProvides composed as part ofJaloOnlyItemcontract.final DateProvides creation time as part ofJaloOnlyItemcontract.final DateProvides modification time as part ofJaloOnlyItemcontract.final PKProvides PK part ofJaloOnlyItemcontract.voidCustom removal logic as part ofJaloOnlyItemcontract.voidsetAmount(SessionContext ctx, Double amount) Generated method - Setter of thePromotionOrderEntryAdjustAction.amountattribute.voidsetGuid(SessionContext ctx, String guid) Generated method - Setter of theAbstractPromotionAction.guidattribute.voidsetMarkedApplied(SessionContext ctx, Boolean markedApplied) Generated method - Setter of theAbstractPromotionAction.markedAppliedattribute.voidsetOrderEntryNumber(SessionContext ctx, Integer orderEntryNumber) Generated method - Setter of thePromotionOrderEntryAdjustAction.orderEntryNumberattribute.voidsetOrderEntryProduct(SessionContext ctx, Product orderEntryProduct) Generated method - Setter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute.voidsetOrderEntryQuantity(SessionContext ctx, Long orderEntryQuantity) Generated method - Setter of thePromotionOrderEntryAdjustAction.orderEntryQuantityattribute.voidsetPromotionResult(SessionContext ctx, PromotionResult promotionResult) Generated method - Setter of theAbstractPromotionAction.promotionResultattribute.Methods inherited from class de.hybris.platform.promotions.jalo.GeneratedCachedPromotionOrderEntryAdjustAction
getDefaultAttributeModesMethods inherited from class de.hybris.platform.promotions.jalo.PromotionOrderEntryAdjustAction
apply, findOrderEntry, findOrderEntryDiscountValue, findOrderEntryDiscountValue, getValue, isAppliedToOrder, undoMethods inherited from class de.hybris.platform.promotions.jalo.GeneratedPromotionOrderEntryAdjustAction
getAmount, getAmountAsPrimitive, getAmountAsPrimitive, getOrderEntryNumber, getOrderEntryNumberAsPrimitive, getOrderEntryNumberAsPrimitive, getOrderEntryProduct, getOrderEntryQuantity, getOrderEntryQuantityAsPrimitive, getOrderEntryQuantityAsPrimitive, setAmount, setAmount, setAmount, setOrderEntryNumber, setOrderEntryNumber, setOrderEntryNumber, setOrderEntryProduct, setOrderEntryQuantity, setOrderEntryQuantity, setOrderEntryQuantityMethods inherited from class de.hybris.platform.promotions.jalo.AbstractPromotionAction
apply, deepCloneAttributes, insertFirstGlobalDiscountValue, insertFirstOrderEntryDiscountValue, isAppliedToOrder, undoMethods inherited from class de.hybris.platform.promotions.jalo.GeneratedAbstractPromotionAction
getGuid, getPromotionResult, isMarkedApplied, isMarkedAppliedAsPrimitive, isMarkedAppliedAsPrimitive, setGuid, setMarkedApplied, setMarkedApplied, setMarkedApplied, setPromotionResultMethods 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, 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, toString, useTA, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Constructor Details
-
CachedPromotionOrderEntryAdjustAction
public CachedPromotionOrderEntryAdjustAction()
-
-
Method Details
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classGeneratedAbstractPromotionAction- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
isMarkedApplied
Description copied from class:GeneratedAbstractPromotionActionGenerated method - Getter of theAbstractPromotionAction.markedAppliedattribute.- Overrides:
isMarkedAppliedin classGeneratedAbstractPromotionAction- Returns:
- the markedApplied - Flag to indicate that this promotion is applied.
-
setMarkedApplied
Description copied from class:GeneratedAbstractPromotionActionGenerated method - Setter of theAbstractPromotionAction.markedAppliedattribute.- Overrides:
setMarkedAppliedin classGeneratedAbstractPromotionActionmarkedApplied- the markedApplied - Flag to indicate that this promotion is applied.
-
getGuid
Description copied from class:AbstractPromotionActionGet the Unique Identifier assigned to this action.- Overrides:
getGuidin classAbstractPromotionAction- Parameters:
ctx- The hybris context- Returns:
- the unique identifier
-
setGuid
Description copied from class:GeneratedAbstractPromotionActionGenerated method - Setter of theAbstractPromotionAction.guidattribute.- Overrides:
setGuidin classGeneratedAbstractPromotionActionguid- the guid - The unique identifier for this action.
-
getPromotionResult
Description copied from class:GeneratedAbstractPromotionActionGenerated method - Getter of theAbstractPromotionAction.promotionResultattribute.- Overrides:
getPromotionResultin classGeneratedAbstractPromotionAction- Returns:
- the promotionResult
-
setPromotionResult
Description copied from class:GeneratedAbstractPromotionActionGenerated method - Setter of theAbstractPromotionAction.promotionResultattribute.- Overrides:
setPromotionResultin classGeneratedAbstractPromotionActionpromotionResult- the promotionResult
-
getAmount
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Getter of thePromotionOrderEntryAdjustAction.amountattribute.- Overrides:
getAmountin classGeneratedPromotionOrderEntryAdjustAction- Returns:
- the amount - The amount to adjust the order entry by.
-
setAmount
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Setter of thePromotionOrderEntryAdjustAction.amountattribute.- Overrides:
setAmountin classGeneratedPromotionOrderEntryAdjustActionamount- the amount - The amount to adjust the order entry by.
-
getOrderEntryNumber
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryNumberattribute.- Overrides:
getOrderEntryNumberin classGeneratedPromotionOrderEntryAdjustAction- Returns:
- the orderEntryNumber - The entry number in the order
-
setOrderEntryNumber
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Setter of thePromotionOrderEntryAdjustAction.orderEntryNumberattribute.- Overrides:
setOrderEntryNumberin classGeneratedPromotionOrderEntryAdjustActionorderEntryNumber- the orderEntryNumber - The entry number in the order
-
getOrderEntryProduct
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute.- Overrides:
getOrderEntryProductin classGeneratedPromotionOrderEntryAdjustAction- Returns:
- the orderEntryProduct - The product of the order entry to adjust
-
setOrderEntryProduct
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Setter of thePromotionOrderEntryAdjustAction.orderEntryProductattribute.- Overrides:
setOrderEntryProductin classGeneratedPromotionOrderEntryAdjustActionorderEntryProduct- the orderEntryProduct - The product of the order entry to adjust
-
getOrderEntryQuantity
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Getter of thePromotionOrderEntryAdjustAction.orderEntryQuantityattribute.- Overrides:
getOrderEntryQuantityin classGeneratedPromotionOrderEntryAdjustAction- Returns:
- the orderEntryQuantity - The quantity of the order entry to adjust
-
setOrderEntryQuantity
Description copied from class:GeneratedPromotionOrderEntryAdjustActionGenerated method - Setter of thePromotionOrderEntryAdjustAction.orderEntryQuantityattribute.- Overrides:
setOrderEntryQuantityin classGeneratedPromotionOrderEntryAdjustActionorderEntryQuantity- the orderEntryQuantity - The quantity of the order entry to adjust
-
deepClone
Description copied from class:AbstractPromotionActionDeep clone this action instance.- Overrides:
deepClonein classAbstractPromotionAction- Parameters:
ctx- The hybris context- Returns:
- a clone of this instance
-
provideComposedType
Provides composed as part ofJaloOnlyItemcontract. Never call directly- Specified by:
provideComposedTypein interfaceJaloOnlyItem- Returns:
- ComposedType of this item
-
provideCreationTime
Provides creation time as part ofJaloOnlyItemcontract. Never call directly- Specified by:
provideCreationTimein interfaceJaloOnlyItem- Returns:
- creation time date of this item
-
provideModificationTime
Provides modification time as part ofJaloOnlyItemcontract. Never call directly- Specified by:
provideModificationTimein interfaceJaloOnlyItem- Returns:
- modification time date of this item
-
providePK
Provides PK part ofJaloOnlyItemcontract. Never call directly- Specified by:
providePKin interfaceJaloOnlyItem- Returns:
- PK of this item
-
removeJaloOnly
Custom removal logic as part ofJaloOnlyItemcontract. Never call directly- Specified by:
removeJaloOnlyin interfaceJaloOnlyItem- Throws:
ConsistencyCheckException- to signal that this item removal failed
-
doGetAttribute
Custom attribute access as part ofJaloOnlyItemcontract. Never call directly- Specified by:
doGetAttributein interfaceJaloOnlyItem- Parameters:
ctx- the session contextattrQualifier- the qualifier of the requested attribute- Returns:
- the attribute value
- Throws:
JaloSecurityException
-
doSetAttribute
public void doSetAttribute(SessionContext ctx, String attrQualifier, Object value) throws JaloBusinessException Custom attribute access as part ofJaloOnlyItemcontract. Never call directly- Specified by:
doSetAttributein interfaceJaloOnlyItem- Parameters:
ctx- the session contextattrQualifier- the qualifier of the requested attributevalue- the new attribute value- Throws:
JaloSecurityException- in case the session user is not allowed to write this attributeJaloBusinessException- in case any other error occured
-