@AccessControlled
@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 |
---|---|
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.
|
void |
deleteSegmentsEntryRel(long segmentsEntryRelId) |
void |
deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
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) |
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
void deleteSegmentsEntryRel(long segmentsEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void deleteSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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)