@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
CTPreferencesServiceUtil
Modifier and Type | Method and Description |
---|---|
CTPreferences |
checkoutCTCollection(long companyId,
long userId,
long ctCollectionId) |
CTPreferences |
enablePublications(long companyId,
boolean enable) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CTPreferences checkoutCTCollection(long companyId, long userId, long ctCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CTPreferences enablePublications(long companyId, boolean enable) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()