|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Customer in org.broadleafcommerce.profile.core.dao |
|---|
| Methods in org.broadleafcommerce.profile.core.dao that return Customer | |
|---|---|
Customer |
CustomerDaoImpl.create()
|
Customer |
CustomerDao.create()
|
Customer |
CustomerDaoImpl.readCustomerByEmail(String emailAddress)
|
Customer |
CustomerDao.readCustomerByEmail(String emailAddress)
|
Customer |
CustomerDaoImpl.readCustomerById(Long id)
|
Customer |
CustomerDao.readCustomerById(Long id)
|
Customer |
CustomerDaoImpl.readCustomerByUsername(String username)
|
Customer |
CustomerDao.readCustomerByUsername(String username)
|
Customer |
CustomerDaoImpl.save(Customer customer)
|
Customer |
CustomerDao.save(Customer customer)
|
| Methods in org.broadleafcommerce.profile.core.dao with parameters of type Customer | |
|---|---|
Customer |
CustomerDaoImpl.save(Customer customer)
|
Customer |
CustomerDao.save(Customer customer)
|
| Uses of Customer in org.broadleafcommerce.profile.core.domain |
|---|
| Classes in org.broadleafcommerce.profile.core.domain that implement Customer | |
|---|---|
class |
CustomerImpl
|
| Fields in org.broadleafcommerce.profile.core.domain declared as Customer | |
|---|---|
protected Customer |
CustomerAddressImpl.customer
|
protected Customer |
CustomerRoleImpl.customer
|
protected Customer |
CustomerPhoneImpl.customer
|
| Methods in org.broadleafcommerce.profile.core.domain that return Customer | |
|---|---|
Customer |
CustomerAddress.getCustomer()
|
Customer |
CustomerAddressImpl.getCustomer()
|
Customer |
CustomerRoleImpl.getCustomer()
|
Customer |
CustomerPhone.getCustomer()
|
Customer |
CustomerRole.getCustomer()
|
Customer |
CustomerPhoneImpl.getCustomer()
|
| Methods in org.broadleafcommerce.profile.core.domain with parameters of type Customer | |
|---|---|
void |
CustomerAddress.setCustomer(Customer customer)
|
void |
CustomerAddressImpl.setCustomer(Customer customer)
|
void |
CustomerRoleImpl.setCustomer(Customer customer)
|
void |
CustomerPhone.setCustomer(Customer customer)
|
void |
CustomerRole.setCustomer(Customer customer)
|
void |
CustomerPhoneImpl.setCustomer(Customer customer)
|
| Uses of Customer in org.broadleafcommerce.profile.core.service |
|---|
| Methods in org.broadleafcommerce.profile.core.service that return Customer | |
|---|---|
Customer |
CustomerService.changePassword(PasswordChange passwordChange)
|
Customer |
CustomerServiceImpl.changePassword(PasswordChange passwordChange)
|
Customer |
CustomerService.createCustomer()
|
Customer |
CustomerServiceImpl.createCustomer()
|
Customer |
CustomerService.createCustomerFromId(Long customerId)
Returns a Customer by first looking in the database, otherwise creating a new non-persisted Customer |
Customer |
CustomerServiceImpl.createCustomerFromId(Long customerId)
|
Customer |
CustomerService.readCustomerByEmail(String emailAddress)
|
Customer |
CustomerServiceImpl.readCustomerByEmail(String emailAddress)
|
Customer |
CustomerService.readCustomerById(Long userId)
|
Customer |
CustomerServiceImpl.readCustomerById(Long id)
|
Customer |
CustomerService.readCustomerByUsername(String customerName)
|
Customer |
CustomerServiceImpl.readCustomerByUsername(String username)
|
Customer |
CustomerService.registerCustomer(Customer customer,
String password,
String passwordConfirm)
|
Customer |
CustomerServiceImpl.registerCustomer(Customer customer,
String password,
String passwordConfirm)
|
Customer |
CustomerService.resetPassword(PasswordReset passwordReset)
|
Customer |
CustomerServiceImpl.resetPassword(PasswordReset passwordReset)
|
Customer |
CustomerService.saveCustomer(Customer customer)
|
Customer |
CustomerServiceImpl.saveCustomer(Customer customer)
|
Customer |
CustomerService.saveCustomer(Customer customer,
boolean register)
|
Customer |
CustomerServiceImpl.saveCustomer(Customer customer,
boolean register)
|
| Methods in org.broadleafcommerce.profile.core.service with parameters of type Customer | |
|---|---|
protected void |
CustomerServiceImpl.notifyPostRegisterListeners(Customer customer)
|
Customer |
CustomerService.registerCustomer(Customer customer,
String password,
String passwordConfirm)
|
Customer |
CustomerServiceImpl.registerCustomer(Customer customer,
String password,
String passwordConfirm)
|
Customer |
CustomerService.saveCustomer(Customer customer)
|
Customer |
CustomerServiceImpl.saveCustomer(Customer customer)
|
Customer |
CustomerService.saveCustomer(Customer customer,
boolean register)
|
Customer |
CustomerServiceImpl.saveCustomer(Customer customer,
boolean register)
|
| Uses of Customer in org.broadleafcommerce.profile.core.service.handler |
|---|
| Methods in org.broadleafcommerce.profile.core.service.handler with parameters of type Customer | |
|---|---|
protected HashMap |
EmailNotificationPasswordUpdatedHandler.constructPasswordChangeEmailTemplateVariables(Customer customer,
String newPassword)
|
void |
PasswordUpdatedHandler.passwordChanged(PasswordReset passwordReset,
Customer customer,
String newPassword)
|
void |
EmailNotificationPasswordUpdatedHandler.passwordChanged(PasswordReset passwordReset,
Customer customer,
String newPassword)
|
| Uses of Customer in org.broadleafcommerce.profile.core.service.listener |
|---|
| Methods in org.broadleafcommerce.profile.core.service.listener with parameters of type Customer | |
|---|---|
void |
PostRegistrationObserver.processRegistrationEvent(Customer customer)
|
| Uses of Customer in org.broadleafcommerce.profile.core.service.validator |
|---|
| Methods in org.broadleafcommerce.profile.core.service.validator with parameters of type Customer | |
|---|---|
void |
RegistrationValidator.validate(Customer customer,
String password,
String passwordConfirm,
org.springframework.validation.Errors errors)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||