@ProviderType
public interface SegmentsEntryProvider
SegmentsEntry objects and their
related entities.| Modifier and Type | Method and Description |
|---|---|
long[] |
getSegmentsEntryClassPKs(long segmentsEntryId,
int start,
int end)
Returns the primary keys of the entities related with the segment.
|
int |
getSegmentsEntryClassPKsCount(long segmentsEntryId)
Returns the number of entities related with the segment.
|
long[] |
getSegmentsEntryIds(long groupId,
java.lang.String className,
long classPK)
Returns IDs of the active
SegmentsEntry objects of a group that
are related with the entity. |
long[] |
getSegmentsEntryIds(long groupId,
java.lang.String className,
long classPK,
Context context)
Returns IDs of the active
SegmentsEntry objects of a group that
related with the entity under the given context. |
long[] getSegmentsEntryClassPKs(long segmentsEntryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
segmentsEntryId - the ID of the segmentstart - the lower bound of the range of primary keysend - the upper bound of the range of primary keys (not inclusive)com.liferay.portal.kernel.exception.PortalExceptionint getSegmentsEntryClassPKsCount(long segmentsEntryId)
throws com.liferay.portal.kernel.exception.PortalException
segmentsEntryId - the ID of the segmentcom.liferay.portal.kernel.exception.PortalExceptionlong[] getSegmentsEntryIds(long groupId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
SegmentsEntry objects of a group that
are related with the entity.groupId - the primary key of the groupclassName - the class name of the entityclassPK - the primary key of the entitySegmentsEntry objects related to
the entitycom.liferay.portal.kernel.exception.PortalExceptionlong[] getSegmentsEntryIds(long groupId,
java.lang.String className,
long classPK,
Context context)
throws com.liferay.portal.kernel.exception.PortalException
SegmentsEntry objects of a group that
related with the entity under the given context.groupId - the primary key of the groupclassName - the class name of the entityclassPK - the primary key of the entitycontext - the contextSegmentsEntry objects related to
the entitycom.liferay.portal.kernel.exception.PortalException