Class CPDisplayLayoutServiceUtil

java.lang.Object
com.liferay.commerce.product.service.CPDisplayLayoutServiceUtil

public class CPDisplayLayoutServiceUtil extends Object
Provides the remote service utility for CPDisplayLayout. This utility wraps com.liferay.commerce.product.service.impl.CPDisplayLayoutServiceImpl 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

    • CPDisplayLayoutServiceUtil

      public CPDisplayLayoutServiceUtil()
  • Method Details

    • addCPDisplayLayout

      public static CPDisplayLayout addCPDisplayLayout(long groupId, Class<?> clazz, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPDisplayLayout

      public static void deleteCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPDisplayLayout

      public static CPDisplayLayout fetchCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDisplayLayout

      public static CPDisplayLayout getCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • searchCPDisplayLayout

      public static com.liferay.portal.kernel.search.BaseModelSearchResult<CPDisplayLayout> searchCPDisplayLayout(long companyId, long groupId, String className, Integer type, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCPDisplayLayout

      public static CPDisplayLayout updateCPDisplayLayout(long cpDisplayLayoutId, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CPDisplayLayoutService getService()