Class SegmentsEntryRelServiceUtil

java.lang.Object
com.liferay.segments.service.SegmentsEntryRelServiceUtil

public class SegmentsEntryRelServiceUtil extends Object
Provides the remote service utility for SegmentsEntryRel. This utility wraps com.liferay.segments.service.impl.SegmentsEntryRelServiceImpl 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

    • SegmentsEntryRelServiceUtil

      public SegmentsEntryRelServiceUtil()
  • Method Details

    • getOSGiServiceIdentifier

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

      public static List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsEntryRels

      public static List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsEntryRels

      public static List<SegmentsEntryRel> getSegmentsEntryRels(long groupId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsEntryRelsCount

      public static int getSegmentsEntryRelsCount(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSegmentsEntryRelsCount

      public static int getSegmentsEntryRelsCount(long groupId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasSegmentsEntryRel

      public static boolean hasSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK)
    • getService

      public static SegmentsEntryRelService getService()