@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface SegmentsEntryRelService
extends com.liferay.portal.kernel.service.BaseService
SegmentsEntryRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<SegmentsEntryRel> |
getSegmentsEntryRels(long segmentsEntryId) |
java.util.List<SegmentsEntryRel> |
getSegmentsEntryRels(long segmentsEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntryRel> orderByComparator) |
java.util.List<SegmentsEntryRel> |
getSegmentsEntryRels(long groupId,
long classNameId,
long classPK) |
int |
getSegmentsEntryRelsCount(long segmentsEntryId) |
int |
getSegmentsEntryRelsCount(long groupId,
long classNameId,
long classPK) |
boolean |
hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long groupId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getSegmentsEntryRelsCount(long segmentsEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getSegmentsEntryRelsCount(long groupId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)