Class CTPreferencesServiceWrapper
java.lang.Object
com.liferay.change.tracking.service.CTPreferencesServiceWrapper
- All Implemented Interfaces:
CTPreferencesService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CTPreferencesService>
public class CTPreferencesServiceWrapper
extends Object
implements CTPreferencesService, com.liferay.portal.kernel.service.ServiceWrapper<CTPreferencesService>
Provides a wrapper for
CTPreferencesService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckoutCTCollection(long companyId, long userId, long ctCollectionId) enablePublications(long companyId, boolean enable) Returns the OSGi service identifier.voidsetWrappedService(CTPreferencesService ctPreferencesService)
-
Constructor Details
-
CTPreferencesServiceWrapper
public CTPreferencesServiceWrapper() -
CTPreferencesServiceWrapper
-
-
Method Details
-
checkoutCTCollection
public CTPreferences checkoutCTCollection(long companyId, long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
checkoutCTCollectionin interfaceCTPreferencesService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
enablePublications
public CTPreferences enablePublications(long companyId, boolean enable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
enablePublicationsin interfaceCTPreferencesService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCTPreferencesService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTPreferencesService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTPreferencesService>
-