Class CommerceChannelRelServiceUtil
java.lang.Object
com.liferay.commerce.product.service.CommerceChannelRelServiceUtil
Provides the remote service utility for CommerceChannelRel. This utility wraps
com.liferay.commerce.product.service.impl.CommerceChannelRelServiceImpl 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 TypeMethodDescriptionstatic CommerceChannelReladdCommerceChannelRel(String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static List<CommerceChannelRel>addCommerceChannelRels(String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static voiddeleteCommerceChannelRel(long commerceChannelRelId) static voiddeleteCommerceChannelRels(String className, long classPK) static CommerceChannelRelfetchCommerceChannelRel(String className, long classPK, long commerceChannelId) static CommerceChannelRelgetCommerceChannelRel(long commerceChannelRelId) static List<CommerceChannelRel>getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) static List<CommerceChannelRel>getCommerceChannelRels(String className, long classPK, String name, int start, int end) static intgetCommerceChannelRelsCount(long commerceChannelId) static intgetCommerceChannelRelsCount(String className, long classPK) static intgetCommerceChannelRelsCount(String className, long classPK, String name) static List<CommerceChannelRel>getCommerceCurrencyCommerceChannelRels(long commerceChannelId, String name, int start, int end) static intgetCommerceCurrencyCommerceChannelRelsCount(long commerceChannelId, String name) static List<CommerceChannelRel>getCountryCommerceChannelRels(long commerceChannelId, String name, int start, int end) static intgetCountryCommerceChannelRelsCount(long commerceChannelId, String name) static StringReturns the OSGi service identifier.static CommerceChannelRelService
-
Constructor Details
-
CommerceChannelRelServiceUtil
public CommerceChannelRelServiceUtil()
-
-
Method Details
-
addCommerceChannelRel
public static CommerceChannelRel addCommerceChannelRel(String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceChannelRels
public static List<CommerceChannelRel> addCommerceChannelRels(String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRel
public static void deleteCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceChannelRels
public static void deleteCommerceChannelRels(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceChannelRel
public static CommerceChannelRel fetchCommerceChannelRel(String className, long classPK, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRel
public static CommerceChannelRel getCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRels
public static List<CommerceChannelRel> getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRels
public static List<CommerceChannelRel> getCommerceChannelRels(String className, long classPK, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public static int getCommerceChannelRelsCount(long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public static int getCommerceChannelRelsCount(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelRelsCount
public static int getCommerceChannelRelsCount(String className, long classPK, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceCurrencyCommerceChannelRels
public static List<CommerceChannelRel> getCommerceCurrencyCommerceChannelRels(long commerceChannelId, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceCurrencyCommerceChannelRelsCount
public static int getCommerceCurrencyCommerceChannelRelsCount(long commerceChannelId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCountryCommerceChannelRels
public static List<CommerceChannelRel> getCountryCommerceChannelRels(long commerceChannelId, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCountryCommerceChannelRelsCount
public static int getCountryCommerceChannelRelsCount(long commerceChannelId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-