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 CommerceChannelRel
addCommerceChannelRel
(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 void
deleteCommerceChannelRel
(long commerceChannelRelId) static void
deleteCommerceChannelRels
(String className, long classPK) static CommerceChannelRel
fetchCommerceChannelRel
(String className, long classPK, long commerceChannelId) static List<CommerceChannelRel>
getCommerceChannelCountries
(long commerceChannelId, String name, int start, int end) static int
getCommerceChannelCountriesCount
(long commerceChannelId, String name) static CommerceChannelRel
getCommerceChannelRel
(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 int
getCommerceChannelRelsCount
(long commerceChannelId) static int
getCommerceChannelRelsCount
(String className, long classPK) static int
getCommerceChannelRelsCount
(String className, long classPK, String name) static String
Returns 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
-
getCommerceChannelCountries
public static List<CommerceChannelRel> getCommerceChannelCountries(long commerceChannelId, String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceChannelCountriesCount
public static int getCommerceChannelCountriesCount(long commerceChannelId, String name) 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
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-