Package com.liferay.segments.service
Class SegmentsEntryRelServiceUtil
java.lang.Object
com.liferay.segments.service.SegmentsEntryRelServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the OSGi service identifier.static List<SegmentsEntryRel>
getSegmentsEntryRels
(long segmentsEntryId) static List<SegmentsEntryRel>
getSegmentsEntryRels
(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntryRel> orderByComparator) static List<SegmentsEntryRel>
getSegmentsEntryRels
(long groupId, long classNameId, long classPK) static int
getSegmentsEntryRelsCount
(long segmentsEntryId) static int
getSegmentsEntryRelsCount
(long groupId, long classNameId, long classPK) static SegmentsEntryRelService
static boolean
hasSegmentsEntryRel
(long segmentsEntryId, long classNameId, long classPK)
-
Constructor Details
-
SegmentsEntryRelServiceUtil
public SegmentsEntryRelServiceUtil()
-
-
Method Details
-
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
-