public class CTCollectionTemplateServiceUtil
extends java.lang.Object
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.CTCollectionTemplateService
Constructor and Description |
---|
CTCollectionTemplateServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CTCollectionTemplate |
addCTCollectionTemplate(java.lang.String name,
java.lang.String description,
java.lang.String json) |
static java.util.List<CTCollectionTemplate> |
getCTCollectionTemplates(java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) |
static int |
getCTCollectionTemplatesCount(java.lang.String keywords) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CTCollectionTemplateService |
getService() |
static void |
setService(CTCollectionTemplateService service) |
static CTCollectionTemplate |
updateCTCollectionTemplate(long ctCollectionTemplateId,
java.lang.String name,
java.lang.String description,
java.lang.String json) |
public static CTCollectionTemplate addCTCollectionTemplate(java.lang.String name, java.lang.String description, java.lang.String json) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CTCollectionTemplate> getCTCollectionTemplates(java.lang.String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator)
public static int getCTCollectionTemplatesCount(java.lang.String keywords)
public static java.lang.String getOSGiServiceIdentifier()
public static CTCollectionTemplate updateCTCollectionTemplate(long ctCollectionTemplateId, java.lang.String name, java.lang.String description, java.lang.String json) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CTCollectionTemplateService getService()
public static void setService(CTCollectionTemplateService service)