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) voiddeleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) fetchCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId) getCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) getCommerceShippingOptionAccountEntryRels(long accountEntryId) intgetCommerceShippingOptionAccountEntryRelsCount(long accountEntryId) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceShippingOptionAccountEntryRelin interfaceCommerceShippingOptionAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceShippingOptionAccountEntryRel
public void deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceShippingOptionAccountEntryRelin 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:
fetchCommerceShippingOptionAccountEntryRelin interfaceCommerceShippingOptionAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingOptionAccountEntryRel
public CommerceShippingOptionAccountEntryRel getCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceShippingOptionAccountEntryRelin interfaceCommerceShippingOptionAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingOptionAccountEntryRels
public List<CommerceShippingOptionAccountEntryRel> getCommerceShippingOptionAccountEntryRels(long accountEntryId) throws Exception - Specified by:
getCommerceShippingOptionAccountEntryRelsin interfaceCommerceShippingOptionAccountEntryRelService- Throws:
Exception
-
getCommerceShippingOptionAccountEntryRelsCount
- Specified by:
getCommerceShippingOptionAccountEntryRelsCountin interfaceCommerceShippingOptionAccountEntryRelService- Throws:
Exception
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommerceShippingOptionAccountEntryRelin interfaceCommerceShippingOptionAccountEntryRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingOptionAccountEntryRelService>
-
setWrappedService
public void setWrappedService(CommerceShippingOptionAccountEntryRelService commerceShippingOptionAccountEntryRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingOptionAccountEntryRelService>
-