Uses of Interface
org.broadleafcommerce.profile.core.domain.Country
Packages that use Country
Package
Description
-
Uses of Country in org.broadleafcommerce.profile.core.dao
Methods in org.broadleafcommerce.profile.core.dao that return CountryModifier and TypeMethodDescriptionCountryDao.findCountryByAbbreviation(String abbreviation) CountryDaoImpl.findCountryByAbbreviation(String abbreviation) Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CountryMethods in org.broadleafcommerce.profile.core.dao with parameters of type Country -
Uses of Country in org.broadleafcommerce.profile.core.domain
Classes in org.broadleafcommerce.profile.core.domain that implement CountryFields in org.broadleafcommerce.profile.core.domain declared as CountryMethods in org.broadleafcommerce.profile.core.domain that return CountryModifier and TypeMethodDescriptionCountrySubdivision.getCountry()The country where this subdivision resides e.g.CountrySubdivisionImpl.getCountry()Methods in org.broadleafcommerce.profile.core.domain with parameters of type CountryModifier and TypeMethodDescriptionvoidCountrySubdivision.setCountry(Country country) sets the country in which this subdivision residesvoidCountrySubdivisionImpl.setCountry(Country country) -
Uses of Country in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return CountryModifier and TypeMethodDescriptionCountryService.findCountryByAbbreviation(String abbreviation) CountryServiceImpl.findCountryByAbbreviation(String abbreviation) Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type CountryModifier and TypeMethodDescriptionCountryService.findCountries()CountryServiceImpl.findCountries()Methods in org.broadleafcommerce.profile.core.service with parameters of type Country