Class FragmentEntryLinkServiceUtil

java.lang.Object
com.liferay.fragment.service.FragmentEntryLinkServiceUtil

public class FragmentEntryLinkServiceUtil extends Object
Provides the remote service utility for FragmentEntryLink. This utility wraps com.liferay.fragment.service.impl.FragmentEntryLinkServiceImpl 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

    • FragmentEntryLinkServiceUtil

      public FragmentEntryLinkServiceUtil()
  • Method Details

    • addFragmentEntryLink

      public static FragmentEntryLink addFragmentEntryLink(String externalReferenceCode, long groupId, long originalFragmentEntryLinkId, long fragmentEntryId, long segmentsExperienceId, long plid, String css, String html, String js, String configuration, String editableValues, String namespace, int position, String rendererKey, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFragmentEntryLink

      public static FragmentEntryLink deleteFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFragmentEntryLink

      public static FragmentEntryLink deleteFragmentEntryLink(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFragmentEntryLinkByExternalReferenceCode

      public static FragmentEntryLink getFragmentEntryLinkByExternalReferenceCode(String externalReferenceCode, long groupId) 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
    • updateDeleted

      public static FragmentEntryLink updateDeleted(long fragmentEntryLinkId, boolean deleted) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateFragmentEntryLink

      public static FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, String editableValues) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateFragmentEntryLink

      public static FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, String editableValues, boolean updateClassedModel) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static FragmentEntryLinkService getService()