Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentEntryModel
-
-
Uses of ConsignmentEntryModel in com.sap.hybris.sapomsreturnprocess.actions
Methods in com.sap.hybris.sapomsreturnprocess.actions with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected java.lang.StringSendOmsReturnOrderToDataHubAction. getSapLogSysName(OrderModel order, ConsignmentEntryModel consignmentEntry)This method fetch the logical system name to which the consignment has to return.protected java.lang.StringSendOmsReturnOrderToDataHubAction. getSapSalesOrgName(OrderModel order, ConsignmentEntryModel consignmentEntry)This method is used to append sales organization, distribution channel and division which fetch this information from consignment Entry.Method parameters in com.sap.hybris.sapomsreturnprocess.actions with type arguments of type ConsignmentEntryModel Modifier and Type Method Description protected voidCancelReturnRequestToSAPAction. updateLogicalSystem(OrderModel order, java.util.Set<ConsignmentEntryModel> consignments, ReturnRequestModel cloneReturnModel)protected voidSendOmsReturnOrderToDataHubAction. updateLogicalSystem(OrderModel order, java.util.Set<ConsignmentEntryModel> consignments, ReturnRequestModel cloneReturnModel)This method will set logical system and sales organization details in cloned order model. -
Uses of ConsignmentEntryModel in com.sap.hybris.sapomsreturnprocess.returns.strategy
Method parameters in com.sap.hybris.sapomsreturnprocess.returns.strategy with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidReturnSourcingContext. splitConsignment(java.util.Map<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> returnEntryConsignmentListMap)voidReturnOrderStartegy. splitOrder(java.util.Map<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> returnEntryConsignmentListMap)This method will make a map of order entry and list of consignment as per the splitting strategy -
Uses of ConsignmentEntryModel in com.sap.hybris.sapomsreturnprocess.returns.strategy.impl
Method parameters in com.sap.hybris.sapomsreturnprocess.returns.strategy.impl with type arguments of type ConsignmentEntryModel Modifier and Type Method Description protected voidDefaultReturnOrderSplittingStrategy. setRefundAmountForEachConsignmentEntry(java.util.Map.Entry<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> entry, java.util.List<ConsignmentEntryModel> consignmentList)This method calculates the refund amount to be sent to each backend.protected voidDefaultReturnOrderSplittingStrategy. setRefundAmountForEachConsignmentEntry(java.util.Map.Entry<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> entry, java.util.List<ConsignmentEntryModel> consignmentList)This method calculates the refund amount to be sent to each backend.voidDefaultReturnOrderSplittingStrategy. splitOrder(java.util.Map<ReturnEntryModel,java.util.List<ConsignmentEntryModel>> returnOrderEntryConsignmentListMap) -
Uses of ConsignmentEntryModel in com.sap.hybris.sapquoteintegrationoms.outbound.contributor
Methods in com.sap.hybris.sapquoteintegrationoms.outbound.contributor with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected voidDefaultSapOmsQuoteSalesConditionsContributor. createProductDiscountRows(OrderModel order, ConsignmentEntryModel consignmentEntry, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result) -
Uses of ConsignmentEntryModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description protected Converter<ConsignmentEntryModel,ConsignmentEntryData>ConsignmentPopulator. getConsignmentEntryConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidConsignmentEntryPopulator. populate(ConsignmentEntryModel source, ConsignmentEntryData target)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidConsignmentPopulator. setConsignmentEntryConverter(Converter<ConsignmentEntryModel,ConsignmentEntryData> consignmentEntryConverter) -
Uses of ConsignmentEntryModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.Set<ConsignmentEntryModel>AbstractOrderEntryModel. getConsignmentEntries()Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidAbstractOrderEntryModel. setConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)Generated method - Setter ofAbstractOrderEntry.consignmentEntriesattribute defined at extensionbasecommerce. -
Uses of ConsignmentEntryModel in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description protected java.util.List<ConsignmentEntryModel>DefaultVendorOrderExportStrategy. getVendorOrders(java.lang.String vendorCode)Methods in de.hybris.platform.marketplaceservices.strategies.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected java.lang.StringDefaultVendorOrderExportStrategy. getVendorOrderContent(ConsignmentEntryModel consignmententry) -
Uses of ConsignmentEntryModel in de.hybris.platform.marketplaceservices.vendor.daos
Methods in de.hybris.platform.marketplaceservices.vendor.daos that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.List<ConsignmentEntryModel>VendorDao. findPendingConsignmentEntryForVendor(java.lang.String vendorCode)find consignmententries in WAITING status for a vendor -
Uses of ConsignmentEntryModel in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.List<ConsignmentEntryModel>DefaultVendorDao. findPendingConsignmentEntryForVendor(java.lang.String vendorCode) -
Uses of ConsignmentEntryModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected voidDefaultOrderCancelCancelableEntriesStrategy. appendUncancelableEntriesMap(java.util.Map<AbstractOrderEntryModel,java.lang.Long> uncancelableEntriesMap, boolean consignmentUnavailableForCancel, ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.Set<ConsignmentEntryModel>ConsignmentModel. getConsignmentEntries()Generated method - Getter of theConsignment.consignmentEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidConsignmentModel. setConsignmentEntries(java.util.Set<ConsignmentEntryModel> value)Generated method - Setter ofConsignment.consignmentEntriesattribute defined at extensionbasecommerce. -
Uses of ConsignmentEntryModel in de.hybris.platform.sap.sapcpiomsreturnsexchange.service
Method parameters in de.hybris.platform.sap.sapcpiomsreturnsexchange.service with type arguments of type ConsignmentEntryModel Modifier and Type Method Description SAPCpiOutboundReturnOrderModelSapCpiOmsReturnsOutboundConversionService. convertCancelReturnOrderToSapCpiOutboundReturnOrder(ReturnRequestModel clonedReturnModel, java.util.Set<ConsignmentEntryModel> consignments)SAPCpiOutboundReturnOrderModelSapCpiOmsReturnsOutboundConversionService. convertReturnOrderToSapCpiOutboundReturnOrder(ReturnRequestModel clonedReturnModel, java.util.Set<ConsignmentEntryModel> consignments) -
Uses of ConsignmentEntryModel in de.hybris.platform.sap.sapcpiomsreturnsexchange.service.impl
Method parameters in de.hybris.platform.sap.sapcpiomsreturnsexchange.service.impl with type arguments of type ConsignmentEntryModel Modifier and Type Method Description SAPCpiOutboundReturnOrderModelSapCpiOmsReturnsOutboundConversionServiceImpl. convertCancelReturnOrderToSapCpiOutboundReturnOrder(ReturnRequestModel returnRequest, java.util.Set<ConsignmentEntryModel> consignments)SAPCpiOutboundReturnOrderModelSapCpiOmsReturnsOutboundConversionServiceImpl. convertReturnOrderToSapCpiOutboundReturnOrder(ReturnRequestModel returnRequest, java.util.Set<ConsignmentEntryModel> consignments) -
Uses of ConsignmentEntryModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.Set<ConsignmentEntryModel>SAPReturnRequestsModel. getConsignmentsEntry()Generated method - Getter of theSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess.Method parameters in de.hybris.platform.sap.sapmodel.model with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidSAPReturnRequestsModel. setConsignmentsEntry(java.util.Set<ConsignmentEntryModel> value)Generated method - Setter ofSAPReturnRequests.consignmentsEntryattribute defined at extensionysapomsreturnprocess. -
Uses of ConsignmentEntryModel in de.hybris.platform.sap.saporderexchangeoms.datahub.inbound.impl
Methods in de.hybris.platform.sap.saporderexchangeoms.datahub.inbound.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected voidSapOmsDataHubInboundHelper. triggerDeliveryEvent(OrderModel order, ConsignmentEntryModel consignmentEntry)protected voidSapOmsDataHubInboundHelper. triggerGoodsIssueEvent(OrderModel order, ConsignmentEntryModel consignmentEntry, java.lang.String quantity, java.lang.String goodsIssueDate) -
Uses of ConsignmentEntryModel in de.hybris.platform.sap.saporderexchangeoms.outbound.impl
Methods in de.hybris.platform.sap.saporderexchangeoms.outbound.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected voidSapOmsOrderCancelRequestContributor. addRow(ConsignmentEntryModel consignmentEntry, SAPPlantLogSysOrgModel saplogSysSalesOrg, OrderCancelRecordEntryModel orderCancelRequest, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result)protected voidSapOmsSalesConditionsContributor. createGrossPriceRow(OrderModel order, ConsignmentEntryModel consignmentEntry, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result)protected voidSapOmsSalesConditionsContributor. createProductDiscountRows(OrderModel order, ConsignmentEntryModel consignmentEntry, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result)protected voidSapOmsSalesConditionsContributor. createTaxRows(OrderModel order, ConsignmentEntryModel consignmentEntry, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result) -
Uses of ConsignmentEntryModel in de.hybris.platform.sap.ysapcpiomsfulfillment.inbound.helper
Methods in de.hybris.platform.sap.ysapcpiomsfulfillment.inbound.helper that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description protected java.util.Optional<ConsignmentEntryModel>SapCipOmsInboundHelper. findConsignmentEntry(SAPOrderModel sapOrder, java.lang.String entryNumber)Find the consignment entry for the given order entryMethods in de.hybris.platform.sap.ysapcpiomsfulfillment.inbound.helper with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected voidSapCipOmsInboundHelper. triggerDeliveryEvent(OrderModel order, ConsignmentEntryModel consignmentEntry)Trigger delivery notificationprotected voidSapCipOmsInboundHelper. triggerGoodsIssueEvent(OrderModel order, ConsignmentEntryModel consignmentEntry, java.lang.String quantity, java.lang.String goodsIssueDate)Trigger goods issue notificationprotected voidSapCipOmsInboundHelper. updateConsignmentBusinessProcess(ConsignmentEntryModel consignmentEntry)Update the status of the external consignment process -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing
Fields in de.hybris.platform.warehousing with type parameters of type ConsignmentEntryModel Modifier and Type Field Description java.util.Map<ConsignmentEntryModel,java.lang.Long>ManualDeclineEndToEndIntegrationTest. declineEntryInfojava.util.Map<ConsignmentEntryModel,java.lang.Long>ShippingSourcingEndToEndIntegrationTest. declineEntryInfo -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return ConsignmentEntryModel Modifier and Type Method Description protected ConsignmentEntryModelDefaultAllocationService. createConsignmentEntry(AbstractOrderEntryModel orderEntry, java.lang.Long quantity, ConsignmentModel consignment)Create a consignment entry.Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.lang.LongConsignmentEntryDeclinedQuantityHandler. get(ConsignmentEntryModel consignmentEntry)java.lang.LongConsignmentEntryPendingQuantityHandler. get(ConsignmentEntryModel consignmentEntry)voidConsignmentEntryDeclinedQuantityHandler. set(ConsignmentEntryModel consignmentEntry, java.lang.Long value)voidConsignmentEntryPendingQuantityHandler. set(ConsignmentEntryModel consignmentEntry, java.lang.Long value)protected java.lang.LongDefaultAllocationService. useQuantityPending(ConsignmentEntryModel consignmentEntry, DeclineEntry declineEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.allocation.util
Methods in de.hybris.platform.warehousing.allocation.util with parameters of type ConsignmentEntryModel Modifier and Type Method Description DeclineEntryBuilderDeclineEntryBuilder. withConsignmentEntry(ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected voidDefaultOmsOrderCancelServiceTest. addConsignmentEntry(ConsignmentEntryModel consignmentEntry, long entryQuantity, OrderEntryModel orderEntry, ConsignmentModel consignmentModel)adds a consignment entry to a consignmentprotected voidDefaultConsignmentCancellationService. createCancellationEventForInternalWarehouse(ConsignmentEntryModel consignmentEntry, CancelReason myReason)Create cancellation event in case the warehouse is not "marked" as external. -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.consignment.strategies
Methods in de.hybris.platform.warehousing.consignment.strategies with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.math.BigDecimalConsignmentAmountCalculationStrategy. calculateConsignmentEntryAmount(ConsignmentEntryModel consignmentEntry, boolean includeTaxes)Calculates amount forConsignmentEntryModel -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.consignment.strategies.impl
Methods in de.hybris.platform.warehousing.consignment.strategies.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.math.BigDecimalDefaultConsignmentAmountCalculationStrategy. calculateConsignmentEntryAmount(ConsignmentEntryModel consignmentEntry, boolean includeTaxes)protected java.math.BigDecimalDefaultConsignmentAmountCalculationStrategy. calculateConsignmentEntryTaxAmount(ConsignmentEntryModel consignmentEntry)Calculates Tax amount forConsignmentEntryModel -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.consignmententry.service
Methods in de.hybris.platform.warehousing.consignmententry.service with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.lang.LongConsignmentEntryQuantityService. getQuantityDeclined(ConsignmentEntryModel consignmentEntry)Retrieve the quantity declined for a specific consignment entryjava.lang.LongConsignmentEntryQuantityService. getQuantityPending(ConsignmentEntryModel consignmentEntryModel)Gets the pending quantity for the givenConsignmentEntryModeljava.lang.LongConsignmentEntryQuantityService. getQuantityShipped(ConsignmentEntryModel consignmentEntryModel)Gets the quantity that has been shipped for the givenConsignmentEntryModel -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.consignmententry.service.impl
Methods in de.hybris.platform.warehousing.consignmententry.service.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.lang.LongDefaultConsignmentEntryQuantityService. getQuantityDeclined(ConsignmentEntryModel consignmentEntry)java.lang.LongDefaultConsignmentEntryQuantityService. getQuantityPending(ConsignmentEntryModel consignmentEntryModel)java.lang.LongDefaultConsignmentEntryQuantityService. getQuantityShipped(ConsignmentEntryModel consignmentEntryModel) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.daos
Methods in de.hybris.platform.warehousing.daos with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.lang.LongWarehousingConsignmentEntryQuantityDao. getQuantityDeclined(ConsignmentEntryModel consignmentEntry)Retrieve the quantity declined for a specific consignment entryjava.lang.LongWarehousingConsignmentEntryQuantityDao. getQuantityShipped(ConsignmentEntryModel consignmentEntry)Retrieve the quantity shipped for a specific order entry -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.daos.impl
Methods in de.hybris.platform.warehousing.daos.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.lang.LongDefaultWarehousingConsignmentEntryQuantityDao. getQuantityDeclined(ConsignmentEntryModel consignmentEntry)Retrieve the quantity allocated for a specific order entryjava.lang.LongDefaultWarehousingConsignmentEntryQuantityDao. getQuantityShipped(ConsignmentEntryModel consignmentEntry)Retrieve the quantity shipped for a specific order entry -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.data.allocation
Methods in de.hybris.platform.warehousing.data.allocation that return ConsignmentEntryModel Modifier and Type Method Description ConsignmentEntryModelDeclineEntry. getConsignmentEntry()Methods in de.hybris.platform.warehousing.data.allocation with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidDeclineEntry. setConsignmentEntry(ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.data.shipping
Methods in de.hybris.platform.warehousing.data.shipping that return ConsignmentEntryModel Modifier and Type Method Description ConsignmentEntryModelExportFormEntry. getConsignmentEntry()ConsignmentEntryModelShippedEntry. getConsignmentEntry()Methods in de.hybris.platform.warehousing.data.shipping with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidExportFormEntry. setConsignmentEntry(ConsignmentEntryModel consignmentEntry)voidShippedEntry. setConsignmentEntry(ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.inventoryevent.dao
Methods in de.hybris.platform.warehousing.inventoryevent.dao with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>InventoryEventDao. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)Retrieves a list ofAllocationEventModelrelated to aConsignmentEntryModel -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.inventoryevent.dao.impl
Methods in de.hybris.platform.warehousing.inventoryevent.dao.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>DefaultInventoryEventDao. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>InventoryEventService. createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)Create multipleAllocationEventModelthat are required to fulfill theConsignmentEntryModeljava.util.Collection<AllocationEventModel>InventoryEventService. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)Retrieves a collection ofAllocationEventModelfor aConsignmentEntryModel -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.util.List<AllocationEventModel>DefaultInventoryEventService. createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)java.util.Collection<AllocationEventModel>DefaultInventoryEventService. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description java.util.Set<ConsignmentEntryModel>PackContext. getConsignmentEntries()java.util.Set<ConsignmentEntryModel>PickSlipContext. getConsignmentEntries()Methods in de.hybris.platform.warehousing.labels.context with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected ExportFormEntryExportFormContext. createExportFormEntry(ConsignmentEntryModel consignmentEntry)CreatesExportFormEntrywith unit price and total price calculated according toExportFormPriceStrategy, based onConsignmentEntryModelprotected java.util.Collection<AllocationEventModel>ConsolidatedPickSlipContext. extractAllocationEvents(ConsignmentEntryModel consignmentEntryModel)Extracts the bin location of the product for the selectedConsignmentEntryModeljava.lang.StringPickSlipContext. extractBin(ConsignmentEntryModel consignmentEntryModel)Extracts the bin location of the product for the selected consignmentEntryjava.lang.StringPackContext. getProductImageURL(ConsignmentEntryModel consignmentEntryModel)Extracts the image url for the thumbnail of the product for the selected consignmentEntryjava.lang.StringPickSlipContext. getProductImageURL(ConsignmentEntryModel consignmentEntryModel)Extracts the image url for the thumbnail of the product for the selected consignmentEntryMethod parameters in de.hybris.platform.warehousing.labels.context with type arguments of type ConsignmentEntryModel Modifier and Type Method Description protected java.util.List<ConsolidatedPickSlipFormEntry>ConsolidatedPickSlipContext. createPickSlipFormEntries(java.util.List<ConsignmentEntryModel> consignmentEntries)Creates a list ofConsignmentEntryModel. -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.labels.strategy
Methods in de.hybris.platform.warehousing.labels.strategy with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.math.BigDecimalExportFormPriceStrategy. calculateProductPrice(ConsignmentEntryModel consignmentEntry)Calculates single product price for use in Export Form.java.math.BigDecimalExportFormPriceStrategy. calculateTotalPrice(java.math.BigDecimal productPrice, ConsignmentEntryModel consignmentEntry)Calculates total price of product for use in Export Form based on precalculated item price. -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.labels.strategy.impl
Methods in de.hybris.platform.warehousing.labels.strategy.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.math.BigDecimalDefaultExportFormPriceStrategy. calculateProductPrice(ConsignmentEntryModel consignmentEntry)java.math.BigDecimalDefaultExportFormPriceStrategy. calculateTotalPrice(java.math.BigDecimal productPrice, ConsignmentEntryModel consignmentEntry) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return ConsignmentEntryModel Modifier and Type Method Description ConsignmentEntryModelDeclineConsignmentEntryEventModel. getConsignmentEntry()Generated method - Getter of theDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.ConsignmentEntryModelInventoryEventModel. getConsignmentEntry()Generated method - Getter of theInventoryEvent.consignmentEntryattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidDeclineConsignmentEntryEventModel. setConsignmentEntry(ConsignmentEntryModel value)Generated method - Setter ofDeclineConsignmentEntryEvent.consignmentEntryattribute defined at extensionwarehousing.voidInventoryEventModel. setConsignmentEntry(ConsignmentEntryModel value)Generated method - Setter ofInventoryEvent.consignmentEntryattribute defined at extensionwarehousing. -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement that return ConsignmentEntryModel Modifier and Type Method Description protected ConsignmentEntryModelOrderManagementOrderCancelPartialTest. createConsignmentEntry(ConsignmentModel consignment, AbstractOrderEntryModel orderEntry, java.lang.Long qty)protected ConsignmentEntryModelOrderManagementReturnsServiceTest. getConsignmentEntryModel(AbstractOrderEntryModel orderEntryModel, ConsignmentModel consignment) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.shipping.quantityhandlers
Methods in de.hybris.platform.warehousing.shipping.quantityhandlers with parameters of type ConsignmentEntryModel Modifier and Type Method Description java.lang.LongConsignmentEntryShippedQuantityHandler. get(ConsignmentEntryModel consignmentEntry)voidConsignmentEntryShippedQuantityHandler. set(ConsignmentEntryModel consignmentEntry, java.lang.Long value) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.util
Method parameters in de.hybris.platform.warehousing.util with type arguments of type ConsignmentEntryModel Modifier and Type Method Description DeclineEntriesDeclineEntryBuilder. build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo)DeclineEntriesDeclineEntryBuilder. build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, DeclineReason reason)DeclineEntriesDeclineEntryBuilder. build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, WarehouseModel warehouse)DeclineEntriesDeclineEntryBuilder. build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, WarehouseModel warehouse, DeclineReason reason) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ConsignmentEntryModel Modifier and Type Method Description ConsignmentEntryModelConsignmentEntryModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type ConsignmentEntryModel Modifier and Type Method Description OrderEntryModelBuilderOrderEntryModelBuilder. withConsignmentEntries(ConsignmentEntryModel... entries)AllocationEventModelBuilderAllocationEventModelBuilder. withConsignmentEntry(ConsignmentEntryModel consignmentEntry)CancellationEventModelBuilderCancellationEventModelBuilder. withConsignmentEntry(ConsignmentEntryModel consignmentEntry)ConsignmentModelBuilderConsignmentModelBuilder. withEntries(ConsignmentEntryModel... entries) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return ConsignmentEntryModel Modifier and Type Method Description protected ConsignmentEntryModelConsignments. Camera(java.lang.Long quantity) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return ConsignmentEntryModel Modifier and Type Method Description ConsignmentEntryModelConsignmentEntryToReallocateDto. getConsignmentEntry()Methods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidConsignmentEntryToReallocateDto. setConsignmentEntry(ConsignmentEntryModel consignmentEntry)Constructors in de.hybris.platform.warehousingbackoffice.dtos with parameters of type ConsignmentEntryModel Constructor Description ConsignmentEntryToReallocateDto(ConsignmentEntryModel consignmentEntry, java.util.List<java.lang.String> reasons, java.util.Set<WarehouseModel> locations) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidDeclineButtonCellRenderer. render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn columnConfiguration, ConsignmentEntryModel object, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManger)protected voidWarehousingQuickListRenderer. renderConsignmentEntry(org.zkoss.zk.ui.HtmlBasedComponent parent, ConsignmentEntryModel consignmentEntry)Renders eachConsignmentEntryModelthat will be displayed in the quick list. -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousingfacades.order.converters.populator
Methods in de.hybris.platform.warehousingfacades.order.converters.populator with parameters of type ConsignmentEntryModel Modifier and Type Method Description voidWarehousingConsignmentEntryPopulator. populate(ConsignmentEntryModel source, ConsignmentEntryData target) -
Uses of ConsignmentEntryModel in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type ConsignmentEntryModel Modifier and Type Method Description protected Converter<ConsignmentEntryModel,ConsignmentEntryData>DefaultWarehousingConsignmentFacade. getConsignmentEntryConverter()Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type ConsignmentEntryModel Modifier and Type Method Description protected DeclineEntryDefaultWarehousingConsignmentFacade. populateDeclineEntry(DeclineEntryData declineEntryData, ConsignmentReallocationData consignmentReallocationData, ConsignmentEntryModel consignmentEntryModel)Populates and returnsDeclineEntryfrom givenDeclineEntryDataprotected voidDefaultWarehousingConsignmentFacade. validateDeclineEntryDataToReallocate(ConsignmentReallocationData consignmentReallocationData, DeclineEntryData declineEntryData, ConsignmentEntryModel consignmentEntry)Validation forDeclineEntryDatato be reallocated against givenConsignmentEntryModel.Method parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidDefaultWarehousingConsignmentFacade. setConsignmentEntryConverter(Converter<ConsignmentEntryModel,ConsignmentEntryData> consignmentEntryConverter) -
Uses of ConsignmentEntryModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Method parameters in de.hybris.platform.yacceleratorordermanagement.integration.util with type arguments of type ConsignmentEntryModel Modifier and Type Method Description voidDeclineUtil. autoDeclineDefaultConsignment(ConsignmentModel consignmentModels, java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, OrderProcessModel orderProcessModel, DeclineReason declineReason)automatically decline consignmentvoidDeclineUtil. autoDeclineDefaultConsignment(ConsignmentModel consignmentModels, java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, OrderProcessModel orderProcessModel, DeclineReason declineReason, boolean multiBusinessProcessParameters)automatically decline consignmentvoidDeclineUtil. manualDeclineDefaultConsignment(ConsignmentModel consignmentModels, java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, OrderProcessModel orderProcessModel, WarehouseModel warehouseModel, DeclineReason declineReason)manually decline consignment
-