Uses of Interface
de.hybris.platform.b2b.services.B2BEscalationService
-
Packages that use B2BEscalationService Package Description de.hybris.platform.b2b.process.approval.actions de.hybris.platform.b2b.services.impl -
-
Uses of B2BEscalationService in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions with parameters of type B2BEscalationService Modifier and Type Method Description voidEscalationTaskRunner. setB2bEscalationService(B2BEscalationService b2bEscalationService)Sets the b2b escalation service.voidStartWorkflow. setB2bEscalationService(B2BEscalationService b2bEscalationService)Sets the b2b escalation service. -
Uses of B2BEscalationService in de.hybris.platform.b2b.services.impl
Classes in de.hybris.platform.b2b.services.impl that implement B2BEscalationService Modifier and Type Class Description classDefaultB2BEscalationServiceDefault implementation of theB2BEscalationService.
-