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