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,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static void |
deleteSegmentsEntryRel(long segmentsEntryRelId) |
static void |
deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
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,
com.liferay.portal.kernel.util.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) |
public static SegmentsEntryRel addSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
SegmentsEntryRelServiceUtil
to access the segments entry rel remote service. Add custom service methods to com.liferay.segments.service.impl.SegmentsEntryRelServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.com.liferay.portal.kernel.exception.PortalException
public static void deleteSegmentsEntryRel(long segmentsEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long groupId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getSegmentsEntryRelsCount(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getSegmentsEntryRelsCount(long groupId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static boolean hasSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK)
public static SegmentsEntryRelService getService()