Class GeneratedB2BAcceleratorServicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.b2bacceleratorservices.jalo.GeneratedB2BAcceleratorServicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
B2BAcceleratorServicesManager

public abstract class GeneratedB2BAcceleratorServicesManager extends Extension
Generated class for type B2BAcceleratorServicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedB2BAcceleratorServicesManager

      public GeneratedB2BAcceleratorServicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • createApproveOrderAction

      public ApproveOrderAction createApproveOrderAction(SessionContext ctx, Map attributeValues)
    • createApproveOrderAction

      public ApproveOrderAction createApproveOrderAction(Map attributeValues)
    • createB2BDocument

      public B2BDocument createB2BDocument(SessionContext ctx, Map attributeValues)
    • createB2BDocument

      public B2BDocument createB2BDocument(Map attributeValues)
    • createB2BDocumentPaymentInfo

      public B2BDocumentPaymentInfo createB2BDocumentPaymentInfo(SessionContext ctx, Map attributeValues)
    • createB2BDocumentPaymentInfo

      public B2BDocumentPaymentInfo createB2BDocumentPaymentInfo(Map attributeValues)
    • createB2BDocumentType

      public B2BDocumentType createB2BDocumentType(SessionContext ctx, Map attributeValues)
    • createB2BDocumentType

      public B2BDocumentType createB2BDocumentType(Map attributeValues)
    • createCMSSecurePortalRestriction

      public CMSSecurePortalRestriction createCMSSecurePortalRestriction(SessionContext ctx, Map attributeValues)
    • createCMSSecurePortalRestriction

      public CMSSecurePortalRestriction createCMSSecurePortalRestriction(Map attributeValues)
    • createDeleteDocumentFileCronJob

      public DeleteDocumentFileCronJob createDeleteDocumentFileCronJob(SessionContext ctx, Map attributeValues)
    • createDeleteDocumentFileCronJob

      public DeleteDocumentFileCronJob createDeleteDocumentFileCronJob(Map attributeValues)
    • createDocumentMedia

      public DocumentMedia createDocumentMedia(SessionContext ctx, Map attributeValues)
    • createDocumentMedia

      public DocumentMedia createDocumentMedia(Map attributeValues)
    • createOrderThresholdDiscountPercentagePromotion

      public OrderThresholdDiscountPercentagePromotion createOrderThresholdDiscountPercentagePromotion(SessionContext ctx, Map attributeValues)
    • createOrderThresholdDiscountPercentagePromotion

      public OrderThresholdDiscountPercentagePromotion createOrderThresholdDiscountPercentagePromotion(Map attributeValues)
    • createProductPriceDiscountPromotionByPaymentType

      public ProductPriceDiscountPromotionByPaymentType createProductPriceDiscountPromotionByPaymentType(SessionContext ctx, Map attributeValues)
    • createProductPriceDiscountPromotionByPaymentType

      public ProductPriceDiscountPromotionByPaymentType createProductPriceDiscountPromotionByPaymentType(Map attributeValues)
    • createProductThresholdPriceDiscountPromotion

      public ProductThresholdPriceDiscountPromotion createProductThresholdPriceDiscountPromotion(SessionContext ctx, Map attributeValues)
    • createProductThresholdPriceDiscountPromotion

      public ProductThresholdPriceDiscountPromotion createProductThresholdPriceDiscountPromotion(Map attributeValues)
    • createReorderAction

      public ReorderAction createReorderAction(SessionContext ctx, Map attributeValues)
    • createReorderAction

      public ReorderAction createReorderAction(Map attributeValues)
    • createReplenishmentProcess

      public ReplenishmentProcess createReplenishmentProcess(SessionContext ctx, Map attributeValues)
    • createReplenishmentProcess

      public ReplenishmentProcess createReplenishmentProcess(Map attributeValues)
    • getDocument

      public Collection<B2BDocument> getDocument(SessionContext ctx, AbstractOrder item)
      Generated method - Getter of the AbstractOrder.document attribute.
      Returns:
      the document
    • getDocument

      public Collection<B2BDocument> getDocument(AbstractOrder item)
      Generated method - Getter of the AbstractOrder.document attribute.
      Returns:
      the document
    • setDocument

      public void setDocument(SessionContext ctx, AbstractOrder item, Collection<B2BDocument> value)
      Generated method - Setter of the AbstractOrder.document attribute.
      Parameters:
      value - the document
    • setDocument

      public void setDocument(AbstractOrder item, Collection<B2BDocument> value)
      Generated method - Setter of the AbstractOrder.document attribute.
      Parameters:
      value - the document
    • addToDocument

      public void addToDocument(SessionContext ctx, AbstractOrder item, B2BDocument value)
      Generated method - Adds value to document.
      Parameters:
      value - the item to add to document
    • addToDocument

      public void addToDocument(AbstractOrder item, B2BDocument value)
      Generated method - Adds value to document.
      Parameters:
      value - the item to add to document
    • removeFromDocument

      public void removeFromDocument(SessionContext ctx, AbstractOrder item, B2BDocument value)
      Generated method - Removes value from document.
      Parameters:
      value - the item to remove from document
    • removeFromDocument

      public void removeFromDocument(AbstractOrder item, B2BDocument value)
      Generated method - Removes value from document.
      Parameters:
      value - the item to remove from document
    • getDocument

      public Collection<B2BDocument> getDocument(SessionContext ctx, B2BUnit item)
      Generated method - Getter of the B2BUnit.document attribute.
      Returns:
      the document
    • getDocument

      public Collection<B2BDocument> getDocument(B2BUnit item)
      Generated method - Getter of the B2BUnit.document attribute.
      Returns:
      the document
    • setDocument

      public void setDocument(SessionContext ctx, B2BUnit item, Collection<B2BDocument> value)
      Generated method - Setter of the B2BUnit.document attribute.
      Parameters:
      value - the document
    • setDocument

      public void setDocument(B2BUnit item, Collection<B2BDocument> value)
      Generated method - Setter of the B2BUnit.document attribute.
      Parameters:
      value - the document
    • addToDocument

      public void addToDocument(SessionContext ctx, B2BUnit item, B2BDocument value)
      Generated method - Adds value to document.
      Parameters:
      value - the item to add to document
    • addToDocument

      public void addToDocument(B2BUnit item, B2BDocument value)
      Generated method - Adds value to document.
      Parameters:
      value - the item to add to document
    • removeFromDocument

      public void removeFromDocument(SessionContext ctx, B2BUnit item, B2BDocument value)
      Generated method - Removes value from document.
      Parameters:
      value - the item to remove from document
    • removeFromDocument

      public void removeFromDocument(B2BUnit item, B2BDocument value)
      Generated method - Removes value from document.
      Parameters:
      value - the item to remove from document
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getOrders

      public Collection<Order> getOrders(SessionContext ctx, CartToOrderCronJob item)
      Generated method - Getter of the CartToOrderCronJob.orders attribute.
      Returns:
      the orders
    • getOrders

      public Collection<Order> getOrders(CartToOrderCronJob item)
      Generated method - Getter of the CartToOrderCronJob.orders attribute.
      Returns:
      the orders
    • setOrders

      public void setOrders(SessionContext ctx, CartToOrderCronJob item, Collection<Order> value)
      Generated method - Setter of the CartToOrderCronJob.orders attribute.
      Parameters:
      value - the orders
    • setOrders

      public void setOrders(CartToOrderCronJob item, Collection<Order> value)
      Generated method - Setter of the CartToOrderCronJob.orders attribute.
      Parameters:
      value - the orders
    • addToOrders

      public void addToOrders(SessionContext ctx, CartToOrderCronJob item, Order value)
      Generated method - Adds value to orders.
      Parameters:
      value - the item to add to orders
    • addToOrders

      public void addToOrders(CartToOrderCronJob item, Order value)
      Generated method - Adds value to orders.
      Parameters:
      value - the item to add to orders
    • removeFromOrders

      public void removeFromOrders(SessionContext ctx, CartToOrderCronJob item, Order value)
      Generated method - Removes value from orders.
      Parameters:
      value - the item to remove from orders
    • removeFromOrders

      public void removeFromOrders(CartToOrderCronJob item, Order value)
      Generated method - Removes value from orders.
      Parameters:
      value - the item to remove from orders
    • getPaymentType

      public EnumerationValue getPaymentType(SessionContext ctx, AbstractOrder item)
      Generated method - Getter of the AbstractOrder.paymentType attribute.
      Returns:
      the paymentType - Payment type for Checkout summary
    • getPaymentType

      public EnumerationValue getPaymentType(AbstractOrder item)
      Generated method - Getter of the AbstractOrder.paymentType attribute.
      Returns:
      the paymentType - Payment type for Checkout summary
    • setPaymentType

      public void setPaymentType(SessionContext ctx, AbstractOrder item, EnumerationValue value)
      Generated method - Setter of the AbstractOrder.paymentType attribute.
      Parameters:
      value - the paymentType - Payment type for Checkout summary
    • setPaymentType

      public void setPaymentType(AbstractOrder item, EnumerationValue value)
      Generated method - Setter of the AbstractOrder.paymentType attribute.
      Parameters:
      value - the paymentType - Payment type for Checkout summary
    • getPurchaseOrderNumber

      public String getPurchaseOrderNumber(SessionContext ctx, AbstractOrder item)
      Generated method - Getter of the AbstractOrder.purchaseOrderNumber attribute.
      Returns:
      the purchaseOrderNumber - PO number is a string up to 255 chars.
    • getPurchaseOrderNumber

      public String getPurchaseOrderNumber(AbstractOrder item)
      Generated method - Getter of the AbstractOrder.purchaseOrderNumber attribute.
      Returns:
      the purchaseOrderNumber - PO number is a string up to 255 chars.
    • setPurchaseOrderNumber

      public void setPurchaseOrderNumber(SessionContext ctx, AbstractOrder item, String value)
      Generated method - Setter of the AbstractOrder.purchaseOrderNumber attribute.
      Parameters:
      value - the purchaseOrderNumber - PO number is a string up to 255 chars.
    • setPurchaseOrderNumber

      public void setPurchaseOrderNumber(AbstractOrder item, String value)
      Generated method - Setter of the AbstractOrder.purchaseOrderNumber attribute.
      Parameters:
      value - the purchaseOrderNumber - PO number is a string up to 255 chars.
    • getSchedulingCronJob

      public CartToOrderCronJob getSchedulingCronJob(SessionContext ctx, Order item)
      Generated method - Getter of the Order.schedulingCronJob attribute.
      Returns:
      the schedulingCronJob
    • getSchedulingCronJob

      public CartToOrderCronJob getSchedulingCronJob(Order item)
      Generated method - Getter of the Order.schedulingCronJob attribute.
      Returns:
      the schedulingCronJob
    • setSchedulingCronJob

      public void setSchedulingCronJob(SessionContext ctx, Order item, CartToOrderCronJob value)
      Generated method - Setter of the Order.schedulingCronJob attribute.
      Parameters:
      value - the schedulingCronJob
    • setSchedulingCronJob

      public void setSchedulingCronJob(Order item, CartToOrderCronJob value)
      Generated method - Setter of the Order.schedulingCronJob attribute.
      Parameters:
      value - the schedulingCronJob