public class CommercePriceModifierRelServiceUtil
extends java.lang.Object
com.liferay.commerce.pricing.service.impl.CommercePriceModifierRelServiceImpl and is an
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.CommercePriceModifierRelService| Constructor and Description |
|---|
CommercePriceModifierRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommercePriceModifierRel |
addCommercePriceModifierRel(long commercePriceModifierId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteCommercePriceModifierRel(long commercePriceModifierRelId) |
static CommercePriceModifierRel |
fetchCommercePriceModifierRel(long commercePriceModifierId,
java.lang.String className,
long classPK) |
static long[] |
getClassPKs(long commercePriceModifierRelId,
java.lang.String className) |
static CommercePriceModifierRel |
getCommercePriceModifierRel(long commercePriceModifierRelId) |
static java.util.List<CommercePriceModifierRel> |
getCommercePriceModifierRels(long commercePriceModifierRelId,
java.lang.String className) |
static java.util.List<CommercePriceModifierRel> |
getCommercePriceModifierRels(long commercePriceModifierRelId,
java.lang.String className,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) |
static int |
getCommercePriceModifierRelsCount(long commercePriceModifierRelId,
java.lang.String className) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommercePriceModifierRelService |
getService() |
public static CommercePriceModifierRel addCommercePriceModifierRel(long commercePriceModifierId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommercePriceModifierRel(long commercePriceModifierRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePriceModifierRel fetchCommercePriceModifierRel(long commercePriceModifierId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static long[] getClassPKs(long commercePriceModifierRelId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommercePriceModifierRel getCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierRelId, java.lang.String className) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierRelId, java.lang.String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommercePriceModifierRelsCount(long commercePriceModifierRelId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommercePriceModifierRelService getService()