Class CommercePaymentMethodGroupRelQualifierServiceUtil
java.lang.Object
com.liferay.commerce.payment.service.CommercePaymentMethodGroupRelQualifierServiceUtil
Provides the remote service utility for CommercePaymentMethodGroupRelQualifier. This utility wraps
com.liferay.commerce.payment.service.impl.CommercePaymentMethodGroupRelQualifierServiceImpl 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 TypeMethodDescriptionaddCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) static voiddeleteCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) static voiddeleteCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) static voiddeleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId) fetchCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) static intgetCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) getCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) getCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) getCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) static intgetCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId) getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) static intgetCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) static StringReturns the OSGi service identifier.
-
Constructor Details
-
CommercePaymentMethodGroupRelQualifierServiceUtil
public CommercePaymentMethodGroupRelQualifierServiceUtil()
-
-
Method Details
-
addCommercePaymentMethodGroupRelQualifier
public static CommercePaymentMethodGroupRelQualifier addCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifier
public static void deleteCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifiers
public static void deleteCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId
public static void deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentMethodGroupRelQualifier
public static CommercePaymentMethodGroupRelQualifier fetchCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers
public static List<CommercePaymentMethodGroupRelQualifier> getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount
public static int getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifier
public static CommercePaymentMethodGroupRelQualifier getCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiers
public static List<CommercePaymentMethodGroupRelQualifier> getCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiers
public static List<CommercePaymentMethodGroupRelQualifier> getCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiersCount
public static int getCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers
public static List<CommercePaymentMethodGroupRelQualifier> getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount
public static int getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) 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
-