| org.broadleafcommerce.profile.core.service.CustomerService.checkPasswordResetToken(String)
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.checkPasswordResetToken(String) |
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.encodePass(String, Object)
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerService.encodePassword(String, Customer)
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.encodePassword(String, Customer) |
org.broadleafcommerce.profile.core.domain.Address.getCountry()
Should use Address.getIsoCountryAlpha2() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.getCountry() |
| org.broadleafcommerce.profile.core.domain.Address.getFax()
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.getFax() |
| org.broadleafcommerce.profile.core.domain.Address.getPrimaryPhone()
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.getPrimaryPhone() |
| org.broadleafcommerce.profile.core.service.CustomerService.getSalt()
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.getSalt() |
| org.broadleafcommerce.profile.core.service.CustomerService.getSalt(Customer)
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.getSalt(Customer) |
| org.broadleafcommerce.profile.core.service.CustomerService.getSalt(Customer, String)
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.getSalt(Customer, String) |
| org.broadleafcommerce.profile.core.service.CustomerService.getSaltSource()
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.getSaltSource() |
| org.broadleafcommerce.profile.core.domain.Address.getSecondaryPhone()
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.getSecondaryPhone() |
| org.broadleafcommerce.profile.core.domain.Address.getState()
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.getState() |
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.isPassValid(String, String, Object)
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerService.isPasswordValid(String, String, Customer)
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.isPasswordValid(String, String, Customer) |
org.broadleafcommerce.profile.core.domain.Address.setCountry(Country)
Should use Address.setIsoCountryAlpha2(ISOCountry) instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.setCountry(Country) |
| org.broadleafcommerce.profile.core.domain.Address.setFax(String)
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.setFax(String) |
| org.broadleafcommerce.profile.core.domain.Address.setPrimaryPhone(String)
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.setPrimaryPhone(String) |
| org.broadleafcommerce.profile.core.service.CustomerService.setSalt(String)
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.setSalt(String) |
| org.broadleafcommerce.profile.core.service.CustomerService.setSaltSource(SaltSource)
the new PasswordEncoder handles salting internally, this will be removed in 4.2
|
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.setSaltSource(SaltSource) |
| org.broadleafcommerce.profile.core.domain.Address.setSecondaryPhone(String)
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.setSecondaryPhone(String) |
| org.broadleafcommerce.profile.core.domain.Address.setState(State)
Should use #setIsoCountrySubdivision() or #setStateProvinceRegion() instead
The Broadleaf Country and State domains will no longer be used for addresses to better support i18n.
BLC_STATE and BLC_COUNTRY should primarily be used for look-ups or filtering to those country/states you wish to ship.
|
| org.broadleafcommerce.profile.core.domain.AddressImpl.setState(State) |
| org.broadleafcommerce.profile.core.service.CustomerServiceImpl.usingDeprecatedPasswordEncoder() |