org.broadleafcommerce.profile.core.service
Class CustomerAddressServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.CustomerAddressServiceImpl
- All Implemented Interfaces:
- CustomerAddressService
@Service(value="blCustomerAddressService")
public class CustomerAddressServiceImpl
- extends Object
- implements CustomerAddressService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerAddressDao
protected CustomerAddressDao customerAddressDao
CustomerAddressServiceImpl
public CustomerAddressServiceImpl()
saveCustomerAddress
public CustomerAddress saveCustomerAddress(CustomerAddress customerAddress)
- Specified by:
saveCustomerAddress in interface CustomerAddressService
readActiveCustomerAddressesByCustomerId
public List<CustomerAddress> readActiveCustomerAddressesByCustomerId(Long customerId)
- Specified by:
readActiveCustomerAddressesByCustomerId in interface CustomerAddressService
readCustomerAddressById
public CustomerAddress readCustomerAddressById(Long customerAddressId)
- Specified by:
readCustomerAddressById in interface CustomerAddressService
makeCustomerAddressDefault
public void makeCustomerAddressDefault(Long customerAddressId,
Long customerId)
- Specified by:
makeCustomerAddressDefault in interface CustomerAddressService
deleteCustomerAddressById
public void deleteCustomerAddressById(Long customerAddressId)
- Specified by:
deleteCustomerAddressById in interface CustomerAddressService
findDefaultCustomerAddress
public CustomerAddress findDefaultCustomerAddress(Long customerId)
- Specified by:
findDefaultCustomerAddress in interface CustomerAddressService
create
public CustomerAddress create()
- Specified by:
create in interface CustomerAddressService
Copyright © 2013. All Rights Reserved.