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 CTCollectionTemplateaddCTCollectionTemplate(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 intgetCTCollectionTemplatesCount(String keywords) static StringReturns the OSGi service identifier.static CTCollectionTemplateServicestatic CTCollectionTemplateupdateCTCollectionTemplate(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
-