public class CountryServiceImpl extends CountryServiceBaseImpl
counterLocalService, countryPersistence, countryService
Constructor and Description |
---|
CountryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Country |
addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active) |
com.liferay.portal.kernel.model.Country |
fetchCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA2(String a2) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA3(String a3) |
List<com.liferay.portal.kernel.model.Country> |
getCountries() |
List<com.liferay.portal.kernel.model.Country> |
getCountries(boolean active) |
com.liferay.portal.kernel.model.Country |
getCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
getCountryByA2(String a2) |
com.liferay.portal.kernel.model.Country |
getCountryByA3(String a3) |
com.liferay.portal.kernel.model.Country |
getCountryByName(String name) |
afterPropertiesSet, destroy, getCounterLocalService, getCountryPersistence, getCountryService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setCountryPersistence, setCountryService
public com.liferay.portal.kernel.model.Country addCountry(String name, String a2, String a3, String number, String idd, boolean active) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country fetchCountry(long countryId)
public com.liferay.portal.kernel.model.Country fetchCountryByA2(String a2)
public com.liferay.portal.kernel.model.Country fetchCountryByA3(String a3)
public List<com.liferay.portal.kernel.model.Country> getCountries()
@AccessControlled(guestAccessEnabled=true) public List<com.liferay.portal.kernel.model.Country> getCountries(boolean active)
public com.liferay.portal.kernel.model.Country getCountry(long countryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country getCountryByA2(String a2) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country getCountryByA3(String a3) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country getCountryByName(String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException