Uses of Class
com.broadleafcommerce.customer.domain.CustomerAddress
-
Packages that use CustomerAddress Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.anonymization com.broadleafcommerce.customer.web.endpoint -
-
Uses of CustomerAddress in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type CustomerAddress Modifier and Type Interface Description interfaceCustomerAddressService<P extends CustomerAddress>Service API forCustomerAddresss.classDefaultCustomerAddressService<P extends CustomerAddress> -
Uses of CustomerAddress in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return types with arguments of type CustomerAddress Modifier and Type Method Description protected CustomerAddressService<CustomerAddress>CustomerAddressAnonymizationHandler. getCustomerAddressService()Method parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type CustomerAddress Modifier and Type Method Description protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>CustomerAddressAnonymizationHandler. handleRecords(String boundedContextIdentifier, Stream<CustomerAddress> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Constructor parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type CustomerAddress Constructor Description CustomerAddressAnonymizationHandler(CustomerAddressService<CustomerAddress> customerAddressService) -
Uses of CustomerAddress in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerAddress Modifier and Type Method Description CustomerAddressCustomerAddressEndpoint. addCustomerAddress(String customerId, CustomerAddress customerAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)CustomerAddressCustomerAddressEndpoint. readCustomerAddress(String customerId, String customerAddressId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)CustomerAddressCustomerAddressEndpoint. replaceCustomerAddress(String customerId, String customerAddressId, CustomerAddress customerAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type CustomerAddress Modifier and Type Method Description protected CustomerAddressService<CustomerAddress>CustomerAddressEndpoint. getCustomerAddressService()org.springframework.data.domain.Page<CustomerAddress>CustomerAddressEndpoint. readCustomerAddresses(String customerId, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, cz.jirutka.rsql.parser.ast.Node filters)protected org.apache.commons.lang3.tuple.Pair<Customer,CustomerAddress>CustomerAddressEndpoint. validateAndGetCustomerAndCustomerAddressRequest(String customerId, String customerAddressId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerAddress Modifier and Type Method Description CustomerAddressCustomerAddressEndpoint. addCustomerAddress(String customerId, CustomerAddress customerAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)CustomerAddressCustomerAddressEndpoint. replaceCustomerAddress(String customerId, String customerAddressId, CustomerAddress customerAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type CustomerAddress Constructor Description CustomerAddressEndpoint(CustomerService<Customer> customerService, CustomerAddressService<CustomerAddress> customerAddressService, com.broadleafcommerce.common.extension.TypeFactory customerFactory)
-