Class GeneratedAcceleratorServicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.acceleratorservices.jalo.GeneratedAcceleratorServicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
AcceleratorServicesManager

public abstract class GeneratedAcceleratorServicesManager extends Extension
Generated class for type AcceleratorServicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAcceleratorServicesManager

      public GeneratedAcceleratorServicesManager()
  • Method Details

    • getDefaultAttributeModes

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

      public 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 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, 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, 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 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 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, 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, 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 String getCheckoutFlowGroup(SessionContext ctx, BaseStore item)
      Generated method - Getter of the BaseStore.checkoutFlowGroup attribute.
      Returns:
      the checkoutFlowGroup - Determines the checkout group
    • getCheckoutFlowGroup

      public 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, String value)
      Generated method - Setter of the BaseStore.checkoutFlowGroup attribute.
      Parameters:
      value - the checkoutFlowGroup - Determines the checkout group
    • setCheckoutFlowGroup

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

      public AcceleratorProductBOGOFPromotion createAcceleratorProductBOGOFPromotion(SessionContext ctx, Map attributeValues)
    • createAcceleratorProductBOGOFPromotion

      public AcceleratorProductBOGOFPromotion createAcceleratorProductBOGOFPromotion(Map attributeValues)
    • createAcceleratorProductMultiBuyPromotion

      public AcceleratorProductMultiBuyPromotion createAcceleratorProductMultiBuyPromotion(SessionContext ctx, Map attributeValues)
    • createAcceleratorProductMultiBuyPromotion

      public AcceleratorProductMultiBuyPromotion createAcceleratorProductMultiBuyPromotion(Map attributeValues)
    • createCartRemovalCronJob

      public CartRemovalCronJob createCartRemovalCronJob(SessionContext ctx, Map attributeValues)
    • createCartRemovalCronJob

      public CartRemovalCronJob createCartRemovalCronJob(Map attributeValues)
    • createCCPaySubValidation

      public CCPaySubValidation createCCPaySubValidation(SessionContext ctx, Map attributeValues)
    • createCCPaySubValidation

      public CCPaySubValidation createCCPaySubValidation(Map attributeValues)
    • createDocumentPage

      public DocumentPage createDocumentPage(SessionContext ctx, Map attributeValues)
    • createDocumentPage

      public DocumentPage createDocumentPage(Map attributeValues)
    • createDocumentPageTemplate

      public DocumentPageTemplate createDocumentPageTemplate(SessionContext ctx, Map attributeValues)
    • createDocumentPageTemplate

      public DocumentPageTemplate createDocumentPageTemplate(Map attributeValues)
    • createEmailAddress

      public EmailAddress createEmailAddress(SessionContext ctx, Map attributeValues)
    • createEmailAddress

      public EmailAddress createEmailAddress(Map attributeValues)
    • createEmailAttachment

      public EmailAttachment createEmailAttachment(SessionContext ctx, Map attributeValues)
    • createEmailAttachment

      public EmailAttachment createEmailAttachment(Map attributeValues)
    • createEmailMessage

      public EmailMessage createEmailMessage(SessionContext ctx, Map attributeValues)
    • createEmailMessage

      public EmailMessage createEmailMessage(Map attributeValues)
    • createEmailPage

      public EmailPage createEmailPage(SessionContext ctx, Map attributeValues)
    • createEmailPage

      public EmailPage createEmailPage(Map attributeValues)
    • createEmailPageTemplate

      public EmailPageTemplate createEmailPageTemplate(SessionContext ctx, Map attributeValues)
    • createEmailPageTemplate

      public EmailPageTemplate createEmailPageTemplate(Map attributeValues)
    • createExportDataCronJob

      public ExportDataCronJob createExportDataCronJob(SessionContext ctx, Map attributeValues)
    • createExportDataCronJob

      public ExportDataCronJob createExportDataCronJob(Map attributeValues)
    • createExportDataHistoryEntry

      public ExportDataHistoryEntry createExportDataHistoryEntry(SessionContext ctx, Map attributeValues)
    • createExportDataHistoryEntry

      public ExportDataHistoryEntry createExportDataHistoryEntry(Map attributeValues)
    • createOrderModificationProcess

      public OrderModificationProcess createOrderModificationProcess(SessionContext ctx, Map attributeValues)
    • createOrderModificationProcess

      public OrderModificationProcess createOrderModificationProcess(Map attributeValues)
    • createSavedCartFileUploadProcess

      public SavedCartFileUploadProcess createSavedCartFileUploadProcess(SessionContext ctx, Map attributeValues)
    • createSavedCartFileUploadProcess

      public SavedCartFileUploadProcess createSavedCartFileUploadProcess(Map attributeValues)
    • createSiteMapConfig

      public SiteMapConfig createSiteMapConfig(SessionContext ctx, Map attributeValues)
    • createSiteMapConfig

      public SiteMapConfig createSiteMapConfig(Map attributeValues)
    • createSiteMapLanguageCurrency

      public SiteMapLanguageCurrency createSiteMapLanguageCurrency(SessionContext ctx, Map attributeValues)
    • createSiteMapLanguageCurrency

      public SiteMapLanguageCurrency createSiteMapLanguageCurrency(Map attributeValues)
    • createSiteMapMediaCronJob

      public SiteMapMediaCronJob createSiteMapMediaCronJob(SessionContext ctx, Map attributeValues)
    • createSiteMapMediaCronJob

      public SiteMapMediaCronJob createSiteMapMediaCronJob(Map attributeValues)
    • createSiteMapPage

      public SiteMapPage createSiteMapPage(SessionContext ctx, Map attributeValues)
    • createSiteMapPage

      public SiteMapPage createSiteMapPage(Map attributeValues)
    • createSolrPageRedirect

      public SolrPageRedirect createSolrPageRedirect(SessionContext ctx, Map attributeValues)
    • createSolrPageRedirect

      public SolrPageRedirect createSolrPageRedirect(Map attributeValues)
    • createUncollectedOrdersCronJob

      public UncollectedOrdersCronJob createUncollectedOrdersCronJob(SessionContext ctx, Map attributeValues)
    • createUncollectedOrdersCronJob

      public UncollectedOrdersCronJob createUncollectedOrdersCronJob(Map attributeValues)
    • getEmails

      public List<EmailMessage> getEmails(SessionContext ctx, BusinessProcess item)
      Generated method - Getter of the BusinessProcess.emails attribute.
      Returns:
      the emails
    • getEmails

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

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

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

      public void addToEmails(SessionContext ctx, BusinessProcess item, EmailMessage value)
      Generated method - Adds value to emails.
      Parameters:
      value - the item to add to 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 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 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, 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.
    • 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 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 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 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, 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.
    • 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 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 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, 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.
    • 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 Collection<Media> getSiteMaps(SessionContext ctx, CMSSite item)
      Generated method - Getter of the CMSSite.siteMaps attribute.
      Returns:
      the siteMaps
    • getSiteMaps

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

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

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

      public 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 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, 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.
    • 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 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 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, 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.
    • 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 Collection<String> getUrlEncodingAttributes(SessionContext ctx, CMSSite item)
      Generated method - Getter of the CMSSite.urlEncodingAttributes attribute.
      Returns:
      the urlEncodingAttributes
    • getUrlEncodingAttributes

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

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

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