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.void
setWrappedService
(CommerceAddressRestrictionService commerceAddressRestrictionService)
-
Constructor Details
-
CommerceAddressRestrictionServiceWrapper
public CommerceAddressRestrictionServiceWrapper() -
CommerceAddressRestrictionServiceWrapper
public CommerceAddressRestrictionServiceWrapper(CommerceAddressRestrictionService commerceAddressRestrictionService)
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceAddressRestrictionService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceAddressRestrictionService>
-