Uses of Class
com.broadleafcommerce.customer.service.autoconfigure.CustomerConfigurationProperties
Packages that use CustomerConfigurationProperties
-
Uses of CustomerConfigurationProperties in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return CustomerConfigurationPropertiesModifier and TypeMethodDescriptionprotected CustomerConfigurationPropertiesDefaultCustomerAccountService.getCustomerProperties()protected CustomerConfigurationPropertiesDefaultCustomerService.getCustomerProperties()Methods in com.broadleafcommerce.customer.service with parameters of type CustomerConfigurationPropertiesModifier and TypeMethodDescriptionvoidDefaultCustomerAccountService.setCustomerProperties(CustomerConfigurationProperties customerProperties) Constructors in com.broadleafcommerce.customer.service with parameters of type CustomerConfigurationPropertiesModifierConstructorDescriptionDefaultCustomerService(CustomerRepository<com.broadleafcommerce.data.tracking.core.Trackable> customerRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, CustomerConfigurationProperties customerProperties, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser)