@ProviderType
public class CommerceDiscountUserSegmentRelServiceUtil
extends java.lang.Object
com.liferay.commerce.discount.service.impl.CommerceDiscountUserSegmentRelServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceDiscountUserSegmentRelService,
com.liferay.commerce.discount.service.base.CommerceDiscountUserSegmentRelServiceBaseImpl,
com.liferay.commerce.discount.service.impl.CommerceDiscountUserSegmentRelServiceImpl| Constructor and Description |
|---|
CommerceDiscountUserSegmentRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceDiscountUserSegmentRel |
addCommerceDiscountUserSegmentRel(long commerceDiscountId,
long commerceUserSegmentEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteCommerceDiscountUserSegmentRel(long commerceDiscountUserSegmentRelId) |
static java.util.List<CommerceDiscountUserSegmentRel> |
getCommerceDiscountUserSegmentRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountUserSegmentRel> orderByComparator) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceDiscountUserSegmentRelService |
getService() |
public CommerceDiscountUserSegmentRelServiceUtil()
public static CommerceDiscountUserSegmentRel addCommerceDiscountUserSegmentRel(long commerceDiscountId, long commerceUserSegmentEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceDiscountUserSegmentRel(long commerceDiscountUserSegmentRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static 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
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceDiscountUserSegmentRelService getService()