Class CommercePaymentMethodGroupRelQualifierServiceWrapper
java.lang.Object
com.liferay.commerce.payment.service.CommercePaymentMethodGroupRelQualifierServiceWrapper
- All Implemented Interfaces:
CommercePaymentMethodGroupRelQualifierService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelQualifierService>
public class CommercePaymentMethodGroupRelQualifierServiceWrapper
extends Object
implements CommercePaymentMethodGroupRelQualifierService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelQualifierService>
Provides a wrapper for
CommercePaymentMethodGroupRelQualifierService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePaymentMethodGroupRelQualifierServiceWrapper
(CommercePaymentMethodGroupRelQualifierService commercePaymentMethodGroupRelQualifierService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePaymentMethodGroupRelQualifier
(String className, long classPK, long commercePaymentMethodGroupRelId) void
deleteCommercePaymentMethodGroupRelQualifier
(long commercePaymentMethodGroupRelQualifierId) void
deleteCommercePaymentMethodGroupRelQualifiers
(String className, long commercePaymentMethodGroupRelId) void
deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId
(long commercePaymentMethodGroupRelId) fetchCommercePaymentMethodGroupRelQualifier
(String className, long classPK, long commercePaymentMethodGroupRelId) getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers
(long commercePaymentMethodGroupRelId, String keywords, int start, int end) int
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount
(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) int
getCommercePaymentMethodGroupRelQualifiersCount
(long commercePaymentMethodGroupRelId) getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers
(long commercePaymentMethodGroupRelId, String keywords, int start, int end) int
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount
(long commercePaymentMethodGroupRelId, String keywords) Returns the OSGi service identifier.void
setWrappedService
(CommercePaymentMethodGroupRelQualifierService commercePaymentMethodGroupRelQualifierService)
-
Constructor Details
-
CommercePaymentMethodGroupRelQualifierServiceWrapper
public CommercePaymentMethodGroupRelQualifierServiceWrapper() -
CommercePaymentMethodGroupRelQualifierServiceWrapper
public CommercePaymentMethodGroupRelQualifierServiceWrapper(CommercePaymentMethodGroupRelQualifierService commercePaymentMethodGroupRelQualifierService)
-
-
Method Details
-
addCommercePaymentMethodGroupRelQualifier
public CommercePaymentMethodGroupRelQualifier addCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePaymentMethodGroupRelQualifier
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifier
public void deleteCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePaymentMethodGroupRelQualifier
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifiers
public void deleteCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePaymentMethodGroupRelQualifiers
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId
public void deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePaymentMethodGroupRelQualifiersByCommercePaymentMethodGroupRelId
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentMethodGroupRelQualifier
public CommercePaymentMethodGroupRelQualifier fetchCommercePaymentMethodGroupRelQualifier(String className, long classPK, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePaymentMethodGroupRelQualifier
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers
public List<CommercePaymentMethodGroupRelQualifier> getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiers
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount
public int getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypeCommercePaymentMethodGroupRelQualifiersCount
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifier
public CommercePaymentMethodGroupRelQualifier getCommercePaymentMethodGroupRelQualifier(long commercePaymentMethodGroupRelQualifierId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRelQualifier
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiers
public List<CommercePaymentMethodGroupRelQualifier> getCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRelQualifiers
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiers
public List<CommercePaymentMethodGroupRelQualifier> getCommercePaymentMethodGroupRelQualifiers(String className, long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRelQualifiers
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelQualifiersCount
public int getCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRelQualifiersCount
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers
public List<CommercePaymentMethodGroupRelQualifier> getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers(long commercePaymentMethodGroupRelId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiers
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount
public int getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount(long commercePaymentMethodGroupRelId, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryCommercePaymentMethodGroupRelQualifiersCount
in interfaceCommercePaymentMethodGroupRelQualifierService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePaymentMethodGroupRelQualifierService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelQualifierService>
-
setWrappedService
public void setWrappedService(CommercePaymentMethodGroupRelQualifierService commercePaymentMethodGroupRelQualifierService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelQualifierService>
-