-
public interface LocationResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCountryCode(Integer countryId)IntegergetCountryId(String countryCode)StringgetCountryName(String countryCode)StringgetLanguageCode(Integer languageId)IntegergetLanguageId(String languageCode)List<Location>getLocationsPath(Integer languageId, Integer countryId, Integer locationId)StringgetStateCode(Integer languageId, Integer countryId, Integer locationId)StringgetStateName(Integer languageId, Integer countryId, Integer locationId)
-