Uses of Interface
org.broadleafcommerce.common.config.domain.ModuleConfiguration
Packages that use ModuleConfiguration
Package
Description
-
Uses of ModuleConfiguration in org.broadleafcommerce.common.config.dao
Methods in org.broadleafcommerce.common.config.dao that return ModuleConfigurationModifier and TypeMethodDescriptionModuleConfigurationDao.save(ModuleConfiguration config) ModuleConfigurationDaoImpl.save(ModuleConfiguration config) Methods in org.broadleafcommerce.common.config.dao that return types with arguments of type ModuleConfigurationModifier and TypeMethodDescriptionModuleConfigurationDao.readActiveByType(ModuleConfigurationType type) ModuleConfigurationDaoImpl.readActiveByType(ModuleConfigurationType type) ModuleConfigurationDao.readAllByType(ModuleConfigurationType type) ModuleConfigurationDaoImpl.readAllByType(ModuleConfigurationType type) ModuleConfigurationDao.readByType(Class<? extends ModuleConfiguration> type) ModuleConfigurationDaoImpl.readByType(Class<? extends ModuleConfiguration> type) Methods in org.broadleafcommerce.common.config.dao with parameters of type ModuleConfigurationModifier and TypeMethodDescriptionvoidModuleConfigurationDao.delete(ModuleConfiguration config) voidModuleConfigurationDaoImpl.delete(ModuleConfiguration config) ModuleConfigurationDao.save(ModuleConfiguration config) ModuleConfigurationDaoImpl.save(ModuleConfiguration config) Method parameters in org.broadleafcommerce.common.config.dao with type arguments of type ModuleConfigurationModifier and TypeMethodDescriptionModuleConfigurationDao.readByType(Class<? extends ModuleConfiguration> type) ModuleConfigurationDaoImpl.readByType(Class<? extends ModuleConfiguration> type) -
Uses of ModuleConfiguration in org.broadleafcommerce.common.config.domain
Classes in org.broadleafcommerce.common.config.domain that implement ModuleConfigurationModifier and TypeClassDescriptionclassModules that need to be configured via the database should extend this. -
Uses of ModuleConfiguration in org.broadleafcommerce.common.config.service
Methods in org.broadleafcommerce.common.config.service that return ModuleConfigurationModifier and TypeMethodDescriptionModuleConfigurationService.save(ModuleConfiguration config) ModuleConfigurationServiceImpl.save(ModuleConfiguration config) Methods in org.broadleafcommerce.common.config.service that return types with arguments of type ModuleConfigurationModifier and TypeMethodDescriptionModuleConfigurationService.findActiveConfigurationsByType(ModuleConfigurationType type) ModuleConfigurationServiceImpl.findActiveConfigurationsByType(ModuleConfigurationType type) ModuleConfigurationService.findAllConfigurationByType(ModuleConfigurationType type) ModuleConfigurationServiceImpl.findAllConfigurationByType(ModuleConfigurationType type) ModuleConfigurationService.findByType(Class<? extends ModuleConfiguration> type) ModuleConfigurationServiceImpl.findByType(Class<? extends ModuleConfiguration> type) Methods in org.broadleafcommerce.common.config.service with parameters of type ModuleConfigurationModifier and TypeMethodDescriptionbooleanModuleProvider.canRespond(ModuleConfiguration config) Indicates if, given the configuration, this module can respond to the particular request.voidModuleConfigurationService.delete(ModuleConfiguration config) voidModuleConfigurationServiceImpl.delete(ModuleConfiguration config) ModuleConfigurationService.save(ModuleConfiguration config) ModuleConfigurationServiceImpl.save(ModuleConfiguration config) Method parameters in org.broadleafcommerce.common.config.service with type arguments of type ModuleConfigurationModifier and TypeMethodDescriptionModuleConfigurationService.findByType(Class<? extends ModuleConfiguration> type) ModuleConfigurationServiceImpl.findByType(Class<? extends ModuleConfiguration> type) -
Uses of ModuleConfiguration in org.broadleafcommerce.common.sitemap.domain
Subinterfaces of ModuleConfiguration in org.broadleafcommerce.common.sitemap.domainModifier and TypeInterfaceDescriptioninterfaceThe SiteMapConfiguration is a class that drives the building of the SiteMap.Classes in org.broadleafcommerce.common.sitemap.domain that implement ModuleConfiguration -
Uses of ModuleConfiguration in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain declared as ModuleConfigurationMethods in org.broadleafcommerce.core.order.domain that return ModuleConfigurationModifier and TypeMethodDescriptionTaxDetail.getModuleConfiguration()Returns the configuration of the module that was used to calculate taxes.TaxDetailImpl.getModuleConfiguration()Methods in org.broadleafcommerce.core.order.domain with parameters of type ModuleConfigurationModifier and TypeMethodDescriptionvoidTaxDetail.setModuleConfiguration(ModuleConfiguration config) Sets the module configuration that was used to calculate taxes.voidTaxDetailImpl.setModuleConfiguration(ModuleConfiguration config) -
Uses of ModuleConfiguration in org.broadleafcommerce.core.pricing.service.tax.provider
Methods in org.broadleafcommerce.core.pricing.service.tax.provider with parameters of type ModuleConfigurationModifier and TypeMethodDescriptionSimpleTaxProvider.calculateTaxForOrder(Order order, ModuleConfiguration config) TaxProvider.calculateTaxForOrder(Order order, ModuleConfiguration config) Calculates taxes on an entire order.voidSimpleTaxProvider.cancelTax(Order order, ModuleConfiguration config) voidTaxProvider.cancelTax(Order order, ModuleConfiguration config) Some tax providers store tax details from an order on an external system for reporting and tax reconcilliation.booleanSimpleTaxProvider.canRespond(ModuleConfiguration config) SimpleTaxProvider.commitTaxForOrder(Order order, ModuleConfiguration config) TaxProvider.commitTaxForOrder(Order order, ModuleConfiguration config) This method provides the implementation an opportunity to finalize taxes on the order. -
Uses of ModuleConfiguration in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service with parameters of type ModuleConfigurationModifier and TypeMethodDescriptionAddressVerificationProvider.validateAddress(Address address, ModuleConfiguration config)