public class CommerceChannelAccountEntryRelServiceUtil
extends java.lang.Object
com.liferay.commerce.product.service.impl.CommerceChannelAccountEntryRelServiceImpl
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.CommerceChannelAccountEntryRelService
Constructor and Description |
---|
CommerceChannelAccountEntryRelServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CommerceChannelAccountEntryRel |
addCommerceChannelAccountEntryRel(long accountEntryId,
java.lang.String className,
long classPK,
long commerceChannelId,
boolean overrideEligibility,
double priority,
int type) |
static void |
deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
static CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
static CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long accountEntryId,
long commerceChannelId,
int type) |
static CommerceChannelAccountEntryRel |
getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
static java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) |
static java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(long commerceChannelId,
java.lang.String name,
int type,
int start,
int end) |
static java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(java.lang.String className,
long classPK,
long commerceChannelId,
int type) |
static int |
getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type) |
static int |
getCommerceChannelAccountEntryRelsCount(long commerceChannelId,
java.lang.String name,
int type) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceChannelAccountEntryRelService |
getService() |
static CommerceChannelAccountEntryRel |
updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId,
long commerceChannelId,
long classPK,
boolean overrideEligibility,
double priority) |
public CommerceChannelAccountEntryRelServiceUtil()
public static CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(long accountEntryId, java.lang.String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long commerceChannelId, java.lang.String name, int type, int start, int end)
public static java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(java.lang.String className, long classPK, long commerceChannelId, int type)
public static int getCommerceChannelAccountEntryRelsCount(long accountEntryId, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceChannelAccountEntryRelsCount(long commerceChannelId, java.lang.String name, int type)
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceChannelAccountEntryRelService getService()