com.liferay.portal.service.impl
Class CountryServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portal.service.impl.CountryServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.CountryService

public class CountryServiceImpl
extends PrincipalBean
implements com.liferay.portal.service.CountryService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
CountryServiceImpl()
           
 
Method Summary
 java.util.List getCountries()
           
 java.util.List getCountries(boolean active)
           
 com.liferay.portal.model.Country getCountry(long countryId)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
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

getCountries

public java.util.List getCountries()
                            throws com.liferay.portal.SystemException
Specified by:
getCountries in interface com.liferay.portal.service.CountryService
Throws:
com.liferay.portal.SystemException

getCountries

public java.util.List getCountries(boolean active)
                            throws com.liferay.portal.SystemException
Specified by:
getCountries in interface com.liferay.portal.service.CountryService
Throws:
com.liferay.portal.SystemException

getCountry

public com.liferay.portal.model.Country getCountry(long countryId)
                                            throws com.liferay.portal.PortalException,
                                                   com.liferay.portal.SystemException
Specified by:
getCountry in interface com.liferay.portal.service.CountryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException