Class CTPreferencesServiceUtil
java.lang.Object
com.liferay.change.tracking.service.CTPreferencesServiceUtil
Provides the remote service utility for CTPreferences. This utility wraps
com.liferay.change.tracking.service.impl.CTPreferencesServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CTPreferences
checkoutCTCollection
(long companyId, long userId, long ctCollectionId) static CTPreferences
enablePublications
(long companyId, boolean enable) static String
Returns the OSGi service identifier.static CTPreferencesService
-
Constructor Details
-
CTPreferencesServiceUtil
public CTPreferencesServiceUtil()
-
-
Method Details
-
checkoutCTCollection
public static CTPreferences checkoutCTCollection(long companyId, long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
enablePublications
public static CTPreferences enablePublications(long companyId, boolean enable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-