Class CountryLocalServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.CountryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>, com.liferay.portal.kernel.service.CountryLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
Direct Known Subclasses:
CountryLocalServiceImpl

public abstract class CountryLocalServiceBaseImpl extends com.liferay.portal.kernel.service.BaseLocalServiceImpl implements com.liferay.portal.kernel.service.CountryLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the country local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CountryLocalServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.counter.kernel.service.CounterLocalService
     
    protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence
     
    protected com.liferay.portal.kernel.service.CountryLocalService
     
    protected com.liferay.portal.kernel.service.persistence.CountryPersistence
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.model.Country
    addCountry(com.liferay.portal.kernel.model.Country country)
    Adds the country to the database.
    void
     
    com.liferay.portal.kernel.model.Country
    createCountry(long countryId)
    Creates a new country with the primary key.
    com.liferay.portal.kernel.model.PersistedModel
     
    com.liferay.portal.kernel.model.Country
    deleteCountry(long countryId)
    Deletes the country with the primary key from the database.
    com.liferay.portal.kernel.model.Country
    deleteCountry(com.liferay.portal.kernel.model.Country country)
    Deletes the country from the database.
    com.liferay.portal.kernel.model.PersistedModel
    deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
     
    void
     
    <T> T
    dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
     
    int
    dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
     
    com.liferay.portal.kernel.dao.orm.DynamicQuery
     
    <T> List<T>
    dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
    Performs a dynamic query on the database and returns the matching rows.
    <T> List<T>
    dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
    Performs a dynamic query on the database and returns a range of the matching rows.
    <T> List<T>
    dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
    Performs a dynamic query on the database and returns an ordered range of the matching rows.
    long
    dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
    Returns the number of rows matching the dynamic query.
    long
    dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
    Returns the number of rows matching the dynamic query.
    com.liferay.portal.kernel.model.Country
    fetchCountry(long countryId)
     
    com.liferay.portal.kernel.model.Country
    fetchCountryByUuidAndCompanyId(String uuid, long companyId)
    Returns the country with the matching UUID and company.
    com.liferay.portal.kernel.model.CountryLocalization
    fetchCountryLocalization(long countryId, String languageId)
     
    com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
     
    com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Country>
     
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    List<com.liferay.portal.kernel.model.Country>
    getCountries(int start, int end)
    Returns a range of all the countries.
    int
    Returns the number of countries.
    com.liferay.portal.kernel.model.Country
    getCountry(long countryId)
    Returns the country with the primary key.
    com.liferay.portal.kernel.model.Country
    getCountryByUuidAndCompanyId(String uuid, long companyId)
    Returns the country with the matching UUID and company.
    com.liferay.portal.kernel.model.CountryLocalization
    getCountryLocalization(long countryId, String languageId)
     
    com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence
    Returns the country localization persistence.
    List<com.liferay.portal.kernel.model.CountryLocalization>
    getCountryLocalizations(long countryId)
     
    com.liferay.portal.kernel.service.CountryLocalService
    Returns the country local service.
    com.liferay.portal.kernel.service.persistence.CountryPersistence
    Returns the country persistence.
    com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country>
     
    com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery
    getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
     
    Class<com.liferay.portal.kernel.model.Country>
     
    protected String
     
    Returns the OSGi service identifier.
    com.liferay.portal.kernel.model.PersistedModel
     
    protected void
    initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
     
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
    Sets the country localization persistence.
    void
    setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
    Sets the country local service.
    void
    setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
    Sets the country persistence.
    com.liferay.portal.kernel.model.Country
    updateCountry(com.liferay.portal.kernel.model.Country country)
    Updates the country in the database or adds it if it does not yet exist.
    com.liferay.portal.kernel.model.CountryLocalization
    updateCountryLocalization(com.liferay.portal.kernel.model.Country country, String languageId, String title)
     
    List<com.liferay.portal.kernel.model.CountryLocalization>
    updateCountryLocalizations(com.liferay.portal.kernel.model.Country country, Map<String,String> titleMap)
     
    <R, E extends Throwable>
    R
    updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country>,R,E> updateUnsafeFunction)
     

    Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl

    getClassLoader, getLocalizationMap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.service.CountryLocalService

    addCountry, deleteCompanyCountries, fetchCountryByA2, fetchCountryByA3, fetchCountryByName, fetchCountryByNumber, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountries, getCompanyCountriesCount, getCompanyCountriesCount, getCountryByA2, getCountryByA3, getCountryByName, getCountryByNumber, searchCountries, updateActive, updateCountry, updateGroupFilterEnabled

    Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService

    fetchPersistedModel
  • Field Details

    • countryLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.CountryLocalService.class) protected com.liferay.portal.kernel.service.CountryLocalService countryLocalService
    • countryPersistence

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence
    • counterLocalService

      @BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
    • countryLocalizationPersistence

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence
  • Constructor Details

    • CountryLocalServiceBaseImpl

      public CountryLocalServiceBaseImpl()
  • Method Details

    • addCountry

      @Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Country addCountry(com.liferay.portal.kernel.model.Country country)
      Adds the country to the database. Also notifies the appropriate model listeners.

      Important: Inspect CountryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      addCountry in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      country - the country
      Returns:
      the country that was added
    • createCountry

      @Transactional(enabled=false) public com.liferay.portal.kernel.model.Country createCountry(long countryId)
      Creates a new country with the primary key. Does not add the country to the database.
      Specified by:
      createCountry in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      countryId - the primary key for the new country
      Returns:
      the new country
    • deleteCountry

      @Indexable(type=DELETE) public com.liferay.portal.kernel.model.Country deleteCountry(long countryId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the country with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect CountryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteCountry in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      countryId - the primary key of the country
      Returns:
      the country that was removed
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a country with the primary key could not be found
    • deleteCountry

      @Indexable(type=DELETE) public com.liferay.portal.kernel.model.Country deleteCountry(com.liferay.portal.kernel.model.Country country) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the country from the database. Also notifies the appropriate model listeners.

      Important: Inspect CountryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteCountry in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      country - the country
      Returns:
      the country that was removed
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • dslQuery

      public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dslQueryCount

      public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dynamicQuery

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Performs a dynamic query on the database and returns the matching rows.
      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      Performs a dynamic query on the database and returns a range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.CountryModelImpl.

      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      Returns:
      the range of matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
      Performs a dynamic query on the database and returns an ordered range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.CountryModelImpl.

      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching rows
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the number of rows matching the dynamic query
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchCountry

      public com.liferay.portal.kernel.model.Country fetchCountry(long countryId)
      Specified by:
      fetchCountry in interface com.liferay.portal.kernel.service.CountryLocalService
    • fetchCountryByUuidAndCompanyId

      public com.liferay.portal.kernel.model.Country fetchCountryByUuidAndCompanyId(String uuid, long companyId)
      Returns the country with the matching UUID and company.
      Specified by:
      fetchCountryByUuidAndCompanyId in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      uuid - the country's UUID
      companyId - the primary key of the company
      Returns:
      the matching country, or null if a matching country could not be found
    • getCountry

      public com.liferay.portal.kernel.model.Country getCountry(long countryId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the country with the primary key.
      Specified by:
      getCountry in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      countryId - the primary key of the country
      Returns:
      the country
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a country with the primary key could not be found
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
    • initActionableDynamicQuery

      protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
    • getExportActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
      Specified by:
      getExportActionableDynamicQuery in interface com.liferay.portal.kernel.service.CountryLocalService
    • createPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deletePersistedModel

      public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Country> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • getPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCountryByUuidAndCompanyId

      public com.liferay.portal.kernel.model.Country getCountryByUuidAndCompanyId(String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the country with the matching UUID and company.
      Specified by:
      getCountryByUuidAndCompanyId in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      uuid - the country's UUID
      companyId - the primary key of the company
      Returns:
      the matching country
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a matching country could not be found
    • getCountries

      public List<com.liferay.portal.kernel.model.Country> getCountries(int start, int end)
      Returns a range of all the countries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.model.impl.CountryModelImpl.

      Specified by:
      getCountries in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      start - the lower bound of the range of countries
      end - the upper bound of the range of countries (not inclusive)
      Returns:
      the range of countries
    • getCountriesCount

      public int getCountriesCount()
      Returns the number of countries.
      Specified by:
      getCountriesCount in interface com.liferay.portal.kernel.service.CountryLocalService
      Returns:
      the number of countries
    • updateCountry

      @Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Country updateCountry(com.liferay.portal.kernel.model.Country country)
      Updates the country in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect CountryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      updateCountry in interface com.liferay.portal.kernel.service.CountryLocalService
      Parameters:
      country - the country
      Returns:
      the country that was updated
    • fetchCountryLocalization

      public com.liferay.portal.kernel.model.CountryLocalization fetchCountryLocalization(long countryId, String languageId)
      Specified by:
      fetchCountryLocalization in interface com.liferay.portal.kernel.service.CountryLocalService
    • getCountryLocalization

      public com.liferay.portal.kernel.model.CountryLocalization getCountryLocalization(long countryId, String languageId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCountryLocalization in interface com.liferay.portal.kernel.service.CountryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCountryLocalizations

      public List<com.liferay.portal.kernel.model.CountryLocalization> getCountryLocalizations(long countryId)
      Specified by:
      getCountryLocalizations in interface com.liferay.portal.kernel.service.CountryLocalService
    • updateCountryLocalization

      public com.liferay.portal.kernel.model.CountryLocalization updateCountryLocalization(com.liferay.portal.kernel.model.Country country, String languageId, String title) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCountryLocalization in interface com.liferay.portal.kernel.service.CountryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCountryLocalizations

      public List<com.liferay.portal.kernel.model.CountryLocalization> updateCountryLocalizations(com.liferay.portal.kernel.model.Country country, Map<String,String> titleMap) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCountryLocalizations in interface com.liferay.portal.kernel.service.CountryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCountryLocalService

      public com.liferay.portal.kernel.service.CountryLocalService getCountryLocalService()
      Returns the country local service.
      Returns:
      the country local service
    • setCountryLocalService

      public void setCountryLocalService(com.liferay.portal.kernel.service.CountryLocalService countryLocalService)
      Sets the country local service.
      Parameters:
      countryLocalService - the country local service
    • getCountryPersistence

      public com.liferay.portal.kernel.service.persistence.CountryPersistence getCountryPersistence()
      Returns the country persistence.
      Returns:
      the country persistence
    • setCountryPersistence

      public void setCountryPersistence(com.liferay.portal.kernel.service.persistence.CountryPersistence countryPersistence)
      Sets the country persistence.
      Parameters:
      countryPersistence - the country persistence
    • getCounterLocalService

      public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
      Returns the counter local service.
      Returns:
      the counter local service
    • setCounterLocalService

      public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
      Sets the counter local service.
      Parameters:
      counterLocalService - the counter local service
    • getCountryLocalizationPersistence

      public com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence getCountryLocalizationPersistence()
      Returns the country localization persistence.
      Returns:
      the country localization persistence
    • setCountryLocalizationPersistence

      public void setCountryLocalizationPersistence(com.liferay.portal.kernel.service.persistence.CountryLocalizationPersistence countryLocalizationPersistence)
      Sets the country localization persistence.
      Parameters:
      countryLocalizationPersistence - the country localization persistence
    • afterPropertiesSet

      public void afterPropertiesSet()
    • destroy

      public void destroy()
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Returns:
      the OSGi service identifier
    • getCTPersistence

      public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country> getCTPersistence()
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>
    • getModelClass

      public Class<com.liferay.portal.kernel.model.Country> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>
    • updateWithUnsafeFunction

      public <R, E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Country>,R,E> updateUnsafeFunction) throws E
      Specified by:
      updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.CountryLocalService
      Specified by:
      updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Country>
      Throws:
      E extends Throwable
    • getModelClassName

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query