Class GeneratedB2BCommerceManager

    • Field Detail

      • ABSTRACTORDER2B2BCOMMENTB2BCOMMENTSHANDLER

        protected static final OneToManyHandler<B2BComment> ABSTRACTORDER2B2BCOMMENTB2BCOMMENTSHANDLER
        OneToManyHandler for handling 1:n B2BCOMMENTS's relation attributes from 'many' side.
      • FUTURESTOCKPRODUCTRELATION_SRC_ORDERED

        protected static java.lang.String FUTURESTOCKPRODUCTRELATION_SRC_ORDERED
        Relation ordering override parameter constants for FutureStockProductRelation from ((b2bcommerce))
      • FUTURESTOCKPRODUCTRELATION_TGT_ORDERED

        protected static java.lang.String FUTURESTOCKPRODUCTRELATION_TGT_ORDERED
      • FUTURESTOCKPRODUCTRELATION_MARKMODIFIED

        protected static java.lang.String FUTURESTOCKPRODUCTRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for FutureStockProductRelation from ((b2bcommerce))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedB2BCommerceManager

        public GeneratedB2BCommerceManager()
    • Method Detail

      • getB2bcomments

        public java.util.Collection<B2BComment> getB2bcomments​(SessionContext ctx,
                                                               AbstractOrder item)
        Generated method - Getter of the AbstractOrder.b2bcomments attribute.
        Returns:
        the b2bcomments - B2B Comments associated to Order
      • getB2bcomments

        public java.util.Collection<B2BComment> getB2bcomments​(AbstractOrder item)
        Generated method - Getter of the AbstractOrder.b2bcomments attribute.
        Returns:
        the b2bcomments - B2B Comments associated to Order
      • setB2bcomments

        public void setB2bcomments​(SessionContext ctx,
                                   AbstractOrder item,
                                   java.util.Collection<B2BComment> value)
        Generated method - Setter of the AbstractOrder.b2bcomments attribute.
        Parameters:
        value - the b2bcomments - B2B Comments associated to Order
      • setB2bcomments

        public void setB2bcomments​(AbstractOrder item,
                                   java.util.Collection<B2BComment> value)
        Generated method - Setter of the AbstractOrder.b2bcomments attribute.
        Parameters:
        value - the b2bcomments - B2B Comments associated to Order
      • addToB2bcomments

        public void addToB2bcomments​(SessionContext ctx,
                                     AbstractOrder item,
                                     B2BComment value)
        Generated method - Adds value to b2bcomments.
        Parameters:
        value - the item to add to b2bcomments - B2B Comments associated to Order
      • addToB2bcomments

        public void addToB2bcomments​(AbstractOrder item,
                                     B2BComment value)
        Generated method - Adds value to b2bcomments.
        Parameters:
        value - the item to add to b2bcomments - B2B Comments associated to Order
      • removeFromB2bcomments

        public void removeFromB2bcomments​(SessionContext ctx,
                                          AbstractOrder item,
                                          B2BComment value)
        Generated method - Removes value from b2bcomments.
        Parameters:
        value - the item to remove from b2bcomments - B2B Comments associated to Order
      • removeFromB2bcomments

        public void removeFromB2bcomments​(AbstractOrder item,
                                          B2BComment value)
        Generated method - Removes value from b2bcomments.
        Parameters:
        value - the item to remove from b2bcomments - B2B Comments associated to Order
      • getCostCenter

        public B2BCostCenter getCostCenter​(AbstractOrderEntry item)
        Generated method - Getter of the AbstractOrderEntry.costCenter attribute.
        Returns:
        the costCenter
      • setCostCenter

        public void setCostCenter​(AbstractOrderEntry item,
                                  B2BCostCenter value)
        Generated method - Setter of the AbstractOrderEntry.costCenter attribute.
        Parameters:
        value - the costCenter
      • createB2BBookingLineEntry

        public B2BBookingLineEntry createB2BBookingLineEntry​(java.util.Map attributeValues)
      • createB2BBudget

        public B2BBudget createB2BBudget​(java.util.Map attributeValues)
      • createB2BComment

        public B2BComment createB2BComment​(java.util.Map attributeValues)
      • createB2BCostCenter

        public B2BCostCenter createB2BCostCenter​(java.util.Map attributeValues)
      • createB2BCreditCheckResult

        public B2BCreditCheckResult createB2BCreditCheckResult​(java.util.Map attributeValues)
      • createB2BCreditLimit

        public B2BCreditLimit createB2BCreditLimit​(java.util.Map attributeValues)
      • createB2BCustomer

        public B2BCustomer createB2BCustomer​(java.util.Map attributeValues)
      • createB2BCustomerEmailConstraint

        public B2BCustomerEmailConstraint createB2BCustomerEmailConstraint​(java.util.Map attributeValues)
      • createB2BMerchantCheckResult

        public B2BMerchantCheckResult createB2BMerchantCheckResult​(java.util.Map attributeValues)
      • createB2BQuoteLimit

        public B2BQuoteLimit createB2BQuoteLimit​(java.util.Map attributeValues)
      • createB2BReportingSet

        public B2BReportingSet createB2BReportingSet​(java.util.Map attributeValues)
      • createB2BUnit

        public B2BUnit createB2BUnit​(java.util.Map attributeValues)
      • createB2BUserGroup

        public B2BUserGroup createB2BUserGroup​(java.util.Map attributeValues)
      • createFutureStock

        public FutureStock createFutureStock​(java.util.Map attributeValues)
      • getFutureStocks

        public java.util.Set<FutureStock> getFutureStocks​(SessionContext ctx,
                                                          Product item)
        Generated method - Getter of the Product.futureStocks attribute.
        Returns:
        the futureStocks
      • getFutureStocks

        public java.util.Set<FutureStock> getFutureStocks​(Product item)
        Generated method - Getter of the Product.futureStocks attribute.
        Returns:
        the futureStocks
      • getFutureStocksCount

        public long getFutureStocksCount​(Product item)
      • setFutureStocks

        public void setFutureStocks​(SessionContext ctx,
                                    Product item,
                                    java.util.Set<FutureStock> value)
        Generated method - Setter of the Product.futureStocks attribute.
        Parameters:
        value - the futureStocks
      • setFutureStocks

        public void setFutureStocks​(Product item,
                                    java.util.Set<FutureStock> value)
        Generated method - Setter of the Product.futureStocks attribute.
        Parameters:
        value - the futureStocks
      • addToFutureStocks

        public void addToFutureStocks​(SessionContext ctx,
                                      Product item,
                                      FutureStock value)
        Generated method - Adds value to futureStocks.
        Parameters:
        value - the item to add to futureStocks
      • addToFutureStocks

        public void addToFutureStocks​(Product item,
                                      FutureStock value)
        Generated method - Adds value to futureStocks.
        Parameters:
        value - the item to add to futureStocks
      • removeFromFutureStocks

        public void removeFromFutureStocks​(SessionContext ctx,
                                           Product item,
                                           FutureStock value)
        Generated method - Removes value from futureStocks.
        Parameters:
        value - the item to remove from futureStocks
      • removeFromFutureStocks

        public void removeFromFutureStocks​(Product item,
                                           FutureStock value)
        Generated method - Removes value from futureStocks.
        Parameters:
        value - the item to remove from futureStocks
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension
      • getLocale

        public java.lang.String getLocale​(SessionContext ctx,
                                          AbstractOrder item)
        Generated method - Getter of the AbstractOrder.locale attribute.
        Returns:
        the locale - name of the entire locale, with the language, country and variant separated by underbars, which was used when the order was created.
      • getLocale

        public java.lang.String getLocale​(AbstractOrder item)
        Generated method - Getter of the AbstractOrder.locale attribute.
        Returns:
        the locale - name of the entire locale, with the language, country and variant separated by underbars, which was used when the order was created.
      • setLocale

        public void setLocale​(SessionContext ctx,
                              AbstractOrder item,
                              java.lang.String value)
        Generated method - Setter of the AbstractOrder.locale attribute.
        Parameters:
        value - the locale - name of the entire locale, with the language, country and variant separated by underbars, which was used when the order was created.
      • setLocale

        public void setLocale​(AbstractOrder item,
                              java.lang.String value)
        Generated method - Setter of the AbstractOrder.locale attribute.
        Parameters:
        value - the locale - name of the entire locale, with the language, country and variant separated by underbars, which was used when the order was created.
      • getQuoteExpirationDate

        public java.util.Date getQuoteExpirationDate​(SessionContext ctx,
                                                     AbstractOrder item)
        Generated method - Getter of the AbstractOrder.quoteExpirationDate attribute.
        Returns:
        the quoteExpirationDate
      • getQuoteExpirationDate

        public java.util.Date getQuoteExpirationDate​(AbstractOrder item)
        Generated method - Getter of the AbstractOrder.quoteExpirationDate attribute.
        Returns:
        the quoteExpirationDate
      • setQuoteExpirationDate

        public void setQuoteExpirationDate​(SessionContext ctx,
                                           AbstractOrder item,
                                           java.util.Date value)
        Generated method - Setter of the AbstractOrder.quoteExpirationDate attribute.
        Parameters:
        value - the quoteExpirationDate
      • setQuoteExpirationDate

        public void setQuoteExpirationDate​(AbstractOrder item,
                                           java.util.Date value)
        Generated method - Setter of the AbstractOrder.quoteExpirationDate attribute.
        Parameters:
        value - the quoteExpirationDate
      • getUnit

        public B2BUnit getUnit​(AbstractOrder item)
        Generated method - Getter of the AbstractOrder.Unit attribute.
        Returns:
        the Unit
      • setUnit

        public void setUnit​(SessionContext ctx,
                            AbstractOrder item,
                            B2BUnit value)
        Generated method - Setter of the AbstractOrder.Unit attribute.
        Parameters:
        value - the Unit
      • setUnit

        public void setUnit​(AbstractOrder item,
                            B2BUnit value)
        Generated method - Setter of the AbstractOrder.Unit attribute.
        Parameters:
        value - the Unit
      • getWorkflow

        public Workflow getWorkflow​(SessionContext ctx,
                                    AbstractOrder item)
        Generated method - Getter of the AbstractOrder.workflow attribute.
        Returns:
        the workflow
      • getWorkflow

        public Workflow getWorkflow​(AbstractOrder item)
        Generated method - Getter of the AbstractOrder.workflow attribute.
        Returns:
        the workflow
      • setWorkflow

        public void setWorkflow​(SessionContext ctx,
                                AbstractOrder item,
                                Workflow value)
        Generated method - Setter of the AbstractOrder.workflow attribute.
        Parameters:
        value - the workflow
      • setWorkflow

        public void setWorkflow​(AbstractOrder item,
                                Workflow value)
        Generated method - Setter of the AbstractOrder.workflow attribute.
        Parameters:
        value - the workflow