Class CountryLocalizationCTServiceImpl

Object
com.liferay.portal.service.impl.CountryLocalizationCTServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.CountryLocalization>

@CTAware public class CountryLocalizationCTServiceImpl extends Object implements com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.CountryLocalization>
Author:
Brian Wing Shun Chan
{$generated.description}
  • Constructor Details

    • CountryLocalizationCTServiceImpl

      public CountryLocalizationCTServiceImpl()
  • Method Details

    • getCTPersistence

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

      public Class<com.liferay.portal.kernel.model.CountryLocalization> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.CountryLocalization>
    • 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.CountryLocalization>,R,E> updateUnsafeFunction) throws E
      Specified by:
      updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.CountryLocalization>
      Throws:
      E extends Throwable