Package de.hybris.platform.voucher.jalo
Class GeneratedVoucherManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.voucher.jalo.GeneratedVoucherManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
VoucherManager
public abstract class GeneratedVoucherManager extends Extension
Generated class for typeVoucherManager
.- 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 GeneratedVoucherManager()
-
Method Summary
-
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:
getDefaultAttributeModes
in classExtension
-
createDateRestriction
public DateRestriction createDateRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createDateRestriction
public DateRestriction createDateRestriction(java.util.Map attributeValues)
-
createNewCustomerRestriction
public NewCustomerRestriction createNewCustomerRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createNewCustomerRestriction
public NewCustomerRestriction createNewCustomerRestriction(java.util.Map attributeValues)
-
createOrderRestriction
public OrderRestriction createOrderRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createOrderRestriction
public OrderRestriction createOrderRestriction(java.util.Map attributeValues)
-
createProductCategoryRestriction
public ProductCategoryRestriction createProductCategoryRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createProductCategoryRestriction
public ProductCategoryRestriction createProductCategoryRestriction(java.util.Map attributeValues)
-
createProductQuantityRestriction
public ProductQuantityRestriction createProductQuantityRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createProductQuantityRestriction
public ProductQuantityRestriction createProductQuantityRestriction(java.util.Map attributeValues)
-
createProductRestriction
public ProductRestriction createProductRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createProductRestriction
public ProductRestriction createProductRestriction(java.util.Map attributeValues)
-
createPromotionVoucher
public PromotionVoucher createPromotionVoucher(SessionContext ctx, java.util.Map attributeValues)
-
createPromotionVoucher
public PromotionVoucher createPromotionVoucher(java.util.Map attributeValues)
-
createRegularCustomerOrderQuantityRestriction
public RegularCustomerOrderQuantityRestriction createRegularCustomerOrderQuantityRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createRegularCustomerOrderQuantityRestriction
public RegularCustomerOrderQuantityRestriction createRegularCustomerOrderQuantityRestriction(java.util.Map attributeValues)
-
createRegularCustomerOrderTotalRestriction
public RegularCustomerOrderTotalRestriction createRegularCustomerOrderTotalRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createRegularCustomerOrderTotalRestriction
public RegularCustomerOrderTotalRestriction createRegularCustomerOrderTotalRestriction(java.util.Map attributeValues)
-
createRestriction
public Restriction createRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createRestriction
public Restriction createRestriction(java.util.Map attributeValues)
-
createSerialVoucher
public SerialVoucher createSerialVoucher(SessionContext ctx, java.util.Map attributeValues)
-
createSerialVoucher
public SerialVoucher createSerialVoucher(java.util.Map attributeValues)
-
createUserRestriction
public UserRestriction createUserRestriction(SessionContext ctx, java.util.Map attributeValues)
-
createUserRestriction
public UserRestriction createUserRestriction(java.util.Map attributeValues)
-
createVoucherInvalidation
public VoucherInvalidation createVoucherInvalidation(SessionContext ctx, java.util.Map attributeValues)
-
createVoucherInvalidation
public VoucherInvalidation createVoucherInvalidation(java.util.Map attributeValues)
-
-