Package com.liferay.commerce.service
Class CommerceAddressRestrictionServiceWrapper
java.lang.Object
com.liferay.commerce.service.CommerceAddressRestrictionServiceWrapper
- All Implemented Interfaces:
CommerceAddressRestrictionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
public class CommerceAddressRestrictionServiceWrapper
extends Object
implements CommerceAddressRestrictionService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
Provides a wrapper for
CommerceAddressRestrictionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceAddressRestrictionServiceWrapper(CommerceAddressRestrictionService commerceAddressRestrictionService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.voidsetWrappedService(CommerceAddressRestrictionService commerceAddressRestrictionService)
-
Constructor Details
-
CommerceAddressRestrictionServiceWrapper
public CommerceAddressRestrictionServiceWrapper() -
CommerceAddressRestrictionServiceWrapper
public CommerceAddressRestrictionServiceWrapper(CommerceAddressRestrictionService commerceAddressRestrictionService)
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceAddressRestrictionService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
-