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(java.lang.String name,
java.lang.String a2,
java.lang.String a3,
java.lang.String number,
java.lang.String idd,
boolean active) |
com.liferay.portal.kernel.model.Country |
fetchCountry(long countryId) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA2(java.lang.String a2) |
com.liferay.portal.kernel.model.Country |
fetchCountryByA3(java.lang.String a3) |
java.util.List<com.liferay.portal.kernel.model.Country> |
getCountries() |
java.util.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(java.lang.String a2) |
com.liferay.portal.kernel.model.Country |
getCountryByA3(java.lang.String a3) |
com.liferay.portal.kernel.model.Country |
getCountryByName(java.lang.String name) |
afterPropertiesSet, destroy, getCounterLocalService, getCountryPersistence, getCountryService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setCountryPersistence, setCountryService
public com.liferay.portal.kernel.model.Country addCountry(java.lang.String name, java.lang.String a2, java.lang.String a3, java.lang.String number, java.lang.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(java.lang.String a2)
public com.liferay.portal.kernel.model.Country fetchCountryByA3(java.lang.String a3)
public java.util.List<com.liferay.portal.kernel.model.Country> getCountries()
@AccessControlled(guestAccessEnabled=true) public java.util.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(java.lang.String a2) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country getCountryByA3(java.lang.String a3) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Country getCountryByName(java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException