Uses of Class
de.hybris.platform.warehousing.model.DeclineConsignmentEntryEventModel
-
Packages that use DeclineConsignmentEntryEventModel Package Description de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.warehousing.allocation.impl -
-
Uses of DeclineConsignmentEntryEventModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type DeclineConsignmentEntryEventModel Modifier and Type Method Description java.util.Set<DeclineConsignmentEntryEventModel>ConsignmentEntryModel. getDeclineEntryEvents()Generated method - Getter of theConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type DeclineConsignmentEntryEventModel Modifier and Type Method Description voidConsignmentEntryModel. setDeclineEntryEvents(java.util.Set<DeclineConsignmentEntryEventModel> value)Generated method - Setter ofConsignmentEntry.declineEntryEventsattribute defined at extensionwarehousing. -
Uses of DeclineConsignmentEntryEventModel in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return types with arguments of type DeclineConsignmentEntryEventModel Modifier and Type Method Description protected java.util.Optional<DeclineConsignmentEntryEventModel>DefaultAllocationService. declineConsignmentEntry(DeclineEntry declineEntry)Decline a single consignment entry.Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type DeclineConsignmentEntryEventModel Modifier and Type Method Description protected voidDefaultAllocationService. consolidateConsignmentEntries(java.util.List<ConsignmentModel> newConsignments, ConsignmentModel consignment, AbstractOrderModel order, DeclineConsignmentEntryEventModel event)Consolidates theConsignmentEntryModelif they belong to the sameWarehouseModel
-