@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface SegmentsEntryRelService extends BaseService
SegmentsEntryRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
SegmentsEntryRel |
addSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
SegmentsEntryService.addSegmentsEntryClassPKs(
long, long[], ServiceContext) |
void |
deleteSegmentsEntryRel(long segmentsEntryRelId)
Deprecated.
As of Athanasius (7.3.x), replaced by
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[]) |
void |
deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
Deprecated.
As of Athanasius (7.3.x), replaced by
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[]) |
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,
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) |
@Deprecated SegmentsEntryRel addSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK, ServiceContext serviceContext) throws PortalException
SegmentsEntryService.addSegmentsEntryClassPKs(
long, long[], ServiceContext)PortalException@Deprecated
void deleteSegmentsEntryRel(long segmentsEntryRelId)
throws PortalException
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[])PortalException@Deprecated
void deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
throws PortalException
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[])PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId, int start, int end, OrderByComparator<SegmentsEntryRel> orderByComparator) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long groupId, long classNameId, long classPK) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getSegmentsEntryRelsCount(long segmentsEntryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getSegmentsEntryRelsCount(long groupId, long classNameId, long classPK) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK)