@Component(value="blBasicAddressVariableExpression") @ConditionalOnTemplating public class BasicAddressVariableExpression extends Object implements 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(ISOCountry isoCountry) |
String |
getName() |
List<State> |
getStateOptions()
Deprecated.
|
protected StateService stateService
protected CountrySubdivisionService countrySubdivisionService
protected CountryService countryService
public String getName()
getName
in interface BroadleafVariableExpression
@Deprecated public List<State> getStateOptions()
public List<CountrySubdivision> getCountrySubOptionsByISOCountry(ISOCountry isoCountry)
public List<CountrySubdivision> getCountrySubOptionsByCountryAbbrev(String countryAbbreviation)
Copyright © 2019. All rights reserved.