Class DefaultSapB2BEntitlementService
java.lang.Object
com.sap.hybris.sapentitlementsintegration.service.impl.DefaultSapEntitlementService
com.sap.hybris.sapentitlementsintegrationb2b.service.impl.DefaultSapB2BEntitlementService
- All Implemented Interfaces:
SapEntitlementService
public class DefaultSapB2BEntitlementService
extends DefaultSapEntitlementService
implements SapEntitlementService
B2B implementation of SapEntitlementService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringvoidsetB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService b2bUnitService) Methods inherited from class com.sap.hybris.sapentitlementsintegration.service.impl.DefaultSapEntitlementService
addCustomerFilter, addNumberFilter, getEntitlementForNumber, getEntitlementsForCurrentCustomer, getSapEntitlementOutboundService, getUserService, setSapEntitlementOutboundService, setUserServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.hybris.sapentitlementsintegration.service.SapEntitlementService
getEntitlementForNumber, getEntitlementsForCurrentCustomer
-
Constructor Details
-
DefaultSapB2BEntitlementService
public DefaultSapB2BEntitlementService()
-
-
Method Details
-
getCustomerId
- Overrides:
getCustomerIdin classDefaultSapEntitlementService
-
setB2bUnitService
public void setB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService b2bUnitService) - Parameters:
b2bUnitService- the b2bUnitService to set
-