Class BasicAddressVariableExpression
java.lang.Object
org.broadleafcommerce.core.web.expression.BasicAddressVariableExpression
- All Implemented Interfaces:
org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
@Component("blBasicAddressVariableExpression")
@ConditionalOnTemplating
public class BasicAddressVariableExpression
extends Object
implements org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
- Author:
- Chris Kittrell (ckittrell)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.profile.core.service.CountryServiceprotected org.broadleafcommerce.profile.core.service.CountrySubdivisionService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.broadleafcommerce.profile.core.domain.Country>List<org.broadleafcommerce.profile.core.domain.CountrySubdivision>getCountrySubOptionsByCountryAbbrev(String countryAbbreviation) List<org.broadleafcommerce.profile.core.domain.CountrySubdivision>getCountrySubOptionsByISOCountry(org.broadleafcommerce.common.i18n.domain.ISOCountry isoCountry) getName()
-
Field Details
-
countrySubdivisionService
protected org.broadleafcommerce.profile.core.service.CountrySubdivisionService countrySubdivisionService -
countryService
protected org.broadleafcommerce.profile.core.service.CountryService countryService
-
-
Constructor Details
-
BasicAddressVariableExpression
public BasicAddressVariableExpression()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.broadleafcommerce.common.web.expression.BroadleafVariableExpression
-
getCountrySubOptionsByISOCountry
public List<org.broadleafcommerce.profile.core.domain.CountrySubdivision> getCountrySubOptionsByISOCountry(org.broadleafcommerce.common.i18n.domain.ISOCountry isoCountry) -
getCountrySubOptionsByCountryAbbrev
-
getCountryOptions
-