Class GeneratedAcceleratorServicesManager

    • Field Detail

      • BUSINESSPROCESS2EMAILMESSAGERELEMAILSHANDLER

        protected static final OneToManyHandler<EmailMessage> BUSINESSPROCESS2EMAILMESSAGERELEMAILSHANDLER
        OneToManyHandler for handling 1:n EMAILS's relation attributes from 'many' side.
      • 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

      • GeneratedAcceleratorServicesManager

        public GeneratedAcceleratorServicesManager()
    • Method Detail

      • getAnonymousCartRemovalAge

        public java.lang.Integer getAnonymousCartRemovalAge​(SessionContext ctx,
                                                            BaseSite item)
        Generated method - Getter of the BaseSite.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getAnonymousCartRemovalAge

        public java.lang.Integer getAnonymousCartRemovalAge​(BaseSite item)
        Generated method - Getter of the BaseSite.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getAnonymousCartRemovalAgeAsPrimitive

        public int getAnonymousCartRemovalAgeAsPrimitive​(SessionContext ctx,
                                                         BaseSite item)
        Generated method - Getter of the BaseSite.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getAnonymousCartRemovalAgeAsPrimitive

        public int getAnonymousCartRemovalAgeAsPrimitive​(BaseSite item)
        Generated method - Getter of the BaseSite.anonymousCartRemovalAge attribute.
        Returns:
        the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(SessionContext ctx,
                                               BaseSite item,
                                               java.lang.Integer value)
        Generated method - Setter of the BaseSite.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(BaseSite item,
                                               java.lang.Integer value)
        Generated method - Setter of the BaseSite.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(SessionContext ctx,
                                               BaseSite item,
                                               int value)
        Generated method - Setter of the BaseSite.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • setAnonymousCartRemovalAge

        public void setAnonymousCartRemovalAge​(BaseSite item,
                                               int value)
        Generated method - Setter of the BaseSite.anonymousCartRemovalAge attribute.
        Parameters:
        value - the anonymousCartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 14 days.
      • getCartRemovalAge

        public java.lang.Integer getCartRemovalAge​(SessionContext ctx,
                                                   BaseSite item)
        Generated method - Getter of the BaseSite.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalAge

        public java.lang.Integer getCartRemovalAge​(BaseSite item)
        Generated method - Getter of the BaseSite.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalAgeAsPrimitive

        public int getCartRemovalAgeAsPrimitive​(SessionContext ctx,
                                                BaseSite item)
        Generated method - Getter of the BaseSite.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalAgeAsPrimitive

        public int getCartRemovalAgeAsPrimitive​(BaseSite item)
        Generated method - Getter of the BaseSite.cartRemovalAge attribute.
        Returns:
        the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(SessionContext ctx,
                                      BaseSite item,
                                      java.lang.Integer value)
        Generated method - Setter of the BaseSite.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(BaseSite item,
                                      java.lang.Integer value)
        Generated method - Setter of the BaseSite.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(SessionContext ctx,
                                      BaseSite item,
                                      int value)
        Generated method - Setter of the BaseSite.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • setCartRemovalAge

        public void setCartRemovalAge​(BaseSite item,
                                      int value)
        Generated method - Setter of the BaseSite.cartRemovalAge attribute.
        Parameters:
        value - the cartRemovalAge - After specified number of seconds carts will be cleaned up. Default is 28 days.
      • getCartRemovalCronJob

        public CartRemovalCronJob getCartRemovalCronJob​(SessionContext ctx,
                                                        BaseSite item)
        Generated method - Getter of the BaseSite.cartRemovalCronJob attribute.
        Returns:
        the cartRemovalCronJob
      • getCartRemovalCronJob

        public CartRemovalCronJob getCartRemovalCronJob​(BaseSite item)
        Generated method - Getter of the BaseSite.cartRemovalCronJob attribute.
        Returns:
        the cartRemovalCronJob
      • setCartRemovalCronJob

        public void setCartRemovalCronJob​(SessionContext ctx,
                                          BaseSite item,
                                          CartRemovalCronJob value)
        Generated method - Setter of the BaseSite.cartRemovalCronJob attribute.
        Parameters:
        value - the cartRemovalCronJob
      • setCartRemovalCronJob

        public void setCartRemovalCronJob​(BaseSite item,
                                          CartRemovalCronJob value)
        Generated method - Setter of the BaseSite.cartRemovalCronJob attribute.
        Parameters:
        value - the cartRemovalCronJob
      • getCheckoutFlowGroup

        public java.lang.String getCheckoutFlowGroup​(SessionContext ctx,
                                                     BaseStore item)
        Generated method - Getter of the BaseStore.checkoutFlowGroup attribute.
        Returns:
        the checkoutFlowGroup - Determines the checkout group
      • getCheckoutFlowGroup

        public java.lang.String getCheckoutFlowGroup​(BaseStore item)
        Generated method - Getter of the BaseStore.checkoutFlowGroup attribute.
        Returns:
        the checkoutFlowGroup - Determines the checkout group
      • setCheckoutFlowGroup

        public void setCheckoutFlowGroup​(SessionContext ctx,
                                         BaseStore item,
                                         java.lang.String value)
        Generated method - Setter of the BaseStore.checkoutFlowGroup attribute.
        Parameters:
        value - the checkoutFlowGroup - Determines the checkout group
      • setCheckoutFlowGroup

        public void setCheckoutFlowGroup​(BaseStore item,
                                         java.lang.String value)
        Generated method - Setter of the BaseStore.checkoutFlowGroup attribute.
        Parameters:
        value - the checkoutFlowGroup - Determines the checkout group
      • createCartRemovalCronJob

        public CartRemovalCronJob createCartRemovalCronJob​(java.util.Map attributeValues)
      • createCCPaySubValidation

        public CCPaySubValidation createCCPaySubValidation​(java.util.Map attributeValues)
      • createDocumentPage

        public DocumentPage createDocumentPage​(java.util.Map attributeValues)
      • createDocumentPageTemplate

        public DocumentPageTemplate createDocumentPageTemplate​(java.util.Map attributeValues)
      • createEmailAddress

        public EmailAddress createEmailAddress​(java.util.Map attributeValues)
      • createEmailAttachment

        public EmailAttachment createEmailAttachment​(java.util.Map attributeValues)
      • createEmailMessage

        public EmailMessage createEmailMessage​(java.util.Map attributeValues)
      • createEmailPage

        public EmailPage createEmailPage​(java.util.Map attributeValues)
      • createEmailPageTemplate

        public EmailPageTemplate createEmailPageTemplate​(java.util.Map attributeValues)
      • createExportDataCronJob

        public ExportDataCronJob createExportDataCronJob​(java.util.Map attributeValues)
      • createExportDataHistoryEntry

        public ExportDataHistoryEntry createExportDataHistoryEntry​(java.util.Map attributeValues)
      • createOrderModificationProcess

        public OrderModificationProcess createOrderModificationProcess​(java.util.Map attributeValues)
      • createSavedCartFileUploadProcess

        public SavedCartFileUploadProcess createSavedCartFileUploadProcess​(java.util.Map attributeValues)
      • createSiteMapConfig

        public SiteMapConfig createSiteMapConfig​(java.util.Map attributeValues)
      • createSiteMapLanguageCurrency

        public SiteMapLanguageCurrency createSiteMapLanguageCurrency​(java.util.Map attributeValues)
      • createSiteMapMediaCronJob

        public SiteMapMediaCronJob createSiteMapMediaCronJob​(java.util.Map attributeValues)
      • createSiteMapPage

        public SiteMapPage createSiteMapPage​(java.util.Map attributeValues)
      • createSolrPageRedirect

        public SolrPageRedirect createSolrPageRedirect​(java.util.Map attributeValues)
      • createUncollectedOrdersCronJob

        public UncollectedOrdersCronJob createUncollectedOrdersCronJob​(java.util.Map attributeValues)
      • getCurrency

        public Currency getCurrency​(StoreFrontCustomerProcess item)
        Generated method - Getter of the StoreFrontCustomerProcess.currency attribute.
        Returns:
        the currency - Storefront currency.
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                StoreFrontCustomerProcess item,
                                Currency value)
        Generated method - Setter of the StoreFrontCustomerProcess.currency attribute.
        Parameters:
        value - the currency - Storefront currency.
      • setCurrency

        public void setCurrency​(StoreFrontCustomerProcess item,
                                Currency value)
        Generated method - Setter of the StoreFrontCustomerProcess.currency attribute.
        Parameters:
        value - the currency - Storefront currency.
      • getEmails

        public java.util.List<EmailMessage> getEmails​(BusinessProcess item)
        Generated method - Getter of the BusinessProcess.emails attribute.
        Returns:
        the emails
      • setEmails

        public void setEmails​(SessionContext ctx,
                              BusinessProcess item,
                              java.util.List<EmailMessage> value)
        Generated method - Setter of the BusinessProcess.emails attribute.
        Parameters:
        value - the emails
      • setEmails

        public void setEmails​(BusinessProcess item,
                              java.util.List<EmailMessage> value)
        Generated method - Setter of the BusinessProcess.emails attribute.
        Parameters:
        value - the emails
      • addToEmails

        public void addToEmails​(BusinessProcess item,
                                EmailMessage value)
        Generated method - Adds value to emails.
        Parameters:
        value - the item to add to emails
      • removeFromEmails

        public void removeFromEmails​(SessionContext ctx,
                                     BusinessProcess item,
                                     EmailMessage value)
        Generated method - Removes value from emails.
        Parameters:
        value - the item to remove from emails
      • removeFromEmails

        public void removeFromEmails​(BusinessProcess item,
                                     EmailMessage value)
        Generated method - Removes value from emails.
        Parameters:
        value - the item to remove from emails
      • isExpressCheckoutEnabled

        public java.lang.Boolean isExpressCheckoutEnabled​(SessionContext ctx,
                                                          BaseStore item)
        Generated method - Getter of the BaseStore.expressCheckoutEnabled attribute.
        Returns:
        the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • isExpressCheckoutEnabled

        public java.lang.Boolean isExpressCheckoutEnabled​(BaseStore item)
        Generated method - Getter of the BaseStore.expressCheckoutEnabled attribute.
        Returns:
        the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • isExpressCheckoutEnabledAsPrimitive

        public boolean isExpressCheckoutEnabledAsPrimitive​(SessionContext ctx,
                                                           BaseStore item)
        Generated method - Getter of the BaseStore.expressCheckoutEnabled attribute.
        Returns:
        the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • isExpressCheckoutEnabledAsPrimitive

        public boolean isExpressCheckoutEnabledAsPrimitive​(BaseStore item)
        Generated method - Getter of the BaseStore.expressCheckoutEnabled attribute.
        Returns:
        the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • setExpressCheckoutEnabled

        public void setExpressCheckoutEnabled​(SessionContext ctx,
                                              BaseStore item,
                                              java.lang.Boolean value)
        Generated method - Setter of the BaseStore.expressCheckoutEnabled attribute.
        Parameters:
        value - the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • setExpressCheckoutEnabled

        public void setExpressCheckoutEnabled​(BaseStore item,
                                              java.lang.Boolean value)
        Generated method - Setter of the BaseStore.expressCheckoutEnabled attribute.
        Parameters:
        value - the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • setExpressCheckoutEnabled

        public void setExpressCheckoutEnabled​(SessionContext ctx,
                                              BaseStore item,
                                              boolean value)
        Generated method - Setter of the BaseStore.expressCheckoutEnabled attribute.
        Parameters:
        value - the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • setExpressCheckoutEnabled

        public void setExpressCheckoutEnabled​(BaseStore item,
                                              boolean value)
        Generated method - Setter of the BaseStore.expressCheckoutEnabled attribute.
        Parameters:
        value - the expressCheckoutEnabled - Determines if a site has the express checkout option.
      • getName

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

        public EnumerationValue getImportStatus​(SessionContext ctx,
                                                Cart item)
        Generated method - Getter of the Cart.importStatus attribute.
        Returns:
        the importStatus - set the status of the import cart process
      • getImportStatus

        public EnumerationValue getImportStatus​(Cart item)
        Generated method - Getter of the Cart.importStatus attribute.
        Returns:
        the importStatus - set the status of the import cart process
      • setImportStatus

        public void setImportStatus​(SessionContext ctx,
                                    Cart item,
                                    EnumerationValue value)
        Generated method - Setter of the Cart.importStatus attribute.
        Parameters:
        value - the importStatus - set the status of the import cart process
      • setImportStatus

        public void setImportStatus​(Cart item,
                                    EnumerationValue value)
        Generated method - Setter of the Cart.importStatus attribute.
        Parameters:
        value - the importStatus - set the status of the import cart process
      • getSequenceId

        public java.lang.Long getSequenceId​(SessionContext ctx,
                                            Product item)
        Generated method - Getter of the Product.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceId

        public java.lang.Long getSequenceId​(Product item)
        Generated method - Getter of the Product.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceIdAsPrimitive

        public long getSequenceIdAsPrimitive​(SessionContext ctx,
                                             Product item)
        Generated method - Getter of the Product.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceIdAsPrimitive

        public long getSequenceIdAsPrimitive​(Product item)
        Generated method - Getter of the Product.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(SessionContext ctx,
                                  Product item,
                                  java.lang.Long value)
        Generated method - Setter of the Product.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(Product item,
                                  java.lang.Long value)
        Generated method - Setter of the Product.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(SessionContext ctx,
                                  Product item,
                                  long value)
        Generated method - Setter of the Product.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(Product item,
                                  long value)
        Generated method - Setter of the Product.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceId

        public java.lang.Long getSequenceId​(SessionContext ctx,
                                            PriceRow item)
        Generated method - Getter of the PriceRow.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceId

        public java.lang.Long getSequenceId​(PriceRow item)
        Generated method - Getter of the PriceRow.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceIdAsPrimitive

        public long getSequenceIdAsPrimitive​(SessionContext ctx,
                                             PriceRow item)
        Generated method - Getter of the PriceRow.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSequenceIdAsPrimitive

        public long getSequenceIdAsPrimitive​(PriceRow item)
        Generated method - Getter of the PriceRow.sequenceId attribute.
        Returns:
        the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(SessionContext ctx,
                                  PriceRow item,
                                  java.lang.Long value)
        Generated method - Setter of the PriceRow.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(PriceRow item,
                                  java.lang.Long value)
        Generated method - Setter of the PriceRow.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(SessionContext ctx,
                                  PriceRow item,
                                  long value)
        Generated method - Setter of the PriceRow.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • setSequenceId

        public void setSequenceId​(PriceRow item,
                                  long value)
        Generated method - Setter of the PriceRow.sequenceId attribute.
        Parameters:
        value - the sequenceId - Attribute is used in batch import process for avoiding multiple imports.
      • getSiteMapConfig

        public SiteMapConfig getSiteMapConfig​(SessionContext ctx,
                                              CMSSite item)
        Generated method - Getter of the CMSSite.siteMapConfig attribute.
        Returns:
        the siteMapConfig
      • getSiteMapConfig

        public SiteMapConfig getSiteMapConfig​(CMSSite item)
        Generated method - Getter of the CMSSite.siteMapConfig attribute.
        Returns:
        the siteMapConfig
      • setSiteMapConfig

        public void setSiteMapConfig​(SessionContext ctx,
                                     CMSSite item,
                                     SiteMapConfig value)
        Generated method - Setter of the CMSSite.siteMapConfig attribute.
        Parameters:
        value - the siteMapConfig
      • setSiteMapConfig

        public void setSiteMapConfig​(CMSSite item,
                                     SiteMapConfig value)
        Generated method - Setter of the CMSSite.siteMapConfig attribute.
        Parameters:
        value - the siteMapConfig
      • getSiteMaps

        public java.util.Collection<Media> getSiteMaps​(SessionContext ctx,
                                                       CMSSite item)
        Generated method - Getter of the CMSSite.siteMaps attribute.
        Returns:
        the siteMaps
      • getSiteMaps

        public java.util.Collection<Media> getSiteMaps​(CMSSite item)
        Generated method - Getter of the CMSSite.siteMaps attribute.
        Returns:
        the siteMaps
      • setSiteMaps

        public void setSiteMaps​(SessionContext ctx,
                                CMSSite item,
                                java.util.Collection<Media> value)
        Generated method - Setter of the CMSSite.siteMaps attribute.
        Parameters:
        value - the siteMaps
      • setSiteMaps

        public void setSiteMaps​(CMSSite item,
                                java.util.Collection<Media> value)
        Generated method - Setter of the CMSSite.siteMaps attribute.
        Parameters:
        value - the siteMaps
      • isSubscriptionValidated

        public java.lang.Boolean isSubscriptionValidated​(SessionContext ctx,
                                                         PaymentInfo item)
        Generated method - Getter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Returns:
        the subscriptionValidated - Determines whether the subscription ID has been validated.
      • isSubscriptionValidated

        public java.lang.Boolean isSubscriptionValidated​(PaymentInfo item)
        Generated method - Getter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Returns:
        the subscriptionValidated - Determines whether the subscription ID has been validated.
      • isSubscriptionValidatedAsPrimitive

        public boolean isSubscriptionValidatedAsPrimitive​(SessionContext ctx,
                                                          PaymentInfo item)
        Generated method - Getter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Returns:
        the subscriptionValidated - Determines whether the subscription ID has been validated.
      • isSubscriptionValidatedAsPrimitive

        public boolean isSubscriptionValidatedAsPrimitive​(PaymentInfo item)
        Generated method - Getter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Returns:
        the subscriptionValidated - Determines whether the subscription ID has been validated.
      • setSubscriptionValidated

        public void setSubscriptionValidated​(SessionContext ctx,
                                             PaymentInfo item,
                                             java.lang.Boolean value)
        Generated method - Setter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Parameters:
        value - the subscriptionValidated - Determines whether the subscription ID has been validated.
      • setSubscriptionValidated

        public void setSubscriptionValidated​(PaymentInfo item,
                                             java.lang.Boolean value)
        Generated method - Setter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Parameters:
        value - the subscriptionValidated - Determines whether the subscription ID has been validated.
      • setSubscriptionValidated

        public void setSubscriptionValidated​(SessionContext ctx,
                                             PaymentInfo item,
                                             boolean value)
        Generated method - Setter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Parameters:
        value - the subscriptionValidated - Determines whether the subscription ID has been validated.
      • setSubscriptionValidated

        public void setSubscriptionValidated​(PaymentInfo item,
                                             boolean value)
        Generated method - Setter of the CreditCardPaymentInfo.subscriptionValidated attribute.
        Parameters:
        value - the subscriptionValidated - Determines whether the subscription ID has been validated.
      • isTaxEstimationEnabled

        public java.lang.Boolean isTaxEstimationEnabled​(SessionContext ctx,
                                                        BaseStore item)
        Generated method - Getter of the BaseStore.taxEstimationEnabled attribute.
        Returns:
        the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • isTaxEstimationEnabled

        public java.lang.Boolean isTaxEstimationEnabled​(BaseStore item)
        Generated method - Getter of the BaseStore.taxEstimationEnabled attribute.
        Returns:
        the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • isTaxEstimationEnabledAsPrimitive

        public boolean isTaxEstimationEnabledAsPrimitive​(SessionContext ctx,
                                                         BaseStore item)
        Generated method - Getter of the BaseStore.taxEstimationEnabled attribute.
        Returns:
        the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • isTaxEstimationEnabledAsPrimitive

        public boolean isTaxEstimationEnabledAsPrimitive​(BaseStore item)
        Generated method - Getter of the BaseStore.taxEstimationEnabled attribute.
        Returns:
        the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • setTaxEstimationEnabled

        public void setTaxEstimationEnabled​(SessionContext ctx,
                                            BaseStore item,
                                            java.lang.Boolean value)
        Generated method - Setter of the BaseStore.taxEstimationEnabled attribute.
        Parameters:
        value - the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • setTaxEstimationEnabled

        public void setTaxEstimationEnabled​(BaseStore item,
                                            java.lang.Boolean value)
        Generated method - Setter of the BaseStore.taxEstimationEnabled attribute.
        Parameters:
        value - the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • setTaxEstimationEnabled

        public void setTaxEstimationEnabled​(SessionContext ctx,
                                            BaseStore item,
                                            boolean value)
        Generated method - Setter of the BaseStore.taxEstimationEnabled attribute.
        Parameters:
        value - the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • setTaxEstimationEnabled

        public void setTaxEstimationEnabled​(BaseStore item,
                                            boolean value)
        Generated method - Setter of the BaseStore.taxEstimationEnabled attribute.
        Parameters:
        value - the taxEstimationEnabled - Determines if a site has the tax estimation enabled.
      • getUncollectedOrdersCronJob

        public UncollectedOrdersCronJob getUncollectedOrdersCronJob​(SessionContext ctx,
                                                                    BaseSite item)
        Generated method - Getter of the BaseSite.uncollectedOrdersCronJob attribute.
        Returns:
        the uncollectedOrdersCronJob
      • getUncollectedOrdersCronJob

        public UncollectedOrdersCronJob getUncollectedOrdersCronJob​(BaseSite item)
        Generated method - Getter of the BaseSite.uncollectedOrdersCronJob attribute.
        Returns:
        the uncollectedOrdersCronJob
      • setUncollectedOrdersCronJob

        public void setUncollectedOrdersCronJob​(SessionContext ctx,
                                                BaseSite item,
                                                UncollectedOrdersCronJob value)
        Generated method - Setter of the BaseSite.uncollectedOrdersCronJob attribute.
        Parameters:
        value - the uncollectedOrdersCronJob
      • setUncollectedOrdersCronJob

        public void setUncollectedOrdersCronJob​(BaseSite item,
                                                UncollectedOrdersCronJob value)
        Generated method - Setter of the BaseSite.uncollectedOrdersCronJob attribute.
        Parameters:
        value - the uncollectedOrdersCronJob
      • getUrlEncodingAttributes

        public java.util.Collection<java.lang.String> getUrlEncodingAttributes​(SessionContext ctx,
                                                                               CMSSite item)
        Generated method - Getter of the CMSSite.urlEncodingAttributes attribute.
        Returns:
        the urlEncodingAttributes
      • getUrlEncodingAttributes

        public java.util.Collection<java.lang.String> getUrlEncodingAttributes​(CMSSite item)
        Generated method - Getter of the CMSSite.urlEncodingAttributes attribute.
        Returns:
        the urlEncodingAttributes
      • setUrlEncodingAttributes

        public void setUrlEncodingAttributes​(SessionContext ctx,
                                             CMSSite item,
                                             java.util.Collection<java.lang.String> value)
        Generated method - Setter of the CMSSite.urlEncodingAttributes attribute.
        Parameters:
        value - the urlEncodingAttributes
      • setUrlEncodingAttributes

        public void setUrlEncodingAttributes​(CMSSite item,
                                             java.util.Collection<java.lang.String> value)
        Generated method - Setter of the CMSSite.urlEncodingAttributes attribute.
        Parameters:
        value - the urlEncodingAttributes