Package com.liferay.commerce.service
Class CommerceShippingOptionAccountEntryRelServiceWrapper
java.lang.Object
com.liferay.commerce.service.CommerceShippingOptionAccountEntryRelServiceWrapper
- All Implemented Interfaces:
CommerceShippingOptionAccountEntryRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingOptionAccountEntryRelService>
public class CommerceShippingOptionAccountEntryRelServiceWrapper
extends Object
implements CommerceShippingOptionAccountEntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingOptionAccountEntryRelService>
Provides a wrapper for
CommerceShippingOptionAccountEntryRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceShippingOptionAccountEntryRelServiceWrapper
(CommerceShippingOptionAccountEntryRelService commerceShippingOptionAccountEntryRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceShippingOptionAccountEntryRel
(long accountEntryId, long commerceChannelId, String commerceShippingMethodKey, String commerceShippingOptionKey) void
deleteCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId) fetchCommerceShippingOptionAccountEntryRel
(long accountEntryId, long commerceChannelId) getCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId) getCommerceShippingOptionAccountEntryRels
(long accountEntryId) int
getCommerceShippingOptionAccountEntryRelsCount
(long accountEntryId) Returns the OSGi service identifier.void
setWrappedService
(CommerceShippingOptionAccountEntryRelService commerceShippingOptionAccountEntryRelService) updateCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId, String commerceShippingMethodKey, String commerceShippingOptionKey)
-
Constructor Details
-
CommerceShippingOptionAccountEntryRelServiceWrapper
public CommerceShippingOptionAccountEntryRelServiceWrapper() -
CommerceShippingOptionAccountEntryRelServiceWrapper
public CommerceShippingOptionAccountEntryRelServiceWrapper(CommerceShippingOptionAccountEntryRelService commerceShippingOptionAccountEntryRelService)
-
-
Method Details
-
addCommerceShippingOptionAccountEntryRel
public CommerceShippingOptionAccountEntryRel addCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId, String commerceShippingMethodKey, String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceShippingOptionAccountEntryRel
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceShippingOptionAccountEntryRel
public void deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceShippingOptionAccountEntryRel
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceShippingOptionAccountEntryRel
public CommerceShippingOptionAccountEntryRel fetchCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceShippingOptionAccountEntryRel
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingOptionAccountEntryRel
public CommerceShippingOptionAccountEntryRel getCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceShippingOptionAccountEntryRel
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingOptionAccountEntryRels
public List<CommerceShippingOptionAccountEntryRel> getCommerceShippingOptionAccountEntryRels(long accountEntryId) throws Exception - Specified by:
getCommerceShippingOptionAccountEntryRels
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
Exception
-
getCommerceShippingOptionAccountEntryRelsCount
- Specified by:
getCommerceShippingOptionAccountEntryRelsCount
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
Exception
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceShippingOptionAccountEntryRelService
- Returns:
- the OSGi service identifier
-
updateCommerceShippingOptionAccountEntryRel
public CommerceShippingOptionAccountEntryRel updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId, String commerceShippingMethodKey, String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceShippingOptionAccountEntryRel
in interfaceCommerceShippingOptionAccountEntryRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingOptionAccountEntryRelService>
-
setWrappedService
public void setWrappedService(CommerceShippingOptionAccountEntryRelService commerceShippingOptionAccountEntryRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingOptionAccountEntryRelService>
-