Class GeneratedTimedaccesspromotionengineservicesManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.timedaccesspromotionengineservices.jalo.GeneratedTimedaccesspromotionengineservicesManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
TimedaccesspromotionengineservicesManager
public abstract class GeneratedTimedaccesspromotionengineservicesManager extends Extension
Generated class for typeTimedaccesspromotionengineservicesManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedTimedaccesspromotionengineservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlashBuyCouponcreateFlashBuyCoupon(SessionContext ctx, java.util.Map attributeValues)FlashBuyCouponcreateFlashBuyCoupon(java.util.Map attributeValues)FlashBuyCronJobcreateFlashBuyCronJob(SessionContext ctx, java.util.Map attributeValues)FlashBuyCronJobcreateFlashBuyCronJob(java.util.Map attributeValues)java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.lang.BooleanisProcessingFlashBuyOrder(Cart item)Generated method - Getter of theCart.processingFlashBuyOrderattribute.java.lang.BooleanisProcessingFlashBuyOrder(SessionContext ctx, Cart item)Generated method - Getter of theCart.processingFlashBuyOrderattribute.booleanisProcessingFlashBuyOrderAsPrimitive(Cart item)Generated method - Getter of theCart.processingFlashBuyOrderattribute.booleanisProcessingFlashBuyOrderAsPrimitive(SessionContext ctx, Cart item)Generated method - Getter of theCart.processingFlashBuyOrderattribute.voidsetProcessingFlashBuyOrder(Cart item, boolean value)Generated method - Setter of theCart.processingFlashBuyOrderattribute.voidsetProcessingFlashBuyOrder(Cart item, java.lang.Boolean value)Generated method - Setter of theCart.processingFlashBuyOrderattribute.voidsetProcessingFlashBuyOrder(SessionContext ctx, Cart item, boolean value)Generated method - Setter of theCart.processingFlashBuyOrderattribute.voidsetProcessingFlashBuyOrder(SessionContext ctx, Cart item, java.lang.Boolean value)Generated method - Setter of theCart.processingFlashBuyOrderattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
createFlashBuyCoupon
public FlashBuyCoupon createFlashBuyCoupon(SessionContext ctx, java.util.Map attributeValues)
-
createFlashBuyCoupon
public FlashBuyCoupon createFlashBuyCoupon(java.util.Map attributeValues)
-
createFlashBuyCronJob
public FlashBuyCronJob createFlashBuyCronJob(SessionContext ctx, java.util.Map attributeValues)
-
createFlashBuyCronJob
public FlashBuyCronJob createFlashBuyCronJob(java.util.Map attributeValues)
-
isProcessingFlashBuyOrder
public java.lang.Boolean isProcessingFlashBuyOrder(SessionContext ctx, Cart item)
Generated method - Getter of theCart.processingFlashBuyOrderattribute.- Returns:
- the processingFlashBuyOrder - set the status for the flashbuy
-
isProcessingFlashBuyOrder
public java.lang.Boolean isProcessingFlashBuyOrder(Cart item)
Generated method - Getter of theCart.processingFlashBuyOrderattribute.- Returns:
- the processingFlashBuyOrder - set the status for the flashbuy
-
isProcessingFlashBuyOrderAsPrimitive
public boolean isProcessingFlashBuyOrderAsPrimitive(SessionContext ctx, Cart item)
Generated method - Getter of theCart.processingFlashBuyOrderattribute.- Returns:
- the processingFlashBuyOrder - set the status for the flashbuy
-
isProcessingFlashBuyOrderAsPrimitive
public boolean isProcessingFlashBuyOrderAsPrimitive(Cart item)
Generated method - Getter of theCart.processingFlashBuyOrderattribute.- Returns:
- the processingFlashBuyOrder - set the status for the flashbuy
-
setProcessingFlashBuyOrder
public void setProcessingFlashBuyOrder(SessionContext ctx, Cart item, java.lang.Boolean value)
Generated method - Setter of theCart.processingFlashBuyOrderattribute.- Parameters:
value- the processingFlashBuyOrder - set the status for the flashbuy
-
setProcessingFlashBuyOrder
public void setProcessingFlashBuyOrder(Cart item, java.lang.Boolean value)
Generated method - Setter of theCart.processingFlashBuyOrderattribute.- Parameters:
value- the processingFlashBuyOrder - set the status for the flashbuy
-
setProcessingFlashBuyOrder
public void setProcessingFlashBuyOrder(SessionContext ctx, Cart item, boolean value)
Generated method - Setter of theCart.processingFlashBuyOrderattribute.- Parameters:
value- the processingFlashBuyOrder - set the status for the flashbuy
-
setProcessingFlashBuyOrder
public void setProcessingFlashBuyOrder(Cart item, boolean value)
Generated method - Setter of theCart.processingFlashBuyOrderattribute.- Parameters:
value- the processingFlashBuyOrder - set the status for the flashbuy
-
-