Class SXPBlueprintServiceUtil

java.lang.Object
com.liferay.search.experiences.service.SXPBlueprintServiceUtil

public class SXPBlueprintServiceUtil extends Object
Provides the remote service utility for SXPBlueprint. This utility wraps com.liferay.search.experiences.service.impl.SXPBlueprintServiceImpl 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

    • SXPBlueprintServiceUtil

      public SXPBlueprintServiceUtil()
  • Method Details

    • addSXPBlueprint

      public static SXPBlueprint addSXPBlueprint(String externalReferenceCode, String configurationJSON, Map<Locale,String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale,String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSXPBlueprint

      public static SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchSXPBlueprint

      public static SXPBlueprint fetchSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchSXPBlueprintByExternalReferenceCode

      public static SXPBlueprint fetchSXPBlueprintByExternalReferenceCode(String externalReferenceCode, long companyId) 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
    • getSXPBlueprint

      public static SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSXPBlueprintByExternalReferenceCode

      public static SXPBlueprint getSXPBlueprintByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSXPBlueprint

      public static SXPBlueprint updateSXPBlueprint(String externalReferenceCode, long sxpBlueprintId, String configurationJSON, Map<Locale,String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale,String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static SXPBlueprintService getService()