Class CommercePaymentMethodGroupRelServiceWrapper
java.lang.Object
com.liferay.commerce.payment.service.CommercePaymentMethodGroupRelServiceWrapper
- All Implemented Interfaces:
CommercePaymentMethodGroupRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelService>
public class CommercePaymentMethodGroupRelServiceWrapper
extends Object
implements CommercePaymentMethodGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelService>
Provides a wrapper for
CommercePaymentMethodGroupRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePaymentMethodGroupRelServiceWrapper
(CommercePaymentMethodGroupRelService commercePaymentMethodGroupRelService) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.model.CommerceAddressRestriction
addCommerceAddressRestriction
(long groupId, long classPK, long countryId) com.liferay.commerce.model.CommerceAddressRestriction
addCommerceAddressRestriction
(long classPK, long countryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)addCommercePaymentMethodGroupRel
(long groupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, File imageFile, String paymentIntegrationKey, double priority, String typeSettings) void
deleteCommerceAddressRestriction
(long commerceAddressRestrictionId) void
deleteCommerceAddressRestrictions
(long commercePaymentMethodGroupRelId) void
deleteCommercePaymentMethodGroupRel
(long commercePaymentMethodGroupRelId) fetchCommercePaymentMethodGroupRel
(long commercePaymentMethodGroupRelId) fetchCommercePaymentMethodGroupRel
(long groupId, String engineKey) List<com.liferay.commerce.model.CommerceAddressRestriction>
getCommerceAddressRestrictions
(long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.commerce.model.CommerceAddressRestriction> orderByComparator) int
getCommerceAddressRestrictionsCount
(long classPK) getCommercePaymentMethodGroupRel
(long commercePaymentMethodGroupRelId) getCommercePaymentMethodGroupRel
(long groupId, String engineKey) getCommercePaymentMethodGroupRels
(long groupId) getCommercePaymentMethodGroupRels
(long groupId, boolean active) getCommercePaymentMethodGroupRels
(long groupId, boolean active, int start, int end) getCommercePaymentMethodGroupRels
(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) getCommercePaymentMethodGroupRels
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) getCommercePaymentMethodGroupRels
(long groupId, long countryId, boolean active) int
getCommercePaymentMethodGroupRelsCount
(long groupId) int
getCommercePaymentMethodGroupRelsCount
(long groupId, boolean active) Returns the OSGi service identifier.setActive
(long commercePaymentMethodGroupRelId, boolean active) void
setWrappedService
(CommercePaymentMethodGroupRelService commercePaymentMethodGroupRelService) updateCommercePaymentMethodGroupRel
(long commercePaymentMethodGroupRelId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, File imageFile, double priority, boolean active) updateCommercePaymentMethodGroupRel
(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
-
Constructor Details
-
CommercePaymentMethodGroupRelServiceWrapper
public CommercePaymentMethodGroupRelServiceWrapper() -
CommercePaymentMethodGroupRelServiceWrapper
public CommercePaymentMethodGroupRelServiceWrapper(CommercePaymentMethodGroupRelService commercePaymentMethodGroupRelService)
-
-
Method Details
-
addCommerceAddressRestriction
public com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long groupId, long classPK, long countryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceAddressRestriction
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceAddressRestriction
@Deprecated public com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long classPK, long countryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Athanasius (7.3.x)- Specified by:
addCommerceAddressRestriction
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel(long groupId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, boolean active, File imageFile, String paymentIntegrationKey, double priority, String typeSettings) - Specified by:
addCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceAddressRestriction
public void deleteCommerceAddressRestriction(long commerceAddressRestrictionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceAddressRestriction
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceAddressRestrictions
public void deleteCommerceAddressRestrictions(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceAddressRestrictions
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePaymentMethodGroupRel
public void deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel fetchCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel fetchCommercePaymentMethodGroupRel(long groupId, String engineKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAddressRestrictions
public List<com.liferay.commerce.model.CommerceAddressRestriction> getCommerceAddressRestrictions(long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.commerce.model.CommerceAddressRestriction> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceAddressRestrictions
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceAddressRestrictionsCount
public int getCommerceAddressRestrictionsCount(long classPK) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceAddressRestrictionsCount
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long groupId, String engineKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRels
public List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRels
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRels
public List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRels
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRels
public List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRels
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRels
public List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRels
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRels
public List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRels
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRels
public List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, long countryId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRels
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelsCount
public int getCommercePaymentMethodGroupRelsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRelsCount
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePaymentMethodGroupRelsCount
public int getCommercePaymentMethodGroupRelsCount(long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePaymentMethodGroupRelsCount
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePaymentMethodGroupRelService
- Returns:
- the OSGi service identifier
-
setActive
public CommercePaymentMethodGroupRel setActive(long commercePaymentMethodGroupRelId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setActive
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel updateCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommercePaymentMethodGroupRel
public CommercePaymentMethodGroupRel updateCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, File imageFile, double priority, boolean active) - Specified by:
updateCommercePaymentMethodGroupRel
in interfaceCommercePaymentMethodGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelService>
-
setWrappedService
public void setWrappedService(CommercePaymentMethodGroupRelService commercePaymentMethodGroupRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelService>
-