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.void
setWrappedService
(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:
checkoutCTCollection
in 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:
enablePublications
in interfaceCTPreferencesService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCTPreferencesService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTPreferencesService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTPreferencesService>
-