public class SegmentsEntryRelServiceUtil
extends java.lang.Object
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.SegmentsEntryRelService| Constructor and Description |
|---|
SegmentsEntryRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SegmentsEntryRel |
addSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
SegmentsEntryService.addSegmentsEntryClassPKs(
long, long[], ServiceContext) |
static void |
deleteSegmentsEntryRel(long segmentsEntryRelId)
Deprecated.
As of Athanasius (7.3.x), replaced by
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[]) |
static void |
deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
Deprecated.
As of Athanasius (7.3.x), replaced by
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[]) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static java.util.List<SegmentsEntryRel> |
getSegmentsEntryRels(long segmentsEntryId) |
static java.util.List<SegmentsEntryRel> |
getSegmentsEntryRels(long segmentsEntryId,
int start,
int end,
OrderByComparator<SegmentsEntryRel> orderByComparator) |
static java.util.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 |
getService() |
static boolean |
hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
@Deprecated public static SegmentsEntryRel addSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK, ServiceContext serviceContext) throws PortalException
SegmentsEntryService.addSegmentsEntryClassPKs(
long, long[], ServiceContext)PortalException@Deprecated
public static void deleteSegmentsEntryRel(long segmentsEntryRelId)
throws PortalException
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[])PortalException@Deprecated
public static void deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
throws PortalException
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[])PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId) throws PortalException
PortalExceptionpublic static java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId, int start, int end, OrderByComparator<SegmentsEntryRel> orderByComparator) throws PortalException
PortalExceptionpublic static java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long groupId, long classNameId, long classPK) throws PortalException
PortalExceptionpublic static int getSegmentsEntryRelsCount(long segmentsEntryId)
throws PortalException
PortalExceptionpublic static int getSegmentsEntryRelsCount(long groupId,
long classNameId,
long classPK)
throws PortalException
PortalExceptionpublic static boolean hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
public static SegmentsEntryRelService getService()