@Component(value="blBasicAddressVariableExpression") @ConditionalOnTemplating public class BasicAddressVariableExpression extends Object implements org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
| Modifier and Type | Field and Description |
|---|---|
protected CountryService |
countryService |
protected CountrySubdivisionService |
countrySubdivisionService |
protected StateService |
stateService |
| Constructor and Description |
|---|
BasicAddressVariableExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
getCountryOptions() |
List<CountrySubdivision> |
getCountrySubOptionsByCountryAbbrev(String countryAbbreviation) |
List<CountrySubdivision> |
getCountrySubOptionsByISOCountry(org.broadleafcommerce.common.i18n.domain.ISOCountry isoCountry) |
String |
getName() |
List<State> |
getStateOptions()
Deprecated.
|
protected StateService stateService
protected CountrySubdivisionService countrySubdivisionService
protected CountryService countryService
public String getName()
getName in interface org.broadleafcommerce.common.web.expression.BroadleafVariableExpression@Deprecated public List<State> getStateOptions()
public List<CountrySubdivision> getCountrySubOptionsByISOCountry(org.broadleafcommerce.common.i18n.domain.ISOCountry isoCountry)
public List<CountrySubdivision> getCountrySubOptionsByCountryAbbrev(String countryAbbreviation)
Copyright © 2021. All rights reserved.