Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentModel
Packages that use ConsignmentModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.payment.jalo package.
Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package.
Contains generated models for each type of de.hybris.platform.sap.saporderexchangeoms.jalo package.
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of ConsignmentModel in com.sap.hybris.ysapcpircomsfulfillment.strategy
Methods in com.sap.hybris.ysapcpircomsfulfillment.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected SAPOrderModelSapSendRCConsignmentToExternalFulfillmentSystemStrategy.initializeSapOrder(OrderHistoryEntryModel orderHistoryEntry, ConsignmentModel consignment) Initialize an SAP order from the parent Hybris ordervoidSapSendRCConsignmentToExternalFulfillmentSystemStrategy.sendConsignment(ConsignmentModel consignment) protected rx.Single<org.springframework.http.ResponseEntity<Map>>SapSendRCConsignmentToExternalFulfillmentSystemStrategy.sendRCOrderToScpi(ConsignmentModel consignment, OrderHistoryEntryModel orderHistoryEntry) -
Uses of ConsignmentModel in com.sap.hybris.ysaprcomsfulfillment.actions.consignment
Methods in com.sap.hybris.ysaprcomsfulfillment.actions.consignment with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected booleanSapVerifyConsignmentCompletionAction.isConsignmentShipped(ConsignmentModel consignment) -
Uses of ConsignmentModel in com.sap.hybris.ysaprcomsfulfillment.service
Methods in com.sap.hybris.ysaprcomsfulfillment.service with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanSapWarehousingShippingService.isConsignmentConfirmable(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionAbstractOrderModel.getConsignments()Generated method - Getter of theAbstractOrder.consignmentsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setConsignments(Set<ConsignmentModel> value) Generated method - Setter ofAbstractOrder.consignmentsattribute defined at extensionbasecommerce. -
Uses of ConsignmentModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return ConsignmentModelModifier and TypeMethodDescriptionConsignmentEntryModel.getConsignment()Generated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.ConsignmentProcessModel.getConsignment()Generated method - Getter of theConsignmentProcess.consignmentattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionWarehouseModel.getConsignments()Generated method - Getter of theWarehouse.consignmentsattribute defined at extensionbasecommerce.ConsignmentModel.getRelatedConsignments()Generated method - Getter of theConsignment.relatedConsignmentsattribute defined at extensionsapserviceorder.Methods in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentEntryModel.setConsignment(ConsignmentModel value) Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.voidConsignmentProcessModel.setConsignment(ConsignmentModel value) Generated method - Setter ofConsignmentProcess.consignmentattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidWarehouseModel.setConsignments(Set<ConsignmentModel> value) Generated method - Setter ofWarehouse.consignmentsattribute defined at extensionbasecommerce.voidConsignmentModel.setRelatedConsignments(List<ConsignmentModel> value) Generated method - Setter ofConsignment.relatedConsignmentsattribute defined at extensionsapserviceorder.Constructors in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentModelModifierConstructorDescriptionConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ConsignmentModel in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return ConsignmentModelModifier and TypeMethodDescriptionPaymentTransactionEntryModel.getConsignment()Generated method - Getter of thePaymentTransactionEntry.consignmentattribute defined at extensionwarehousing.Methods in de.hybris.platform.payment.model with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidPaymentTransactionEntryModel.setConsignment(ConsignmentModel value) Generated method - Setter ofPaymentTransactionEntry.consignmentattribute defined at extensionwarehousing. -
Uses of ConsignmentModel in de.hybris.platform.sap.orderexchange.datahub.inbound.impl
Methods in de.hybris.platform.sap.orderexchange.datahub.inbound.impl that return ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentModelDefaultDataHubInboundDeliveryHelper.createConsignment(String warehouseId, OrderModel order) protected ConsignmentModelDefaultDataHubInboundDeliveryHelper.createConsignmentAndPopulate(String warehouseId, OrderModel order) Methods in de.hybris.platform.sap.orderexchange.datahub.inbound.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultDataHubInboundDeliveryHelper.mapDeliveryToConsignment(String issueDate, ConsignmentModel consignment, OrderModel order) protected voidDefaultDataHubInboundDeliveryHelper.setWarehouseOfConsignment(String warehouseId, AbstractOrderModel order, ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.sap.orderexchange.mocks
Methods in de.hybris.platform.sap.orderexchange.mocks that return ConsignmentModelModifier and TypeMethodDescriptionMockConsignmentService.createConsignment(AbstractOrderModel arg0, String arg1, List<AbstractOrderEntryModel> arg2) -
Uses of ConsignmentModel in de.hybris.platform.sap.sapcpiorderexchangeoms.actions
Method parameters in de.hybris.platform.sap.sapcpiorderexchangeoms.actions with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionSapCpiOmsOrderOutboundAction.sendOrdersToScpi(OrderModel order, Set<Set<ConsignmentModel>> orderConsignmentsSets, List<OrderHistoryEntryModel> orderHistoryList, List<SAPOrderModel> sapOrders) protected rx.Single<org.springframework.http.ResponseEntity<Map>>SapCpiOmsOrderOutboundAction.sendOrderToScpi(OrderModel order, Set<ConsignmentModel> consignments, List<OrderHistoryEntryModel> orderHistoryList, List<SAPOrderModel> sapOrders) -
Uses of ConsignmentModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionSAPOrderModel.getConsignments()Generated method - Getter of theSAPOrder.consignmentsattribute defined at extensionsapmodel.Method parameters in de.hybris.platform.sap.sapmodel.model with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidSAPOrderModel.setConsignments(Set<ConsignmentModel> value) Generated method - Setter ofSAPOrder.consignmentsattribute defined at extensionsapmodel. -
Uses of ConsignmentModel in de.hybris.platform.sap.saporderexchangeoms.actions
Methods in de.hybris.platform.sap.saporderexchangeoms.actions that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected Set<Set<ConsignmentModel>>SapOmsSendOrderToDataHubAction.groupOrderConsignments(OrderModel order) Group the order consignments by SAP logical system and SAP sales organizationMethods in de.hybris.platform.sap.saporderexchangeoms.actions with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected StringSapOmsSendOrderToDataHubAction.getSapLogSysName(OrderModel order, ConsignmentModel consignment) protected StringSapOmsSendOrderToDataHubAction.getSapSalesOrgName(OrderModel order, ConsignmentModel consignment) Method parameters in de.hybris.platform.sap.saporderexchangeoms.actions with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidSapOmsSendOrderToDataHubAction.createSapOrders(List<SAPOrderModel> sapOrders, OrderHistoryEntryModel orderHistoryEntry, Set<ConsignmentModel> consignments) Create an SAP order and add it to the given list of ordersprotected voidSapOmsSendOrderToDataHubAction.sendOrder(OrderModel order, List<SendToDataHubResult> results, List<OrderHistoryEntryModel> orderHistoryList, Set<ConsignmentModel> consignments, List<SAPOrderModel> sapOrders) Send SAP order to data-hubprotected voidSapOmsSendOrderToDataHubAction.startSapConsignmentSubProcess(Collection<ConsignmentModel> consignments, OrderProcessModel process) * Start an SAP consignment process for every hybris consignment -
Uses of ConsignmentModel in de.hybris.platform.sap.saporderexchangeoms.model
Methods in de.hybris.platform.sap.saporderexchangeoms.model that return ConsignmentModelModifier and TypeMethodDescriptionSapConsignmentProcessModel.getConsignment()Generated method - Getter of theSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms.Methods in de.hybris.platform.sap.saporderexchangeoms.model with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidSapConsignmentProcessModel.setConsignment(ConsignmentModel value) Generated method - Setter ofSapConsignmentProcess.consignmentattribute defined at extensionsaporderexchangeoms. -
Uses of ConsignmentModel in de.hybris.platform.sap.saprevenuecloudorder.actions
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.actions with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected rx.Single<org.springframework.http.ResponseEntity<Map>>SapCpiSendRevenueCloudOrderOutboundAction.sendOrderToScpi(OrderModel order, Set<ConsignmentModel> consignments, List<OrderHistoryEntryModel> orderHistoryList, List<SAPOrderModel> sapOrders) protected voidSapCpiSendRevenueCloudOrderOutboundAction.startSapConsignmentSubProcess(Collection<ConsignmentModel> consignments, OrderProcessModel process) * Start an SAP consignment process for every hybris consignment - skips consignment process for Subscription Order -
Uses of ConsignmentModel in de.hybris.platform.sap.saprevenuecloudorder.service.impl
Methods in de.hybris.platform.sap.saprevenuecloudorder.service.impl that return ConsignmentModelModifier and TypeMethodDescriptionDefaultRevenueCloudAllocationService.createConsignment(AbstractOrderModel order, String code, SourcingResult result) This implementation assumes that all order entries in SourcingResult have the same delivery POS. -
Uses of ConsignmentModel in de.hybris.platform.sap.sapserviceorder.inbound.events
Methods in de.hybris.platform.sap.sapserviceorder.inbound.events with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidSapServiceOrderConsignmentProcessingEventListener.setRequestedServiceStartDateInOrder(ConsignmentModel consignment, Date requestServiceStartDate) -
Uses of ConsignmentModel in de.hybris.platform.sap.sapserviceorder.service.impl
Methods in de.hybris.platform.sap.sapserviceorder.service.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDefaultSapCpiServiceOrderUpdateOutboundBuilderService.build(ConsignmentModel consignment) protected voidDefaultSapCpiServiceOrderUpdateOutboundBuilderService.mapCpiConfig(ConsignmentModel consignment, SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel) protected voidDefaultSapCpiServiceOrderUpdateOutboundBuilderService.mapHeader(ConsignmentModel consignment, SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel) protected voidDefaultSapCpiServiceOrderUpdateOutboundBuilderService.mapServiceOrderItems(ConsignmentModel consignment, SAPCpiOutboundServiceOrderModel sapCpiOutboundServiceOrderModel) -
Uses of ConsignmentModel in de.hybris.platform.sap.sapserviceorder.util
Methods in de.hybris.platform.sap.sapserviceorder.util with parameters of type ConsignmentModelModifier and TypeMethodDescriptionstatic booleanSapServiceOrderUtil.areAllConsignmentEntriesReady(ConsignmentModel consignment) static booleanSapServiceOrderUtil.isServiceConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.sap.sapserviceorderfacades.facades.impl
Methods in de.hybris.platform.sap.sapserviceorderfacades.facades.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultSapServiceOrderCheckoutFacade.getSapCpiServiceOrderUpdateOutboundBuilderService()Method parameters in de.hybris.platform.sap.sapserviceorderfacades.facades.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultSapServiceOrderCheckoutFacade.setSapCpiServiceOrderUpdateOutboundBuilderService(SapCpiServiceOrderOutboundBuilderService<ConsignmentModel, SAPCpiOutboundServiceOrderModel> sapCpiServiceOrderUpdateOutboundBuilderService) -
Uses of ConsignmentModel in de.hybris.platform.sap.sapserviceorderfacades.populators
Methods in de.hybris.platform.sap.sapserviceorderfacades.populators with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected booleanDefaultSapServiceOrderPopulator.isServiceOrderCancellable(OrderModel order, ConsignmentModel consignment) protected booleanDefaultSapServiceOrderPopulator.isServiceOrderReschedulable(OrderModel order, ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy
Methods in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanSapConsignmentPreFulfillmentStrategy.canProceedAfterPerform(ConsignmentModel consignment) Check if the consignment can be sent to the external systemprotected SAPPlantLogSysOrgModelSapSendConsignmentToExternalFulfillmentSystemStrategy.findSapPlantLogSysOrg(ConsignmentModel consignment) Find SAP plant configuration informationprotected SAPOrderModelSapSendConsignmentToExternalFulfillmentSystemStrategy.initializeSapOrder(OrderHistoryEntryModel orderHistoryEntry, ConsignmentModel consignment) Initialize an SAP order from the parent Hybris orderprotected booleanSapSendConsignmentToExternalFulfillmentSystemStrategy.isReplicationNotRequired(ConsignmentModel consignment) Checks if the consignment has already been sent to an external SAP systemvoidSapConsignmentPreFulfillmentStrategy.perform(ConsignmentModel consignment) Perform any required action before sending the consignment to the external systemvoidSapSendConsignmentToExternalFulfillmentSystemStrategy.sendConsignment(ConsignmentModel consignment) protected rx.Single<org.springframework.http.ResponseEntity<Map>>SapSendConsignmentToExternalFulfillmentSystemStrategy.sendOrderToScpi(ConsignmentModel consignment, OrderHistoryEntryModel orderHistoryEntry) Send the consignment to the external SAP system wrapped in an orderprotected voidSapSendConsignmentToExternalFulfillmentSystemStrategy.terminateRedundantConsignmentProcess(ConsignmentModel consignment) Terminate the redundant consignment process which contains the consignment that has already been replicated to SAP backendprotected voidSapSendConsignmentToExternalFulfillmentSystemStrategy.triggerCancelConsignmentEvent(ConsignmentModel consignment, ConsignmentProcessModel consignmentProcess) Trigger consignment cancellation eventprotected voidSapSendConsignmentToExternalFulfillmentSystemStrategy.triggerConfirmConsignmentEvent(ConsignmentModel consignment, ConsignmentProcessModel consignmentProcess) Trigger consignment confirmation event -
Uses of ConsignmentModel in de.hybris.platform.sap.ysapomsfulfillment.actions.consignment
Methods in de.hybris.platform.sap.ysapomsfulfillment.actions.consignment with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected booleanSapVerifyConsignmentCompletionAction.isConsignmentShipped(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.sap.ysapomsfulfillment.service
Methods in de.hybris.platform.sap.ysapomsfulfillment.service with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanSapWarehousingShippingService.isConsignmentConfirmable(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return ConsignmentModelModifier and TypeMethodDescriptionPackagingInfoModel.getConsignment()Generated method - Getter of thePackagingInfo.consignmentattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidPackagingInfoModel.setConsignment(ConsignmentModel value) Generated method - Initial setter ofPackagingInfo.consignmentattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type ConsignmentModelModifierConstructorDescriptionPackagingInfoModel(ConsignmentModel _consignment) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPackagingInfoModel(ConsignmentModel _consignment, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ConsignmentModel in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy
Methods in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected List<ConsignmentModel>S4CMConsignmentPreFulfillmentStrategy.getRelatedConsignments(ConsignmentModel consignment, List<ProductModel> relatedProducts) Methods in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidS4CMConsignmentPreFulfillmentStrategy.addRelatedConsignments(ConsignmentModel parentConsignment, List<ConsignmentModel> parentRelatedConsignments) booleanS4CMConsignmentPreFulfillmentStrategy.canProceedAfterPerform(ConsignmentModel consignment) protected booleanS4CMConsignmentPreFulfillmentStrategy.checkIfAllRelatedConsignmentsAreShipped(ConsignmentModel consignment) protected booleanS4CMConsignmentPreFulfillmentStrategy.checkOrderForRelatedSalesOrderConsignments(ConsignmentModel consignment) protected List<ConsignmentModel>S4CMConsignmentPreFulfillmentStrategy.getRelatedConsignments(ConsignmentModel consignment, List<ProductModel> relatedProducts) protected List<ProductModel>S4CMConsignmentPreFulfillmentStrategy.getRelatedProducts(ConsignmentModel consignment) protected SAPOrderModelS4CMSendConsignmentToExternalFulfillmentSystemStrategy.initializeSapOrder(OrderHistoryEntryModel orderHistoryEntry, ConsignmentModel consignment) Initialize an SAP order from the parent Hybris ordervoidS4CMConsignmentPreFulfillmentStrategy.perform(ConsignmentModel consignment) voidS4CMSendConsignmentToExternalFulfillmentSystemStrategy.sendConsignment(ConsignmentModel consignment) protected rx.Single<org.springframework.http.ResponseEntity<Map>>S4CMSendConsignmentToExternalFulfillmentSystemStrategy.sendOrderToScpi(ConsignmentModel consignment, OrderHistoryEntryModel orderHistoryEntry) Send the consignment to the external system after wrapping it within an orderprotected voidS4CMConsignmentPreFulfillmentStrategy.setRequestedServiceStartDateInOrder(ConsignmentModel consignment, Date requestServiceStartDate) Method parameters in de.hybris.platform.ysapcpis4cmomsfulfillment.strategy with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidS4CMConsignmentPreFulfillmentStrategy.addRelatedConsignments(ConsignmentModel parentConsignment, List<ConsignmentModel> parentRelatedConsignments)