Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class CountryServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.CountryServiceBaseImpl
          extended by 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


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.CountryServiceBaseImpl
counterLocalService, countryPersistence, countryService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
CountryServiceImpl()
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

CountryServiceImpl

public CountryServiceImpl()
Method Detail

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

Liferay 7.0-ga1 portal-impl