| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service |
| Modifier and Type | Method and Description |
|---|---|
State |
StateDaoImpl.create()
Deprecated.
|
State |
StateDao.create()
Deprecated.
|
State |
StateDaoImpl.findStateByAbbreviation(String abbreviation)
Deprecated.
|
State |
StateDao.findStateByAbbreviation(String abbreviation)
Deprecated.
|
State |
StateDaoImpl.save(State state)
Deprecated.
|
State |
StateDao.save(State state)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<State> |
StateDaoImpl.findStates()
Deprecated.
|
List<State> |
StateDao.findStates()
Deprecated.
|
List<State> |
StateDaoImpl.findStates(String countryAbbreviation)
Deprecated.
|
List<State> |
StateDao.findStates(String countryAbbreviation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StateDaoImpl.save(State state)
Deprecated.
|
State |
StateDao.save(State state)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateImpl
Deprecated.
- use
CountrySubdivision instead. |
| Modifier and Type | Field and Description |
|---|---|
protected State |
AddressImpl.state
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
State |
Address.getState()
Deprecated.
Should use
Address.getIsoCountrySubdivision() or Address.getStateProvinceRegion() 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. |
State |
AddressImpl.getState()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Address.setState(State state)
Deprecated.
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. |
void |
AddressImpl.setState(State state)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StateServiceImpl.findStateByAbbreviation(String abbreviation)
Deprecated.
|
State |
StateService.findStateByAbbreviation(String abbreviation)
Deprecated.
|
State |
StateServiceImpl.save(State state)
Deprecated.
|
State |
StateService.save(State state)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<State> |
StateServiceImpl.findStates()
Deprecated.
|
List<State> |
StateService.findStates()
Deprecated.
|
List<State> |
StateServiceImpl.findStates(String countryAbbreviation)
Deprecated.
|
List<State> |
StateService.findStates(String countryAbbreviation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StateServiceImpl.save(State state)
Deprecated.
|
State |
StateService.save(State state)
Deprecated.
|
Copyright © 2015. All Rights Reserved.