@ProviderType public class CommerceAddressRestrictionServiceWrapper extends java.lang.Object implements CommerceAddressRestrictionService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
CommerceAddressRestrictionService.CommerceAddressRestrictionService| Constructor and Description |
|---|
CommerceAddressRestrictionServiceWrapper(CommerceAddressRestrictionService commerceAddressRestrictionService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAddressRestriction |
addCommerceAddressRestriction(java.lang.String className,
long classPK,
long commerceCountryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceAddressRestriction(long commerceAddressRestrictionId) |
java.util.List<CommerceAddressRestriction> |
getCommerceAddressRestrictions(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) |
int |
getCommerceAddressRestrictionsCount(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceAddressRestrictionService |
getWrappedService() |
boolean |
isCommerceShippingMethodRestricted(long commerceShippingMethodId,
long commerceCountryId) |
void |
setWrappedService(CommerceAddressRestrictionService commerceAddressRestrictionService) |
public CommerceAddressRestrictionServiceWrapper(CommerceAddressRestrictionService commerceAddressRestrictionService)
public CommerceAddressRestriction addCommerceAddressRestriction(java.lang.String className, long classPK, long commerceCountryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommerceAddressRestrictionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAddressRestriction(long commerceAddressRestrictionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAddressRestriction in interface CommerceAddressRestrictionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAddressRestriction> getCommerceAddressRestrictions(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAddressRestrictions in interface CommerceAddressRestrictionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceAddressRestrictionsCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAddressRestrictionsCount in interface CommerceAddressRestrictionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAddressRestrictionServicepublic boolean isCommerceShippingMethodRestricted(long commerceShippingMethodId,
long commerceCountryId)
throws com.liferay.portal.kernel.exception.PortalException
isCommerceShippingMethodRestricted in interface CommerceAddressRestrictionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAddressRestrictionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>public void setWrappedService(CommerceAddressRestrictionService commerceAddressRestrictionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>