Class RegistrationServiceImpl
java.lang.Object
org.broadleafcommerce.profile.web.core.service.register.RegistrationServiceImpl
- All Implemented Interfaces:
RegistrationService
@Service("blRegistrationService")
public class RegistrationServiceImpl
extends Object
implements RegistrationService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.profile.core.service.CustomerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRedirectUrlToForm(RegisterCustomerForm registerCustomerForm)
-
Field Details
-
customerService
protected org.broadleafcommerce.profile.core.service.CustomerService customerService
-
-
Constructor Details
-
RegistrationServiceImpl
public RegistrationServiceImpl()
-
-
Method Details
-
initCustomerRegistrationForm
- Specified by:
initCustomerRegistrationFormin interfaceRegistrationService
-
addRedirectUrlToForm
- Specified by:
addRedirectUrlToFormin interfaceRegistrationService
-