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.marketplaceservices.jalo 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.warehousing.jalo package.
-
Uses of ConsignmentModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected ShipmentInfoConsignmentEventPopulator.getShipmentInfo(ConsignmentModel consignmentModel) voidConsignmentEventPopulator.populate(ConsignmentModel consignmentModel, Order order) -
Uses of ConsignmentModel in com.hybris.yprofile.services
Methods in com.hybris.yprofile.services with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidProfileTransactionService.sendConsignmentEvent(ConsignmentModel consignmentModel) Sends consignment to Profile. -
Uses of ConsignmentModel in com.hybris.yprofile.services.impl
Methods in com.hybris.yprofile.services.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultProfileTransactionService.getProfileConsignmentEventConverter()Methods in com.hybris.yprofile.services.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultProfileTransactionService.sendConsignmentEvent(ConsignmentModel consignmentModel) Send consignment to CDS.Method parameters in com.hybris.yprofile.services.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultProfileTransactionService.setProfileConsignmentEventConverter(Converter<ConsignmentModel, Order> profileConsignmentEventConverter) -
Uses of ConsignmentModel in de.hybris.platform.acceleratorfacades.order.populators
Methods in de.hybris.platform.acceleratorfacades.order.populators with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidAcceleratorConsignmentPopulator.populate(ConsignmentModel source, ConsignmentData target) -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.attribute
Methods in de.hybris.platform.acceleratorservices.attribute with parameters of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentStatusDisplayDynamicAttributeHandler.get(ConsignmentModel consignment) voidConsignmentStatusDisplayDynamicAttributeHandler.set(ConsignmentModel model, String value) -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.order.dao
Methods in de.hybris.platform.acceleratorservices.order.dao that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionAcceleratorConsignmentDao.findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) Find consignments for given statuses -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.order.dao.impl
Methods in de.hybris.platform.acceleratorservices.order.dao.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultAcceleratorConsignmentDao.findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.order.strategies
Methods in de.hybris.platform.acceleratorservices.order.strategies with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanUncollectedConsignmentsStrategy.processConsignment(ConsignmentModel consignmentModel) Process consignment under some conditions. -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.order.strategies.impl
Methods in de.hybris.platform.acceleratorservices.order.strategies.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanCustomerServiceUncollectedConsignmentStrategy.processConsignment(ConsignmentModel consignmentModel) booleanReminderUncollectedConsignmentStrategy.processConsignment(ConsignmentModel consignmentModel) -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.ordersplitting.impl
Methods in de.hybris.platform.acceleratorservices.ordersplitting.impl that return ConsignmentModelModifier and TypeMethodDescriptionDefaultPickupConsignmentService.createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) -
Uses of ConsignmentModel in de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl
Methods in de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidSplitToSingleConsignment.afterSplitting(Object groupingObject, ConsignmentModel createdOne) -
Uses of ConsignmentModel in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected Converter<ConsignmentModel,ConsignmentData> ConsignmentCollectionReminderEmailContext.getConsignmentConverter()protected Converter<ConsignmentModel,ConsignmentData> DeliverySentEmailContext.getConsignmentConverter()protected Converter<ConsignmentModel,ConsignmentData> NotPickedUpConsignmentCanceledEmailContext.getConsignmentConverter()protected Converter<ConsignmentModel,ConsignmentData> ReadyForPickupEmailContext.getConsignmentConverter()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentCollectionReminderEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidDeliverySentEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidNotPickedUpConsignmentCanceledEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidReadyForPickupEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) -
Uses of ConsignmentModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected Converter<ConsignmentModel,ConsignmentData> OrderConsignmentPopulator.getConsignmentConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentPopulator.populate(ConsignmentModel source, ConsignmentData target) Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidOrderConsignmentPopulator.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) -
Uses of ConsignmentModel in de.hybris.platform.commerceservices.retention.impl
Method parameters in de.hybris.platform.commerceservices.retention.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected List<ConsignmentProcessModel>CommerceServicesOrderCleanupHook.getConsignmentProcesses(List<ConsignmentModel> consignments) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingbackoffice.widgets
Methods in de.hybris.platform.consignmenttrackingbackoffice.widgets with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected booleanConsignmenntTrackingEditorAreaLogicHandler.isValidConsignment(ConsignmentModel consignment) validate consignment info -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingfacades.impl
Methods in de.hybris.platform.consignmenttrackingfacades.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected Converter<ConsignmentModel,ConsignmentData> DefaultConsignmentTrackingFacade.getConsignmentConverter()Method parameters in de.hybris.platform.consignmenttrackingfacades.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultConsignmentTrackingFacade.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingfacades.populators
Methods in de.hybris.platform.consignmenttrackingfacades.populators with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected DateConsignmentForTrackingPopulator.getTargetArrivalDate(ConsignmentModel consignment, List<ConsignmentEventData> events) get target arrival datevoidConsignmentForTrackingPopulator.populate(ConsignmentModel source, ConsignmentData target) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingmock.adaptors.impl
Methods in de.hybris.platform.consignmenttrackingmock.adaptors.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionintMockCarrierAdaptor.getDeliveryLeadTime(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingmock.data
Methods in de.hybris.platform.consignmenttrackingmock.data that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionMockDataProvider.getConsignmentForTrackingId(String carrierCode, String trackingId) Query a ConsignmentModel for tracking id. -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.adaptors
Methods in de.hybris.platform.consignmenttrackingservices.adaptors with parameters of type ConsignmentModelModifier and TypeMethodDescriptionintCarrierAdaptor.getDeliveryLeadTime(ConsignmentModel consignment) implemented by each carrier to provide delivery lead time for every consignment -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.daos
Methods in de.hybris.platform.consignmenttrackingservices.daos that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentDao.findConsignmentByCode(String orderCode, String consignmentCode) ConsignmentDao.findConsignmentsByOrder(String orderCode) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.daos.impl
Methods in de.hybris.platform.consignmenttrackingservices.daos.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultConsignmentDao.findConsignmentByCode(String orderCode, String consignmentCode) DefaultConsignmentDao.findConsignmentsByOrder(String orderCode) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.interceptor
Methods in de.hybris.platform.consignmenttrackingservices.interceptor with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentPrepareInterceptor.onPrepare(ConsignmentModel consignment, InterceptorContext ctx) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.service
Methods in de.hybris.platform.consignmenttrackingservices.service that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentTrackingService.getConsignmentForCode(String orderCode, String consignmentCode) Query a ConsignmentModel for code.ConsignmentTrackingService.getConsignmentsForOrder(String orderCode) Get all consignments under the orderMethods in de.hybris.platform.consignmenttrackingservices.service with parameters of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentTrackingService.getConsignmentEvents(ConsignmentModel consignment) used by controller to handle incremental routes from carrierintConsignmentTrackingService.getDeliveryLeadTime(ConsignmentModel consignment) provide the lead time of estimation from shipped to arrivalConsignmentTrackingService.getTrackingUrlForConsignment(ConsignmentModel consignment) tracking URL is given for display in frontend, if user wants to track package by jumping to carrier's websitebooleanConsignmentTrackingService.isTrackingIdValid(ConsignmentModel consignment) check if the tracking ID is valid in a carrier provider -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.service.impl
Methods in de.hybris.platform.consignmenttrackingservices.service.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultConsignmentTrackingService.getConsignmentForCode(String orderCode, String consignmentCode) DefaultConsignmentTrackingService.getConsignmentsForOrder(String orderCode) Methods in de.hybris.platform.consignmenttrackingservices.service.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected Optional<CarrierAdaptor>DefaultConsignmentTrackingService.getCarrierAdaptor(ConsignmentModel consignment) DefaultConsignmentTrackingService.getConsignmentEvents(ConsignmentModel consignment) intDefaultConsignmentTrackingService.getDeliveryLeadTime(ConsignmentModel consignment) DefaultConsignmentTrackingService.getTrackingUrlForConsignment(ConsignmentModel consignment) booleanDefaultConsignmentTrackingService.isTrackingIdValid(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.consignmenttrackingservices.validation.validators
Methods in de.hybris.platform.consignmenttrackingservices.validation.validators with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected booleanConsignmentTrackingIdValidator.checkConsignmentInfo(ConsignmentModel consignment, Map<String, CarrierAdaptor> adaptors) Core logic to check the correctness of 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.marketplacefacades.consignment.converters.populators
Methods in de.hybris.platform.marketplacefacades.consignment.converters.populators with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentReviewablePopulator.populate(ConsignmentModel source, ConsignmentData target) voidConsignmentVendorPopulator.populate(ConsignmentModel source, ConsignmentData target) -
Uses of ConsignmentModel in de.hybris.platform.marketplaceservices.interceptor
Methods in de.hybris.platform.marketplaceservices.interceptor with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentPrepareInterceptor.onPrepare(ConsignmentModel consignment, InterceptorContext paramInterceptorContext) -
Uses of ConsignmentModel in de.hybris.platform.marketplaceservices.model
Methods in de.hybris.platform.marketplaceservices.model that return ConsignmentModelModifier and TypeMethodDescriptionCustomerVendorReviewModel.getConsignment()Generated method - Getter of theCustomerVendorReview.consignmentattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.marketplaceservices.model with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidCustomerVendorReviewModel.setConsignment(ConsignmentModel value) Generated method - Initial setter ofCustomerVendorReview.consignmentattribute defined at extensionmarketplaceservices.Constructors in de.hybris.platform.marketplaceservices.model with parameters of type ConsignmentModelModifierConstructorDescriptionCustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, ItemModel _owner, Double _satisfaction, UserModel _user, VendorModel _vendor) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, Double _satisfaction, UserModel _user, VendorModel _vendor) 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.marketplaceservices.strategies
Methods in de.hybris.platform.marketplaceservices.strategies with parameters of type ConsignmentModelModifier and TypeMethodDescriptiondoubleVendorOrderTotalPriceCalculationStrategy.calculateTotalPrice(ConsignmentModel consignment) Calculate total price of a given consignment -
Uses of ConsignmentModel in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptiondoubleDefaultVendorOrderTotalPriceCalculationStrategy.calculateTotalPrice(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentModelDefaultVendorDaoTest.createConsignmentForVendor(VendorModel vendor) extract a common method to create consignmentMethods in de.hybris.platform.marketplaceservices.vendor.daos.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultVendorDaoTest.createConsignmentEntryForVendor(ConsignmentModel consignment) extract a common method to create consignment -
Uses of ConsignmentModel in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected booleanReleaseButtonCellRenderer.canPerformOperation(ConsignmentModel consignmentModel, ConsignmentStatus consignmentStatus) Checks if theConsignmentModelhas the givenConsignmentStatusprotected voidPaymentCaptureManualReleaseButtonCellRenderer.executeManualRelease(ConsignmentModel consignmentModel) Performs the manual payment capture release if theConsignmentModelcan be releasedprotected voidTaxCommitManualReleaseButtonCellRenderer.executeManualRelease(ConsignmentModel consignmentModel) Performs the manual payment capture release if theConsignmentModelcan be releasedvoidPaymentCaptureManualReleaseButtonCellRenderer.render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, ConsignmentModel consignmentModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidTaxCommitManualReleaseButtonCellRenderer.render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, ConsignmentModel consignmentModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidReleaseButtonCellRenderer.triggerBusinessProcessEvent(ConsignmentModel consignmentModel, String eventName, String eventChoice) Triggers theBusinessProcessServicewith the given event and event choice -
Uses of ConsignmentModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultOrderCancelCancelableEntriesStrategy.appendUncancelableEntriesMap(Map<AbstractOrderEntryModel, Long> uncancelableEntriesMap, ConsignmentModel consignment) Method parameters in de.hybris.platform.ordercancel.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected OrderCancelStateDefaultOrderCancelStateMappingStrategy.checkConsignments(Collection<ConsignmentModel> consignments) -
Uses of ConsignmentModel in de.hybris.platform.ordersplitting
Methods in de.hybris.platform.ordersplitting that return ConsignmentModelModifier and TypeMethodDescriptionConsignmentService.createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) Creates the consignment.Methods in de.hybris.platform.ordersplitting that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionOrderSplittingService.splitOrderForConsignment(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) Split order entries for consignments.OrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) Split order entries for consignments w/o persisting changes -
Uses of ConsignmentModel in de.hybris.platform.ordersplitting.impl
Methods in de.hybris.platform.ordersplitting.impl that return ConsignmentModelModifier and TypeMethodDescriptionDefaultConsignmentService.createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) Methods in de.hybris.platform.ordersplitting.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultOrderSplittingService.splitOrderForConsignment(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) DefaultOrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) -
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.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.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.ordersplitting.strategy
Methods in de.hybris.platform.ordersplitting.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidAbstractSplittingStrategy.afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne) abstract voidAbstractSplittingStrategy.afterSplitting(Object groupingObject, ConsignmentModel createdOne) After splitting.voidSplittingStrategy.afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne) After splitting. -
Uses of ConsignmentModel in de.hybris.platform.ordersplitting.strategy.impl
Methods in de.hybris.platform.ordersplitting.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidSplitByAvailableCount.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByDeliveryMode.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByEntryDeliveryAddress.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByNamedDeliveryDate.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByWarehouse.afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne) -
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.warehouse
Methods in de.hybris.platform.warehouse with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidProcess2WarehouseAdapter.prepareConsignment(ConsignmentModel consignment) Send consignment.voidWarehouse2ProcessAdapter.receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status) Receive warehouse consignment status.voidProcess2WarehouseAdapter.shipConsignment(ConsignmentModel consignment) Ship consignment. -
Uses of ConsignmentModel in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation that return ConsignmentModelModifier and TypeMethodDescriptionAllocationService.createConsignment(AbstractOrderModel order, String code, SourcingResult result) Create a consignment for the sourcing result.
The consignment and the order will be persisted after creation and updates.Methods in de.hybris.platform.warehousing.allocation that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionAllocationService.createConsignments(AbstractOrderModel order, String code, SourcingResults results) Create consignments for the sourcing results gathered from the sourcing strategies executions.
All consignments and order will be persisted after creations and updates.AllocationService.manualReallocate(DeclineEntries declinedEntries) Manually reallocate the consignment entries provided to a new point of service. -
Uses of ConsignmentModel in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return ConsignmentModelModifier and TypeMethodDescriptionDefaultAllocationService.createConsignment(AbstractOrderModel order, String code, SourcingResult result) This implementation assumes that all order entries in SourcingResult have the same delivery POS.Methods in de.hybris.platform.warehousing.allocation.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultAllocationService.createConsignments(AbstractOrderModel order, String code, SourcingResults results) DefaultAllocationService.manualReallocate(DeclineEntries declinedEntries) Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultAllocationService.consolidateConsignmentEntries(List<ConsignmentModel> newConsignments, ConsignmentModel consignment, AbstractOrderModel order, DeclineConsignmentEntryEventModel event) Consolidates theConsignmentEntryModelif they belong to the sameWarehouseModelprotected ConsignmentEntryModelDefaultAllocationService.createConsignmentEntry(AbstractOrderEntryModel orderEntry, Long quantity, ConsignmentModel consignment) Create a consignment entry.protected intDefaultAllocationService.getNumDeclines(ConsignmentModel consignment) Gets the number of decline entry event for the given consignment.Method parameters in de.hybris.platform.warehousing.allocation.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultAllocationService.consolidateConsignmentEntries(List<ConsignmentModel> newConsignments, ConsignmentModel consignment, AbstractOrderModel order, DeclineConsignmentEntryEventModel event) Consolidates theConsignmentEntryModelif they belong to the sameWarehouseModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.allocation.strategy
Methods in de.hybris.platform.warehousing.allocation.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionShippingDateStrategy.getExpectedShippingDate(ConsignmentModel consignment) Determine the expected shipping date of the consignment -
Uses of ConsignmentModel in de.hybris.platform.warehousing.allocation.strategy.impl
Methods in de.hybris.platform.warehousing.allocation.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionNextDayShippingDateStrategy.getExpectedShippingDate(ConsignmentModel consignment) Sets next day as the consignment's shipping date. -
Uses of ConsignmentModel in de.hybris.platform.warehousing.asn.actions
Methods in de.hybris.platform.warehousing.asn.actions with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction.populateConsignmentEntries(ConsignmentModel consignment, List<DeclineEntry> declineEntries) Deprecated, for removal: This API element is subject to removal in a future version.Populates the consignment entries of a givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.cancellation
Methods in de.hybris.platform.warehousing.cancellation with parameters of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse) Cancel a consignment. -
Uses of ConsignmentModel in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultConsignmentCancellationService.getConsignmentBusinessProcessService()Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidDefaultOmsOrderCancelServiceTest.addConsignmentEntry(ConsignmentEntryModel consignmentEntry, long entryQuantity, OrderEntryModel orderEntry, ConsignmentModel consignmentModel) adds a consignment entry to a consignmentDefaultConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse) Method parameters in de.hybris.platform.warehousing.cancellation.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultConsignmentCancellationService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.cancellation.strategy.impl
Method parameters in de.hybris.platform.warehousing.cancellation.strategy.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected OrderCancelStateWarehousingOrderCancelStateMappingStrategy.checkConsignments(Collection<ConsignmentModel> consignments) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.consignment.strategies
Methods in de.hybris.platform.warehousing.consignment.strategies with parameters of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentAmountCalculationStrategy.calculateAlreadyCapturedAmount(ConsignmentModel consignment) Calculates the amount which has been already captured on theOrderModelof the givenConsignmentModelConsignmentAmountCalculationStrategy.calculateCaptureAmount(ConsignmentModel consignment) Calculates the amount to be captured for the givenConsignmentModelConsignmentAmountCalculationStrategy.calculateDiscountAmount(ConsignmentModel consignment) Calculates the discount amount for theConsignmentModeltaking a part ofAbstractOrderModel.TOTALDISCOUNTSConsignmentAmountCalculationStrategy.calculateTotalOrderAmount(ConsignmentModel consignment) Calculates the order total of the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.consignment.strategies.impl
Methods in de.hybris.platform.warehousing.consignment.strategies.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDefaultConsignmentAmountCalculationStrategy.calculateAlreadyCapturedAmount(ConsignmentModel consignment) protected BigDecimalDefaultConsignmentAmountCalculationStrategy.calculateAmountCaptured(ConsignmentModel consignment) Calculates amount already captured for the givenConsignmentModelprotected BigDecimalDefaultConsignmentAmountCalculationStrategy.calculateAmountToCapture(ConsignmentModel consignment, BigDecimal alreadyCapturedAmount, BigDecimal totalOrderAmount) Calculates the amount to capture.protected voidDefaultConsignmentAmountCalculationStrategyTest.calculateAndAssertDiscountAmountForConsignment(ConsignmentModel consignmentModel) Calculates discount amount for a givenConsignmentModelthen asserts the calculated amountDefaultConsignmentAmountCalculationStrategy.calculateCaptureAmount(ConsignmentModel consignment) protected BigDecimalDefaultConsignmentAmountCalculationStrategy.calculateConsignmentAmount(ConsignmentModel consignment, boolean includeTaxes) Calculates the amount of theConsignmentModelbased on the appropriateAbstractOrderEntryModel.TOTALPRICEDefaultConsignmentAmountCalculationStrategy.calculateDiscountAmount(ConsignmentModel consignment) protected BigDecimalDefaultConsignmentAmountCalculationStrategy.calculateDiscountAmountForConsignment(ConsignmentModel consignment) Calculates discount amount forConsignmentModelby taking a proportional part ofAbstractOrderModel.TOTALDISCOUNTS.protected BigDecimalDefaultConsignmentAmountCalculationStrategy.calculateOrderAmountWithoutDeliveryCostAndDeliveryTax(ConsignmentModel consignment) Calculates order amount without delivery cost and its corresponding taxDefaultConsignmentAmountCalculationStrategy.calculateTotalOrderAmount(ConsignmentModel consignment) protected booleanDefaultConsignmentAmountCalculationStrategy.isOnlyOrLastConsignment(ConsignmentModel consignment) Decides if thisConsignmentModelis the only or last one to be captured -
Uses of ConsignmentModel in de.hybris.platform.warehousing.externalfulfillment.strategy
Methods in de.hybris.platform.warehousing.externalfulfillment.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanConsignmentPreFulfillmentStrategy.canProceedAfterPerform(ConsignmentModel consignment) Decides if it execution goes to the next strategy in the list or if it goes to wait stepvoidConsignmentPreFulfillmentStrategy.perform(ConsignmentModel consignment) Executes before the fulfillment process of the external system beginsvoidSendConsignmentToExternalFulfillmentSystemStrategy.sendConsignment(ConsignmentModel consignment) SendsConsignmentModelto external fulfillment system -
Uses of ConsignmentModel in de.hybris.platform.warehousing.interceptor
Methods in de.hybris.platform.warehousing.interceptor with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentPackagingInfoPrepareInterceptor.onPrepare(ConsignmentModel consignment, InterceptorContext context) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.inventoryevent.dao
Methods in de.hybris.platform.warehousing.inventoryevent.dao with parameters of type ConsignmentModelModifier and TypeMethodDescriptionInventoryEventDao.getAllocationEventsForConsignment(ConsignmentModel consignment) Retrieves a collection ofAllocationEventModelfor the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.inventoryevent.dao.impl
Methods in de.hybris.platform.warehousing.inventoryevent.dao.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDefaultInventoryEventDao.getAllocationEventsForConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service with parameters of type ConsignmentModelModifier and TypeMethodDescriptionInventoryEventService.createAllocationEvents(ConsignmentModel consignment) Persists theAllocationEventModelto account for the changes in stock quantities.InventoryEventService.getAllocationEventsForConsignment(ConsignmentModel consignment) Retrieves a collection ofAllocationEventModelfor the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDefaultInventoryEventService.createAllocationEvents(ConsignmentModel consignment) DefaultInventoryEventService.getAllocationEventsForConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context that return ConsignmentModelMethods in de.hybris.platform.warehousing.labels.context that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected List<ConsignmentModel>ConsolidatedPickSlipContext.extractConsignments(BusinessProcessModel businessProcessModel) ConsolidatedPickSlipContext.getConsignmentList()Methods in de.hybris.platform.warehousing.labels.context with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected ExportFormExportFormContext.createExportFormContent(ConsignmentModel consignment) CreatesExportFormobject with item and total prices calculated according toExportFormPriceStrategyprotected ReturnFormReturnFormContext.createReturnFormForConsignment(ConsignmentModel consignment) CreatesReturnFormwhich holds lists ofReturnFormEntry(s)ShippingLabelContext.getBarcodeMediaImageURL(ConsignmentModel consignmentModel) Extracts the image url for the barcode of the labelMethod parameters in de.hybris.platform.warehousing.labels.context with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsolidatedPickSlipContext.setConsignmentList(List<ConsignmentModel> consignmentList) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.labels.strategy
Methods in de.hybris.platform.warehousing.labels.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanPrintExportFormStrategy.canPrintExportForm(ConsignmentModel consignmentModel) Decides whether an export form should be printed for the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.labels.strategy.impl
Methods in de.hybris.platform.warehousing.labels.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanDefaultPrintExportFormStrategy.canPrintExportForm(ConsignmentModel consignmentModel) -
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.warehousing.onhold.service.impl
Methods in de.hybris.platform.warehousing.onhold.service.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultOrderOnHoldService.getConsignmentBusinessProcessService()Method parameters in de.hybris.platform.warehousing.onhold.service.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultOrderOnHoldService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.process.impl
Methods in de.hybris.platform.warehousing.process.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDefaultConsignmentProcessService.getConsignmentProcess(ConsignmentModel consignmentModel) Returns theConsignmentProcessModelasscoiated by Ordermanagement, to theConsignmentModelDefaultConsignmentProcessService.getProcessCode(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement that return ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentModelOrderManagementOrderCancelPartialTest.createConsignmentModel(String code, AddressModel deliveryAddress, WarehouseModel warehouse, ConsignmentStatus status) Methods in de.hybris.platform.warehousing.replacement with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentEntryModelOrderManagementOrderCancelPartialTest.createConsignmentEntry(ConsignmentModel consignment, AbstractOrderEntryModel orderEntry, Long qty) protected ConsignmentEntryModelOrderManagementReturnsServiceTest.getConsignmentEntryModel(AbstractOrderEntryModel orderEntryModel, ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.shipping.service
Methods in de.hybris.platform.warehousing.shipping.service with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidWarehousingShippingService.confirmPickupConsignment(ConsignmentModel consignment) Confirms the pickup ofConsignmentModelvoidWarehousingShippingService.confirmShipConsignment(ConsignmentModel consignment) Confirms the shipping ofConsignmentModelbooleanWarehousingShippingService.isConsignmentConfirmable(ConsignmentModel consignment) Checks if the confirm ship/pickup is possible for the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.shipping.service.impl
Methods in de.hybris.platform.warehousing.shipping.service.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultWarehousingShippingService.confirmPickupConsignment(ConsignmentModel consignment) voidDefaultWarehousingShippingService.confirmShipConsignment(ConsignmentModel consignment) booleanDefaultWarehousingShippingService.isConsignmentConfirmable(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.shipping.strategy
Methods in de.hybris.platform.warehousing.shipping.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDeliveryTrackingIdStrategy.generateTrackingId(ConsignmentModel consignment) Generates theTRACKINGIDfor the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.shipping.strategy.impl
Methods in de.hybris.platform.warehousing.shipping.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionDefaultDeliveryTrackingIdStrategy.generateTrackingId(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.taskassignment.actions
Methods in de.hybris.platform.warehousing.taskassignment.actions that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionAbstractTaskAssignmentActions.getConsignmentBusinessProcessService()Methods in de.hybris.platform.warehousing.taskassignment.actions with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidAbstractTaskAssignmentActions.getWorkflowActionAndAssignPrincipal(String templateCode, WorkflowActionModel currentWorkflowAction, ConsignmentModel attachedConsignment, String actionLabel) Gets theWorkflowActionModeland assigns the proper principal to it.protected voidTaskAssignmentPackConsignmentAction.getWorkflowActionAndAssignPrincipal(WorkflowActionModel workflowAction, ConsignmentModel attachedConsignment, String actionLabel) Method parameters in de.hybris.platform.warehousing.taskassignment.actions with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidAbstractTaskAssignmentActions.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.taskassignment.services
Methods in de.hybris.platform.warehousing.taskassignment.services with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidWarehousingConsignmentWorkflowService.decideWorkflowAction(ConsignmentModel consignment, String templateCode, String choice) Decides whichWorkflowActionModelto trigger from a givenConsignmentModeland moves consignment's business processWarehousingConsignmentWorkflowService.getWorkflowActionForTemplateCode(String templateCode, ConsignmentModel consignment) voidWarehousingConsignmentWorkflowService.startConsignmentWorkflow(ConsignmentModel consignment) Starts a workflow for the given consignmentConsignmentModel.voidWarehousingConsignmentWorkflowService.terminateConsignmentWorkflow(ConsignmentModel consignment) Terminates a workflow assigned for the given consignmentConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousing.taskassignment.services.impl
Methods in de.hybris.platform.warehousing.taskassignment.services.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultWarehousingConsignmentWorkflowService.getConsignmentBusinessProcessService()Methods in de.hybris.platform.warehousing.taskassignment.services.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultWarehousingConsignmentWorkflowService.decideWorkflowAction(ConsignmentModel consignment, String templateCode, String choice) DefaultWarehousingConsignmentWorkflowService.getWorkflowActionForTemplateCode(String templateCode, ConsignmentModel consignment) voidDefaultWarehousingConsignmentWorkflowService.startConsignmentWorkflow(ConsignmentModel consignment) voidDefaultWarehousingConsignmentWorkflowService.terminateConsignmentWorkflow(ConsignmentModel consignment) Method parameters in de.hybris.platform.warehousing.taskassignment.services.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidDefaultWarehousingConsignmentWorkflowService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ConsignmentModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentEntryModelBuilder.withConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return ConsignmentModelModifier and TypeMethodDescriptionConsignments.Camera_ShippedFromBostonToMontrealNancyHome(ConsignmentStatus status, Long quantity) Consignments.Camera_ShippedFromMontrealToMontrealNancyHome(ConsignmentStatus status, Long quantity) Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionConsignments.getWarehousingConsignmentDao()protected WarehousingDao<ConsignmentModel>ReturnRequests.getWarehousingConsignmentDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignments.setWarehousingConsignmentDao(WarehousingDao<ConsignmentModel> warehousingConsignmentDao) voidReturnRequests.setWarehousingConsignmentDao(WarehousingDao<ConsignmentModel> warehousingConsignmentDao) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.confirmpickup
Methods in de.hybris.platform.warehousingbackoffice.actions.confirmpickup that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ConfirmPickupAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.confirmpickup with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanConfirmPickupAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) ConfirmPickupAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) booleanConfirmPickupAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ConfirmPickupAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.exportforms
Methods in de.hybris.platform.warehousingbackoffice.actions.exportforms that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ExportFormsAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.exportforms with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanExportFormsAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) ExportFormsAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) booleanExportFormsAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ExportFormsAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.printpacklabel
Methods in de.hybris.platform.warehousingbackoffice.actions.printpacklabel that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintPackLabelAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.printpacklabel with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanPrintPackLabelAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) PrintPackLabelAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) booleanPrintPackLabelAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintPackLabelAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.printpicklist
Methods in de.hybris.platform.warehousingbackoffice.actions.printpicklist that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintPickListAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.printpicklist with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanPrintPickListAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) PrintPickListAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) booleanPrintPickListAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintPickListAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.printreturnform
Methods in de.hybris.platform.warehousingbackoffice.actions.printreturnform that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintReturnFormAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.printreturnform with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanPrintReturnFormAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) PrintReturnFormAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) booleanPrintReturnFormAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintReturnFormAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.printreturnshippinglabel
Methods in de.hybris.platform.warehousingbackoffice.actions.printreturnshippinglabel that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintReturnShippingLabelAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.printreturnshippinglabel with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanPrintReturnShippingLabelAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) PrintReturnShippingLabelAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) booleanPrintReturnShippingLabelAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintReturnShippingLabelAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.printshippinglabel
Methods in de.hybris.platform.warehousingbackoffice.actions.printshippinglabel that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintShippingLabelAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) Methods in de.hybris.platform.warehousingbackoffice.actions.printshippinglabel with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidPrintShippingLabelAction.printShippingLabel(ConsignmentModel consignment) Generates a shipping label forConsignmentModelbased on theConsignmentPrintDocumentStrategyMethod parameters in de.hybris.platform.warehousingbackoffice.actions.printshippinglabel with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanPrintShippingLabelAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) PrintShippingLabelAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) booleanPrintShippingLabelAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>PrintShippingLabelAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext) protected voidPrintShippingLabelAction.processMessageboxEvent(org.zkoss.zk.ui.event.Event clickEvent, com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> consignmentModelActionContext, Map<String, Object> parentWidgetMap) Handles the message box popup action when the object is modified. -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.reallocate
Methods in de.hybris.platform.warehousingbackoffice.actions.reallocate that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ReallocateAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.reallocate with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanReallocateAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) ReallocateAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) booleanReallocateAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ReallocateAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.ship
Methods in de.hybris.platform.warehousingbackoffice.actions.ship that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ConfirmShippedConsignmentAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) Method parameters in de.hybris.platform.warehousingbackoffice.actions.ship with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanConfirmShippedConsignmentAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) ConfirmShippedConsignmentAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) booleanConfirmShippedConsignmentAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>ConfirmShippedConsignmentAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.actions.util
Methods in de.hybris.platform.warehousingbackoffice.actions.util that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>AbstractConsignmentWorkflow.getConsignmentActionResult(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext, String successMessage, String failedMessage, ConsignmentStatus expectedStatus) Get the result of a shipping/pickup action for a givenActionContextwhich contains aConsignmentModelMethods in de.hybris.platform.warehousingbackoffice.actions.util with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentStatusAbstractConsignmentWorkflow.getUpdatedConsignmentStatus(ConsignmentModel consignmentModel) Returns the updatedConsignmentStatusof the givenConsignmentModelas a result of workflow event triggered by this actionprotected booleanAbstractConsignmentWorkflow.isFulfillmentExternal(ConsignmentModel consignmentModel) Determines whether a givenConsignmentModelis linked to an external fulfillment configurationMethod parameters in de.hybris.platform.warehousingbackoffice.actions.util with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>AbstractConsignmentWorkflow.getConsignmentActionResult(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext, String successMessage, String failedMessage, ConsignmentStatus expectedStatus) Get the result of a shipping/pickup action for a givenActionContextwhich contains aConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.labels.strategy
Methods in de.hybris.platform.warehousingbackoffice.labels.strategy with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentPrintDocumentStrategy.printDocument(ConsignmentModel consignmentModel) Prints a document based on theSTATUS.Method parameters in de.hybris.platform.warehousingbackoffice.labels.strategy with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsolidatedConsignmentPrintDocumentStrategy.printDocument(List<ConsignmentModel> consignmentModels) Prints a consolidated list document -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.labels.strategy.impl
Methods in de.hybris.platform.warehousingbackoffice.labels.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentPrintExportFormStrategy.printDocument(ConsignmentModel consignmentModel) voidConsignmentPrintPackSlipStrategy.printDocument(ConsignmentModel consignmentModel) voidConsignmentPrintPickSlipStrategy.printDocument(ConsignmentModel consignmentModel) voidConsignmentPrintReturnFormStrategy.printDocument(ConsignmentModel consignment) voidConsignmentPrintReturnShippingLabelStrategy.printDocument(ConsignmentModel consignment) voidConsignmentPrintShippingLabelStrategy.printDocument(ConsignmentModel consignmentModel) Method parameters in de.hybris.platform.warehousingbackoffice.labels.strategy.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected BusinessProcessModelConsolidatedConsignmentPrintPickSlipStrategy.generateBusinessProcess(List<ConsignmentModel> consignmentModels) Generates aBusinessProcessModeland use theBusinessProcessParameterModelas a container for a list ofConsignmentModelvoidConsolidatedConsignmentPrintPickSlipStrategy.printDocument(List<ConsignmentModel> consignmentModels) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidConsignmentMenuRenderer.printDocument(WorkflowActionModel workflowActionModel, ConsignmentModel consignmentModel) Prints a document depending on theWorkflowActionModelthat is to be performedprotected voidConsignmentMenuRenderer.printExportSlip(ConsignmentModel consignmentModel) Prints the export slip for aConsignmentModelif possible.protected voidConsignmentMenuRenderer.printReturnFormAndLabel(ConsignmentModel consignmentModel) -
Uses of ConsignmentModel in de.hybris.platform.warehousingbackoffice.widgets.consignment
Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment that return ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentModelConsignmentToReallocateController.getConsignment()Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionConsignmentToReallocateController.getConsignmentBusinessProcessService()Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentToReallocateController.initReallocationConsignmentForm(ConsignmentModel inputObject) Initialize the popup to reallocate consignment entriesprotected booleanConsignmentToReallocateController.isDeclinedQuantityCorrect(ConsignmentModel latestConsignmentModel, DeclineEntry declineEntry) Check if the declined quantity of the passed consignment model matches the expected quantity to be declined.protected booleanConsignmentToReallocateController.isDeclineProcessDone(ConsignmentModel latestConsignmentModel, Collection<DeclineEntry> entriesToReallocate) Check if the decline process is done or not.voidConsignmentToReallocateController.setConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.warehousingfacades.order.converters.populator
Methods in de.hybris.platform.warehousingfacades.order.converters.populator with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidWarehousingConsignmentPopulator.populate(ConsignmentModel source, ConsignmentData target) -
Uses of ConsignmentModel in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return ConsignmentModelModifier and TypeMethodDescriptionprotected ConsignmentModelDefaultWarehousingConsignmentFacade.getConsignmentModelForCode(String code) FindsConsignmentModelfor the givenCODEMethods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.getConsignmentBusinessProcessService()protected Converter<ConsignmentModel,ConsignmentData> DefaultWarehousingConsignmentFacade.getConsignmentConverter()protected GenericDao<ConsignmentModel>DefaultWarehousingConsignmentFacade.getConsignmentGenericDao()protected PagedGenericDao<ConsignmentModel>DefaultWarehousingConsignmentFacade.getConsignmentPagedGenericDao()protected SearchByStatusPagedGenericDao<ConsignmentModel>DefaultWarehousingConsignmentFacade.getConsignmentSearchByStatusPagedDao()Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected StringDefaultWarehousingConsignmentFacade.packConsignment(ConsignmentModel consignmentModel, boolean printSlip) Performs common logic for packing aConsignmentModelprotected PaymentTransactionEntryModelDefaultWarehousingConsignmentFacade.performPaymentCapture(ConsignmentModel consignmentModel) Performs the payment capture operation for the givenConsignmentModelprotected voidDefaultWarehousingConsignmentFacade.performPickWorkflowAction(ConsignmentModel consignmentModel) Performs the PickWorkflowActionModelfor the givenConsignmentModelif the action has not been performed yet.protected voidDefaultWarehousingConsignmentFacade.performPickWorkflowAction(ConsignmentModel consignmentModel, boolean printSlip) Performs the PickWorkflowActionModelfor the givenConsignmentModelif the action has not been performed yet.Method parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected BusinessProcessModelDefaultWarehousingConsignmentFacade.generateBusinessProcess(List<ConsignmentModel> consignmentModels) Generates a dummyBusinessProcessModelwith aList<ConsignmentModel>so that it can be passed to thePrintMediaServicevoidDefaultWarehousingConsignmentFacade.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) voidDefaultWarehousingConsignmentFacade.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidDefaultWarehousingConsignmentFacade.setConsignmentGenericDao(GenericDao<ConsignmentModel> consignmentGenericDao) voidDefaultWarehousingConsignmentFacade.setConsignmentPagedGenericDao(PagedGenericDao<ConsignmentModel> consignmentPagedGenericDao) voidDefaultWarehousingConsignmentFacade.setConsignmentSearchByStatusPagedDao(SearchByStatusPagedGenericDao<ConsignmentModel> consignmentSearchByStatusPagedDao) -
Uses of ConsignmentModel in de.hybris.platform.warehousingfacades.warehouse.converters.populator
Methods in de.hybris.platform.warehousingfacades.warehouse.converters.populator that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected Converter<ConsignmentModel,ConsignmentData> WarehousingWarehousePopulator.getConsignmentConverter()Method parameters in de.hybris.platform.warehousingfacades.warehouse.converters.populator with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidWarehousingWarehousePopulator.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) -
Uses of ConsignmentModel in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidBaseWarehousingWebservicesIntegrationTest.startConsignmentProcess(ConsignmentModel consignment) Stars a business process for the givenConsignmentModel -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorbackoffice.actions
Method parameters in de.hybris.platform.yacceleratorbackoffice.actions with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionbooleanConfirmPickupAction.canPerform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> ctx) ConfirmPickupAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> ctx) booleanConfirmPickupAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> arg0) com.hybris.cockpitng.actions.ActionResult<Object>ConfirmPickupAction.perform(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> ctx) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected Converter<ConsignmentModel,ConsignmentData> ConsignmentCollectionReminderEmailContext.getConsignmentConverter()protected Converter<ConsignmentModel,ConsignmentData> DeliverySentEmailContext.getConsignmentConverter()protected Converter<ConsignmentModel,ConsignmentData> NotPickedUpConsignmentCanceledEmailContext.getConsignmentConverter()protected Converter<ConsignmentModel,ConsignmentData> ReadyForPickupEmailContext.getConsignmentConverter()Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentCollectionReminderEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidDeliverySentEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidNotPickedUpConsignmentCanceledEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) voidReadyForPickupEmailContext.setConsignmentConverter(Converter<ConsignmentModel, ConsignmentData> consignmentConverter) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorfulfilmentprocess.actions.consignment
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.consignment with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected StringAllowShipmentAction.getTransitionForConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidSplitByAvailableCount.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByDeliveryMode.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByEntryDeliveryAddress.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByPoS.afterSplitting(Object groupingObject, ConsignmentModel consignmentModel) voidSplitByWarehouse.afterSplitting(OrderEntryGroup group, ConsignmentModel createdOne) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.warehouse with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidMockProcess2WarehouseAdapter.prepareConsignment(ConsignmentModel consignment) voidDefaultWarehouse2ProcessAdapter.receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status) voidMockProcess2WarehouseAdapter.shipConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment with parameters of type ConsignmentModelModifier and TypeMethodDescriptionbooleanProcessConsignmentPreFulfillmentActionTest.FirstConsignmentPreFulfillmentStrategy.canProceedAfterPerform(ConsignmentModel consignment) booleanProcessConsignmentPreFulfillmentActionTest.SecondConsignmentPreFulfillmentStrategy.canProceedAfterPerform(ConsignmentModel consignment) booleanProcessConsignmentPreFulfillmentActionTest.ThirdConsignmentPreFulfillmentStrategy.canProceedAfterPerform(ConsignmentModel consignment) protected List<ConsignmentPreFulfillmentStrategy>ProcessConsignmentPreFulfillmentAction.getConsignmentPreFulfillmentStrategies(ConsignmentModel consignment) Returns the list ofConsignmentPreFulfillmentStrategy(s), that needs to be applied on the givenConsignmentModelvoidProcessConsignmentPreFulfillmentActionTest.FirstConsignmentPreFulfillmentStrategy.perform(ConsignmentModel consignment) voidProcessConsignmentPreFulfillmentActionTest.SecondConsignmentPreFulfillmentStrategy.perform(ConsignmentModel consignment) voidProcessConsignmentPreFulfillmentActionTest.ThirdConsignmentPreFulfillmentStrategy.perform(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorordermanagement.actions.order
Method parameters in de.hybris.platform.yacceleratorordermanagement.actions.order with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidSourceOrderAction.startConsignmentSubProcess(Collection<ConsignmentModel> consignments, OrderProcessModel process) Create and start a consignment process for each consignment in the collection. -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorordermanagement.integration
Methods in de.hybris.platform.yacceleratorordermanagement.integration with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected voidBaseAcceleratorSourcingIntegrationTest.refreshConsignmentAndEntries(ConsignmentModel consignmentModel) Refreshes theConsignmentModeland itsConsignmentEntryModel(s) -
Uses of ConsignmentModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Fields in de.hybris.platform.yacceleratorordermanagement.integration.util with type parameters of type ConsignmentModelMethods in de.hybris.platform.yacceleratorordermanagement.integration.util that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionBaseUtil.getConsignmentBusinessProcessService()DeclineUtil.getConsignmentBusinessProcessService()SourcingUtil.getConsignmentBusinessProcessService()Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidDeclineUtil.autoDeclineDefaultConsignment(ConsignmentModel consignmentModels, Map<ConsignmentEntryModel, Long> declineEntryInfo, OrderProcessModel orderProcessModel, DeclineReason declineReason) automatically decline consignmentvoidDeclineUtil.autoDeclineDefaultConsignment(ConsignmentModel consignmentModels, Map<ConsignmentEntryModel, Long> declineEntryInfo, OrderProcessModel orderProcessModel, DeclineReason declineReason, boolean multiBusinessProcessParameters) automatically decline consignmentvoidSourcingUtil.confirmDefaultConsignment(OrderProcessModel orderProcessModel, ConsignmentModel consignment) confirm default consignmentvoidDeclineUtil.manualDeclineDefaultConsignment(ConsignmentModel consignmentModels, Map<ConsignmentEntryModel, Long> declineEntryInfo, OrderProcessModel orderProcessModel, WarehouseModel warehouseModel, DeclineReason declineReason) manually decline consignmentvoidWorkflowUtil.moveConsignmentWorkflow(OrderProcessModel orderProcessModel, ConsignmentModel consignment, String templateCode) Moves the task assignment workflow to its next planned taskvoidProcessUtil.waitUntilConsignmentProcessIsNotRunning(OrderProcessModel orderProcessModel, ConsignmentModel consignment, int timeOut) wait for consignment process is not runningMethod parameters in de.hybris.platform.yacceleratorordermanagement.integration.util with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidBaseUtil.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) voidDeclineUtil.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService)