Uses of Interface
de.hybris.platform.warehousing.comment.WarehousingCommentService
-
-
Uses of WarehousingCommentService in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return WarehousingCommentService Modifier and Type Method Description protected WarehousingCommentServiceDefaultAllocationService. getConsignmentEntryCommentService()Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type WarehousingCommentService Modifier and Type Method Description voidDefaultAllocationService. setConsignmentEntryCommentService(WarehousingCommentService consignmentEntryCommentService) -
Uses of WarehousingCommentService in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return WarehousingCommentService Modifier and Type Method Description protected WarehousingCommentServiceDefaultConsignmentCancellationService. getConsignmentEntryCommentService()protected WarehousingCommentServiceDefaultOmsOrderCancelService. getOrderEntryCommentService()Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type WarehousingCommentService Modifier and Type Method Description voidDefaultConsignmentCancellationService. setConsignmentEntryCommentService(WarehousingCommentService consignmentEntryCommentService)voidDefaultOmsOrderCancelService. setOrderEntryCommentService(WarehousingCommentService orderEntryCommentService) -
Uses of WarehousingCommentService in de.hybris.platform.warehousing.comment.impl
Classes in de.hybris.platform.warehousing.comment.impl that implement WarehousingCommentService Modifier and Type Class Description classAbstractWarehousingCommentServiceAbstract implementation of theWarehousingCommentServiceprovides implementations for comment creation and initialization.classDefaultAsnCommentServiceComment service for handling Advanced shipping notice.classDefaultConsignmentEntryCommentServiceComment service for handling consignment entries.classDefaultOrderEntryCommentServiceComment service for handling order entries.classDefaultStockLevelCommentServiceComment service for handling Stock level. -
Uses of WarehousingCommentService in de.hybris.platform.warehousingfacades.asn.converters.populator
Methods in de.hybris.platform.warehousingfacades.asn.converters.populator that return WarehousingCommentService Modifier and Type Method Description protected WarehousingCommentServiceAsnModelPopulator. getAsnCommentService()Methods in de.hybris.platform.warehousingfacades.asn.converters.populator with parameters of type WarehousingCommentService Modifier and Type Method Description voidAsnModelPopulator. setAsnCommentService(WarehousingCommentService asnCommentService) -
Uses of WarehousingCommentService in de.hybris.platform.warehousingfacades.stocklevel.impl
Methods in de.hybris.platform.warehousingfacades.stocklevel.impl that return WarehousingCommentService Modifier and Type Method Description protected WarehousingCommentServiceDefaultWarehousingStockLevelFacade. getStockLevelCommentService()Methods in de.hybris.platform.warehousingfacades.stocklevel.impl with parameters of type WarehousingCommentService Modifier and Type Method Description voidDefaultWarehousingStockLevelFacade. setStockLevelCommentService(WarehousingCommentService stockLevelCommentService)
-