Package com.liferay.commerce.service
Class CommerceOrderTypeRelServiceUtil
java.lang.Object
com.liferay.commerce.service.CommerceOrderTypeRelServiceUtil
Provides the remote service utility for CommerceOrderTypeRel. This utility wraps
com.liferay.commerce.service.impl.CommerceOrderTypeRelServiceImpl
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 CommerceOrderTypeRel
addCommerceOrderTypeRel
(String className, long classPK, long commerceOrderTypeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CommerceOrderTypeRel
deleteCommerceOrderTypeRel
(long commerceOrderTypeRelId) static void
deleteCommerceOrderTypeRels
(String className, long commerceOrderTypeId) static List<CommerceOrderTypeRel>
getCommerceOrderTypeCommerceChannelRels
(long commerceOrderTypeId, String keywords, int start, int end) static int
getCommerceOrderTypeCommerceChannelRelsCount
(long commerceOrderTypeId, String keywords) static CommerceOrderTypeRel
getCommerceOrderTypeRel
(long commerceOrderTypeRelId) static List<CommerceOrderTypeRel>
getCommerceOrderTypeRels
(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) static int
getCommerceOrderTypeRelsCount
(String className, long classPK) static String
Returns the OSGi service identifier.static CommerceOrderTypeRelService
-
Constructor Details
-
CommerceOrderTypeRelServiceUtil
public CommerceOrderTypeRelServiceUtil()
-
-
Method Details
-
addCommerceOrderTypeRel
public static CommerceOrderTypeRel addCommerceOrderTypeRel(String className, long classPK, long commerceOrderTypeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderTypeRel
public static CommerceOrderTypeRel deleteCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderTypeRels
public static void deleteCommerceOrderTypeRels(String className, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceChannelRels
public static List<CommerceOrderTypeRel> getCommerceOrderTypeCommerceChannelRels(long commerceOrderTypeId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommerceChannelRelsCount
public static int getCommerceOrderTypeCommerceChannelRelsCount(long commerceOrderTypeId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRel
public static CommerceOrderTypeRel getCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRels
public static List<CommerceOrderTypeRel> getCommerceOrderTypeRels(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeRelsCount
public static int getCommerceOrderTypeRelsCount(String className, long classPK) 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
-