@ProviderType public class CommerceDiscountUserSegmentRelServiceWrapper extends java.lang.Object implements CommerceDiscountUserSegmentRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountUserSegmentRelService>
CommerceDiscountUserSegmentRelService.CommerceDiscountUserSegmentRelService| Constructor and Description |
|---|
CommerceDiscountUserSegmentRelServiceWrapper(CommerceDiscountUserSegmentRelService commerceDiscountUserSegmentRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountUserSegmentRel |
addCommerceDiscountUserSegmentRel(long commerceDiscountId,
long commerceUserSegmentEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceDiscountUserSegmentRel(long commerceDiscountUserSegmentRelId) |
java.util.List<CommerceDiscountUserSegmentRel> |
getCommerceDiscountUserSegmentRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountUserSegmentRel> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountUserSegmentRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountUserSegmentRelService commerceDiscountUserSegmentRelService) |
public CommerceDiscountUserSegmentRelServiceWrapper(CommerceDiscountUserSegmentRelService commerceDiscountUserSegmentRelService)
public CommerceDiscountUserSegmentRel addCommerceDiscountUserSegmentRel(long commerceDiscountId, long commerceUserSegmentEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountUserSegmentRel in interface CommerceDiscountUserSegmentRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountUserSegmentRel(long commerceDiscountUserSegmentRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountUserSegmentRel in interface CommerceDiscountUserSegmentRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountUserSegmentRel> getCommerceDiscountUserSegmentRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountUserSegmentRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountUserSegmentRels in interface CommerceDiscountUserSegmentRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountUserSegmentRelServicepublic CommerceDiscountUserSegmentRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountUserSegmentRelService>public void setWrappedService(CommerceDiscountUserSegmentRelService commerceDiscountUserSegmentRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountUserSegmentRelService>