Uses of Class
de.hybris.platform.warehousing.enums.DeclineReason
-
Packages that use DeclineReason Package Description de.hybris.platform.warehousing.allocation.util de.hybris.platform.warehousing.data.allocation de.hybris.platform.warehousing.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.warehousing.model Contains generated models for each type of de.hybris.platform.warehousing.jalo package.de.hybris.platform.warehousing.util de.hybris.platform.warehousingbackoffice.dtos de.hybris.platform.warehousingbackoffice.widgets.consignment de.hybris.platform.warehousingfacades.order de.hybris.platform.warehousingfacades.order.data de.hybris.platform.warehousingfacades.order.impl de.hybris.platform.yacceleratorordermanagement.actions.consignment de.hybris.platform.yacceleratorordermanagement.integration.util -
-
Uses of DeclineReason in de.hybris.platform.warehousing.allocation.util
Methods in de.hybris.platform.warehousing.allocation.util with parameters of type DeclineReason Modifier and Type Method Description DeclineEntryBuilderDeclineEntryBuilder. withReason(DeclineReason reason) -
Uses of DeclineReason in de.hybris.platform.warehousing.data.allocation
Methods in de.hybris.platform.warehousing.data.allocation that return DeclineReason Modifier and Type Method Description DeclineReasonDeclineEntry. getReason()Methods in de.hybris.platform.warehousing.data.allocation with parameters of type DeclineReason Modifier and Type Method Description voidDeclineEntry. setReason(DeclineReason reason) -
Uses of DeclineReason in de.hybris.platform.warehousing.enums
Methods in de.hybris.platform.warehousing.enums that return DeclineReason Modifier and Type Method Description static DeclineReasonDeclineReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeclineReason[]DeclineReason. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeclineReason in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return DeclineReason Modifier and Type Method Description DeclineReasonDeclineConsignmentEntryEventModel. getReason()Generated method - Getter of theDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type DeclineReason Modifier and Type Method Description voidDeclineConsignmentEntryEventModel. setReason(DeclineReason value)Generated method - Setter ofDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type DeclineReason Constructor Description DeclineConsignmentEntryEventModel(ItemModel _owner, java.lang.Long _quantity, DeclineReason _reason)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDeclineConsignmentEntryEventModel(java.lang.Long _quantity, DeclineReason _reason)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 DeclineReason in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type DeclineReason Modifier and Type Method Description 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, DeclineReason reason) -
Uses of DeclineReason in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return DeclineReason Modifier and Type Method Description DeclineReasonConsignmentEntryToReallocateDto. getSelectedReason()Methods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type DeclineReason Modifier and Type Method Description voidConsignmentEntryToReallocateDto. setSelectedReason(DeclineReason selectedReason) -
Uses of DeclineReason in de.hybris.platform.warehousingbackoffice.widgets.consignment
Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment that return types with arguments of type DeclineReason Modifier and Type Method Description protected java.util.Optional<DeclineReason>ConsignmentToReallocateController. getCustomSelectedDeclineReason(org.zkoss.zk.ui.event.Event event)Gets the label for the selected decline reason in case the event has a target of Comboboxprotected java.util.Optional<DeclineReason>ConsignmentToReallocateController. getSelectedDeclineReason(org.zkoss.zk.ui.event.Event event)get the corresponding decline reason according to the selected item in the combobox if existingprotected java.util.Optional<DeclineReason>ConsignmentToReallocateController. matchingComboboxDeclineReason(java.lang.String declineReasonLabel)Retrieve theDeclineReasonaccording to the selected label in the comboboxMethods in de.hybris.platform.warehousingbackoffice.widgets.consignment with parameters of type DeclineReason Modifier and Type Method Description protected intConsignmentToReallocateController. getReasonIndex(DeclineReason declineReason)Gets the reason index within the combobox model -
Uses of DeclineReason in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order that return types with arguments of type DeclineReason Modifier and Type Method Description java.util.List<DeclineReason>WarehousingConsignmentFacade. getDeclineReasons()API to return all decline reasons. -
Uses of DeclineReason in de.hybris.platform.warehousingfacades.order.data
Methods in de.hybris.platform.warehousingfacades.order.data that return DeclineReason Modifier and Type Method Description DeclineReasonConsignmentReallocationData. getGlobalReason()DeclineReasonDeclineEntryData. getReason()Methods in de.hybris.platform.warehousingfacades.order.data that return types with arguments of type DeclineReason Modifier and Type Method Description java.util.List<DeclineReason>DeclineReasonDataList. getReasons()Methods in de.hybris.platform.warehousingfacades.order.data with parameters of type DeclineReason Modifier and Type Method Description voidConsignmentReallocationData. setGlobalReason(DeclineReason globalReason)voidDeclineEntryData. setReason(DeclineReason reason)Method parameters in de.hybris.platform.warehousingfacades.order.data with type arguments of type DeclineReason Modifier and Type Method Description voidDeclineReasonDataList. setReasons(java.util.List<DeclineReason> reasons) -
Uses of DeclineReason in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type DeclineReason Modifier and Type Method Description java.util.List<DeclineReason>DefaultWarehousingConsignmentFacade. getDeclineReasons() -
Uses of DeclineReason in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return types with arguments of type DeclineReason Modifier and Type Method Description protected java.util.Map<DeclineReason,DeclineActionStrategy>ReAllocateConsignmentAction. getDeclineActionsMap()protected java.util.Map<DeclineReason,DeclineActionStrategy>ReAllocateConsignmentAction. getExternalWarehouseDeclineActionsMap()Method parameters in de.hybris.platform.yacceleratorordermanagement.actions.consignment with type arguments of type DeclineReason Modifier and Type Method Description voidReAllocateConsignmentAction. setDeclineActionsMap(java.util.Map<DeclineReason,DeclineActionStrategy> declineActionsMap)voidReAllocateConsignmentAction. setExternalWarehouseDeclineActionsMap(java.util.Map<DeclineReason,DeclineActionStrategy> externalWarehouseDeclineActionsMap) -
Uses of DeclineReason in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type DeclineReason 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
-