Class CTCollectionTemplateServiceUtil
java.lang.Object
com.liferay.change.tracking.service.CTCollectionTemplateServiceUtil
Provides the remote service utility for CTCollectionTemplate. This utility wraps
com.liferay.change.tracking.service.impl.CTCollectionTemplateServiceImpl
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 CTCollectionTemplate
addCTCollectionTemplate
(String name, String description, String json) static List<CTCollectionTemplate>
getCTCollectionTemplates
(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) static int
getCTCollectionTemplatesCount
(String keywords) static String
Returns the OSGi service identifier.static CTCollectionTemplateService
static CTCollectionTemplate
updateCTCollectionTemplate
(long ctCollectionTemplateId, String name, String description, String json)
-
Constructor Details
-
CTCollectionTemplateServiceUtil
public CTCollectionTemplateServiceUtil()
-
-
Method Details
-
addCTCollectionTemplate
public static CTCollectionTemplate addCTCollectionTemplate(String name, String description, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTCollectionTemplates
public static List<CTCollectionTemplate> getCTCollectionTemplates(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) -
getCTCollectionTemplatesCount
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCTCollectionTemplate
public static CTCollectionTemplate updateCTCollectionTemplate(long ctCollectionTemplateId, String name, String description, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-