public class SegmentsEntryRelServiceWrapper extends java.lang.Object implements SegmentsEntryRelService, ServiceWrapper<SegmentsEntryRelService>
SegmentsEntryRelService.SegmentsEntryRelService| Constructor and Description |
|---|
SegmentsEntryRelServiceWrapper(SegmentsEntryRelService segmentsEntryRelService) |
| 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) |
SegmentsEntryRelService |
getWrappedService() |
boolean |
hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
void |
setWrappedService(SegmentsEntryRelService segmentsEntryRelService) |
public SegmentsEntryRelServiceWrapper(SegmentsEntryRelService segmentsEntryRelService)
@Deprecated public SegmentsEntryRel addSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK, ServiceContext serviceContext) throws PortalException
SegmentsEntryService.addSegmentsEntryClassPKs(
long, long[], ServiceContext)addSegmentsEntryRel in interface SegmentsEntryRelServicePortalException@Deprecated
public void deleteSegmentsEntryRel(long segmentsEntryRelId)
throws PortalException
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[])deleteSegmentsEntryRel in interface SegmentsEntryRelServicePortalException@Deprecated
public void deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
throws PortalException
SegmentsEntryService.deleteSegmentsEntryClassPKs(
long, long[])deleteSegmentsEntryRel in interface SegmentsEntryRelServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SegmentsEntryRelServicepublic java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId) throws PortalException
getSegmentsEntryRels in interface SegmentsEntryRelServicePortalExceptionpublic java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId, int start, int end, OrderByComparator<SegmentsEntryRel> orderByComparator) throws PortalException
getSegmentsEntryRels in interface SegmentsEntryRelServicePortalExceptionpublic java.util.List<SegmentsEntryRel> getSegmentsEntryRels(long groupId, long classNameId, long classPK) throws PortalException
getSegmentsEntryRels in interface SegmentsEntryRelServicePortalExceptionpublic int getSegmentsEntryRelsCount(long segmentsEntryId)
throws PortalException
getSegmentsEntryRelsCount in interface SegmentsEntryRelServicePortalExceptionpublic int getSegmentsEntryRelsCount(long groupId,
long classNameId,
long classPK)
throws PortalException
getSegmentsEntryRelsCount in interface SegmentsEntryRelServicePortalExceptionpublic boolean hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
hasSegmentsEntryRel in interface SegmentsEntryRelServicepublic SegmentsEntryRelService getWrappedService()
getWrappedService in interface ServiceWrapper<SegmentsEntryRelService>public void setWrappedService(SegmentsEntryRelService segmentsEntryRelService)
setWrappedService in interface ServiceWrapper<SegmentsEntryRelService>