@ProviderType public class CommerceShippingMethodServiceWrapper extends java.lang.Object implements CommerceShippingMethodService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodService>
CommerceShippingMethodService.CommerceShippingMethodService| Constructor and Description |
|---|
CommerceShippingMethodServiceWrapper(CommerceShippingMethodService commerceShippingMethodService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceShippingMethod |
addCommerceShippingMethod(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.io.File imageFile,
java.lang.String engineKey,
double priority,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceShippingMethod |
createCommerceShippingMethod(long commerceShippingMethodId) |
void |
deleteCommerceShippingMethod(long commerceShippingMethodId) |
CommerceShippingMethod |
getCommerceShippingMethod(long commerceShippingMethodId) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
boolean active) |
int |
getCommerceShippingMethodsCount(long groupId,
boolean active) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceShippingMethodService |
getWrappedService() |
CommerceShippingMethod |
setActive(long commerceShippingMethodId,
boolean active) |
void |
setWrappedService(CommerceShippingMethodService commerceShippingMethodService) |
CommerceShippingMethod |
updateCommerceShippingMethod(long commerceShippingMethodId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.io.File imageFile,
double priority,
boolean active) |
public CommerceShippingMethodServiceWrapper(CommerceShippingMethodService commerceShippingMethodService)
public CommerceShippingMethod addCommerceShippingMethod(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.io.File imageFile, java.lang.String engineKey, double priority, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceShippingMethod in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod createCommerceShippingMethod(long commerceShippingMethodId) throws com.liferay.portal.kernel.exception.PortalException
createCommerceShippingMethod in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceShippingMethod(long commerceShippingMethodId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceShippingMethod in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod getCommerceShippingMethod(long commerceShippingMethodId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethod in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethods in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethods in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShippingMethodsCount(long groupId,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethodsCount in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceShippingMethodServicepublic CommerceShippingMethod setActive(long commerceShippingMethodId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod updateCommerceShippingMethod(long commerceShippingMethodId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.io.File imageFile, double priority, boolean active) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceShippingMethod in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethodService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodService>public void setWrappedService(CommerceShippingMethodService commerceShippingMethodService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodService>