Package com.liferay.portal.service.impl
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>
Class<com.liferay.portal.kernel.model.CountryLocalization>
<R,
E extends Throwable>
RupdateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.CountryLocalization>, R, E> updateUnsafeFunction)
-
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 interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.CountryLocalization>
-
getModelClass
- Specified by:
getModelClass
in interfacecom.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, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.CountryLocalization>
- Throws:
E extends Throwable
-