Package com.liferay.segments.service
Class SegmentsEntryRelServiceWrapper
java.lang.Object
com.liferay.segments.service.SegmentsEntryRelServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryRelService>,SegmentsEntryRelService
public class SegmentsEntryRelServiceWrapper
extends Object
implements SegmentsEntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryRelService>
Provides a wrapper for
SegmentsEntryRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentsEntryRelServiceWrapper(SegmentsEntryRelService segmentsEntryRelService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.getSegmentsEntryRels(long segmentsEntryId) getSegmentsEntryRels(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntryRel> orderByComparator) getSegmentsEntryRels(long groupId, long classNameId, long classPK) intgetSegmentsEntryRelsCount(long segmentsEntryId) intgetSegmentsEntryRelsCount(long groupId, long classNameId, long classPK) booleanhasSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK) voidsetWrappedService(SegmentsEntryRelService segmentsEntryRelService)
-
Constructor Details
-
SegmentsEntryRelServiceWrapper
public SegmentsEntryRelServiceWrapper() -
SegmentsEntryRelServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSegmentsEntryRelService- Returns:
- the OSGi service identifier
-
getSegmentsEntryRels
public List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntryRelsin interfaceSegmentsEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsEntryRels
public List<SegmentsEntryRel> getSegmentsEntryRels(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntryRelsin interfaceSegmentsEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsEntryRels
public List<SegmentsEntryRel> getSegmentsEntryRels(long groupId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntryRelsin interfaceSegmentsEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsEntryRelsCount
public int getSegmentsEntryRelsCount(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntryRelsCountin interfaceSegmentsEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsEntryRelsCount
public int getSegmentsEntryRelsCount(long groupId, long classNameId, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsEntryRelsCountin interfaceSegmentsEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
hasSegmentsEntryRel
public boolean hasSegmentsEntryRel(long segmentsEntryId, long classNameId, long classPK) - Specified by:
hasSegmentsEntryRelin interfaceSegmentsEntryRelService
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryRelService>
-