public class CommerceShippingMethodServiceWrapper extends java.lang.Object implements CommerceShippingMethodService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodService>
CommerceShippingMethodService.CommerceShippingMethodService| Constructor and Description |
|---|
CommerceShippingMethodServiceWrapper() |
CommerceShippingMethodServiceWrapper(CommerceShippingMethodService commerceShippingMethodService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAddressRestriction |
addCommerceAddressRestriction(long groupId,
long commerceShippingMethodId,
long countryId) |
CommerceAddressRestriction |
addCommerceAddressRestriction(long commerceShippingMethodId,
long countryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommerceShippingMethod |
addCommerceShippingMethod(long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
java.lang.String engineKey,
java.io.File imageFile,
double priority,
java.lang.String trackingURL) |
CommerceShippingMethod |
createCommerceShippingMethod(long commerceShippingMethodId) |
void |
deleteCommerceAddressRestriction(long commerceAddressRestrictionId) |
void |
deleteCommerceAddressRestrictions(long commerceShippingMethodId) |
void |
deleteCommerceShippingMethod(long commerceShippingMethodId) |
CommerceShippingMethod |
fetchCommerceShippingMethod(long groupId,
java.lang.String engineKey) |
java.util.List<CommerceAddressRestriction> |
getCommerceAddressRestrictions(long commerceShippingMethodId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) |
int |
getCommerceAddressRestrictionsCount(long commerceShippingMethodId) |
CommerceShippingMethod |
getCommerceShippingMethod(long commerceShippingMethodId) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
long countryId,
boolean active) |
int |
getCommerceShippingMethodsCount(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceShippingMethodService |
getWrappedService() |
CommerceShippingMethod |
setActive(long commerceShippingMethodId,
boolean active) |
void |
setWrappedService(CommerceShippingMethodService commerceShippingMethodService) |
CommerceShippingMethod |
updateCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod) |
CommerceShippingMethod |
updateCommerceShippingMethod(long commerceShippingMethodId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
java.io.File imageFile,
double priority,
java.lang.String trackingURL) |
public CommerceShippingMethodServiceWrapper()
public CommerceShippingMethodServiceWrapper(CommerceShippingMethodService commerceShippingMethodService)
public CommerceAddressRestriction addCommerceAddressRestriction(long groupId, long commerceShippingMethodId, long countryId) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceAddressRestriction addCommerceAddressRestriction(long commerceShippingMethodId, long countryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod addCommerceShippingMethod(long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, java.lang.String engineKey, java.io.File imageFile, double priority, java.lang.String trackingURL) 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 deleteCommerceAddressRestriction(long commerceAddressRestrictionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAddressRestriction in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAddressRestrictions(long commerceShippingMethodId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAddressRestrictions 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 fetchCommerceShippingMethod(long groupId, java.lang.String engineKey) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceShippingMethod in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAddressRestriction> getCommerceAddressRestrictions(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAddressRestrictions in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAddressRestrictionsCount(long commerceShippingMethodId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAddressRestrictionsCount 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, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethods in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethods in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId, long countryId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethods in interface CommerceShippingMethodServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceShippingMethodsCount(long groupId)
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(CommerceShippingMethod commerceShippingMethod) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceShippingMethod 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, boolean active, java.io.File imageFile, double priority, java.lang.String trackingURL) 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>