com.liferay.portal.service.impl
Class CountryServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.CountryServiceBaseImpl
com.liferay.portal.service.impl.CountryServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.CountryService
public class CountryServiceImpl
- extends CountryServiceBaseImpl
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Methods inherited from class com.liferay.portal.service.base.CountryServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getCountryPersistence, getCountryService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setCountryPersistence, setCountryService |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountryServiceImpl
public CountryServiceImpl()
addCountry
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
fetchCountry
public com.liferay.portal.kernel.model.Country fetchCountry(long countryId)
fetchCountryByA2
public com.liferay.portal.kernel.model.Country fetchCountryByA2(String a2)
fetchCountryByA3
public com.liferay.portal.kernel.model.Country fetchCountryByA3(String a3)
getCountries
public List<com.liferay.portal.kernel.model.Country> getCountries()
getCountries
public List<com.liferay.portal.kernel.model.Country> getCountries(boolean active)
getCountry
public com.liferay.portal.kernel.model.Country getCountry(long countryId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getCountryByA2
public com.liferay.portal.kernel.model.Country getCountryByA2(String a2)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getCountryByA3
public com.liferay.portal.kernel.model.Country getCountryByA3(String a3)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getCountryByName
public com.liferay.portal.kernel.model.Country getCountryByName(String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException