Interface CTCollectionTemplateService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CTCollectionTemplateServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CTCollectionTemplateService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CTCollectionTemplate. 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 TypeMethodDescriptionaddCTCollectionTemplate
(String name, String description, String json) getCTCollectionTemplates
(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) int
getCTCollectionTemplatesCount
(String keywords) Returns the OSGi service identifier.updateCTCollectionTemplate
(long ctCollectionTemplateId, String name, String description, String json)
-
Method Details
-
addCTCollectionTemplate
CTCollectionTemplate addCTCollectionTemplate(String name, String description, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTCollectionTemplates
@Transactional(propagation=SUPPORTS, readOnly=true) List<CTCollectionTemplate> getCTCollectionTemplates(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) -
getCTCollectionTemplatesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCTCollectionTemplatesCount(String keywords) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCTCollectionTemplate
CTCollectionTemplate updateCTCollectionTemplate(long ctCollectionTemplateId, String name, String description, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-