Interface CTPreferencesService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CTPreferencesServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CTPreferencesService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CTPreferences. 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:
-
Method Summary
Modifier and TypeMethodDescriptioncheckoutCTCollection
(long companyId, long userId, long ctCollectionId) enablePublications
(long companyId, boolean enable) Returns the OSGi service identifier.
-
Method Details
-
checkoutCTCollection
CTPreferences checkoutCTCollection(long companyId, long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
enablePublications
CTPreferences enablePublications(long companyId, boolean enable) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-