Class CTCollectionTemplateServiceUtil

java.lang.Object
com.liferay.change.tracking.service.CTCollectionTemplateServiceUtil

public class CTCollectionTemplateServiceUtil extends Object
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 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

      public static int getCTCollectionTemplatesCount(String keywords)
    • getOSGiServiceIdentifier

      public static String 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

      public static CTCollectionTemplateService getService()