Class CommerceChannelAccountEntryRelServiceUtil
java.lang.Object
com.liferay.commerce.product.service.CommerceChannelAccountEntryRelServiceUtil
Provides the remote service utility for CommerceChannelAccountEntryRel. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceChannelAccountEntryRel
(long accountEntryId, String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) static void
deleteCommerceChannelAccountEntryRel
(long commerceChannelAccountEntryRelId) fetchCommerceChannelAccountEntryRel
(long commerceChannelAccountEntryRelId) fetchCommerceChannelAccountEntryRel
(long accountEntryId, long commerceChannelId, int type) getCommerceChannelAccountEntryRel
(long commerceChannelAccountEntryRelId) static List<CommerceChannelAccountEntryRel>
getCommerceChannelAccountEntryRels
(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) static List<CommerceChannelAccountEntryRel>
getCommerceChannelAccountEntryRels
(long commerceChannelId, String name, int type, int start, int end) static List<CommerceChannelAccountEntryRel>
getCommerceChannelAccountEntryRels
(String className, long classPK, long commerceChannelId, int type) static int
getCommerceChannelAccountEntryRelsCount
(long accountEntryId, int type) static int
getCommerceChannelAccountEntryRelsCount
(long commerceChannelId, String name, int type) static String
Returns the OSGi service identifier.updateCommerceChannelAccountEntryRel
(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority)
-
Constructor Details
-
CommerceChannelAccountEntryRelServiceUtil
public CommerceChannelAccountEntryRelServiceUtil()
-
-
Method Details
-
addCommerceChannelAccountEntryRel
public static CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(long accountEntryId, String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelAccountEntryRel
public static void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelAccountEntryRel
public static CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelAccountEntryRel
public static CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRel
public static CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRels
public static 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRels
public static List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long commerceChannelId, String name, int type, int start, int end) -
getCommerceChannelAccountEntryRels
public static List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(String className, long classPK, long commerceChannelId, int type) -
getCommerceChannelAccountEntryRelsCount
public static int getCommerceChannelAccountEntryRelsCount(long accountEntryId, int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelAccountEntryRelsCount
public static int getCommerceChannelAccountEntryRelsCount(long commerceChannelId, String name, int type) -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommerceChannelAccountEntryRel
public static CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-