Uses of Class
de.hybris.platform.basecommerce.enums.CancelReason
-
-
Uses of CancelReason in de.hybris.platform.basecommerce.enums
Fields in de.hybris.platform.basecommerce.enums declared as CancelReason Modifier and Type Field Description static CancelReasonCancelReason. CUSTOMERREQUESTGenerated enum value for CancelReason.CustomerRequest declared at extension basecommerce.static CancelReasonCancelReason. LATEDELIVERYGenerated enum value for CancelReason.LateDelivery declared at extension basecommerce.static CancelReasonCancelReason. NAGenerated enum value for CancelReason.NA declared at extension basecommerce.static CancelReasonCancelReason. OTHERGenerated enum value for CancelReason.Other declared at extension basecommerce.static CancelReasonCancelReason. OUTOFSTOCKGenerated enum value for CancelReason.OutOfStock declared at extension basecommerce.static CancelReasonCancelReason. WAREHOUSEGenerated enum value for CancelReason.Warehouse declared at extension basecommerce.Methods in de.hybris.platform.basecommerce.enums that return CancelReason Modifier and Type Method Description static CancelReasonCancelReason. valueOf(java.lang.String code)Returns a CancelReason instance representing the specified enum value. -
Uses of CancelReason in de.hybris.platform.omsbackoffice.dto
Methods in de.hybris.platform.omsbackoffice.dto that return CancelReason Modifier and Type Method Description CancelReasonOrderEntryToCancelDto. getSelectedReason()Methods in de.hybris.platform.omsbackoffice.dto with parameters of type CancelReason Modifier and Type Method Description voidOrderEntryToCancelDto. setSelectedReason(CancelReason selectedReason) -
Uses of CancelReason in de.hybris.platform.omsbackoffice.widgets.order.cancelorder
Methods in de.hybris.platform.omsbackoffice.widgets.order.cancelorder that return types with arguments of type CancelReason Modifier and Type Method Description protected java.util.Optional<CancelReason>CancelOrderController. getCustomSelectedCancelReason(org.zkoss.zk.ui.event.Event event)Gets the label for the selected cancel reason in case the event has a target of Comboboxprotected java.util.Optional<CancelReason>CancelOrderController. getSelectedCancelReason(org.zkoss.zk.ui.event.Event event)get the corresponding cancel reason according to the selected item in the combobox if existingprotected java.util.Optional<CancelReason>CancelOrderController. matchingComboboxCancelReason(java.lang.String cancelReasonLabel)Retrieve theCancelReasonaccording to the selected label in the comboboxMethods in de.hybris.platform.omsbackoffice.widgets.order.cancelorder with parameters of type CancelReason Modifier and Type Method Description protected intCancelOrderController. getReasonIndex(CancelReason cancelReason)Gets the reason index within the combobox model -
Uses of CancelReason in de.hybris.platform.omsbackoffice.widgets.returns.cancelreturnpopup
Methods in de.hybris.platform.omsbackoffice.widgets.returns.cancelreturnpopup that return types with arguments of type CancelReason Modifier and Type Method Description protected java.util.Optional<CancelReason>ReturnCancellationController. getSelectedCancelReason(org.zkoss.zk.ui.event.Event event)Gets the label for the selected cancel reason in case the event has a target of Comboboxprotected java.util.Optional<CancelReason>ReturnCancellationController. matchingComboboxCancelReason(java.lang.String cancelReasonLabel)Retrieve theCancelReasonaccording to the selected label in the combobox -
Uses of CancelReason in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel that return CancelReason Modifier and Type Method Description CancelReasonOrderCancelEntry. getCancelReason()CancelReasonOrderCancelRequest. getCancelReason()reason for complete order cancelMethods in de.hybris.platform.ordercancel with parameters of type CancelReason Modifier and Type Method Description voidOrderCancelEntry. setCancelReason(CancelReason cancelReason)voidOrderCancelRequest. setCancelReason(CancelReason cancelReason)reason for complete cancelConstructors in de.hybris.platform.ordercancel with parameters of type CancelReason Constructor Description OrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity, java.lang.String notes, CancelReason cancelReason)OrderCancelEntry(AbstractOrderEntryModel orderEntry, java.lang.String notes, CancelReason cancelReason)Creates an entry that represents cancellation of a part of the Order Entry completely.OrderCancelRequest(OrderModel order, CancelReason cancelReason)CreatesOrderCancelRequestfor Order Cancel CompleteOrderCancelRequest(OrderModel order, CancelReason cancelReason, java.lang.String notes)CreatesOrderCancelRequestfor Order Cancel Complete -
Uses of CancelReason in de.hybris.platform.ordercancel.model
Methods in de.hybris.platform.ordercancel.model that return CancelReason Modifier and Type Method Description CancelReasonOrderCancelRecordEntryModel. getCancelReason()Generated method - Getter of theOrderCancelRecordEntry.cancelReasonattribute defined at extensionbasecommerce.CancelReasonOrderEntryCancelRecordEntryModel. getCancelReason()Generated method - Getter of theOrderEntryCancelRecordEntry.cancelReasonattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordercancel.model with parameters of type CancelReason Modifier and Type Method Description voidOrderCancelRecordEntryModel. setCancelReason(CancelReason value)Generated method - Setter ofOrderCancelRecordEntry.cancelReasonattribute defined at extensionbasecommerce.voidOrderEntryCancelRecordEntryModel. setCancelReason(CancelReason value)Generated method - Setter ofOrderEntryCancelRecordEntry.cancelReasonattribute defined at extensionbasecommerce. -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.cancellation.data
Methods in de.hybris.platform.ordermanagementfacades.cancellation.data that return CancelReason Modifier and Type Method Description CancelReasonOrderCancelEntryData. getCancelReason()Methods in de.hybris.platform.ordermanagementfacades.cancellation.data with parameters of type CancelReason Modifier and Type Method Description voidOrderCancelEntryData. setCancelReason(CancelReason cancelReason) -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.order
Methods in de.hybris.platform.ordermanagementfacades.order that return types with arguments of type CancelReason Modifier and Type Method Description java.util.List<CancelReason>OmsOrderFacade. getCancelReasons()API to get all order cancel reasons -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.order.cancel
Methods in de.hybris.platform.ordermanagementfacades.order.cancel that return CancelReason Modifier and Type Method Description CancelReasonOrderCancelRecordEntryData. getCancelReason()Methods in de.hybris.platform.ordermanagementfacades.order.cancel with parameters of type CancelReason Modifier and Type Method Description voidOrderCancelRecordEntryData. setCancelReason(CancelReason cancelReason) -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.order.data
Methods in de.hybris.platform.ordermanagementfacades.order.data that return types with arguments of type CancelReason Modifier and Type Method Description java.util.List<CancelReason>CancelReasonDataList. getReasons()Method parameters in de.hybris.platform.ordermanagementfacades.order.data with type arguments of type CancelReason Modifier and Type Method Description voidCancelReasonDataList. setReasons(java.util.List<CancelReason> reasons) -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl that return types with arguments of type CancelReason Modifier and Type Method Description java.util.List<CancelReason>DefaultOmsOrderFacade. getCancelReasons()Methods in de.hybris.platform.ordermanagementfacades.order.impl with parameters of type CancelReason Modifier and Type Method Description protected voidDefaultOmsOrderFacadeTest. prepareCancellationSingleEntry(UserModel userModel, java.lang.Long EntryQuantity, java.lang.Long CancelQuantity, CancelReason cancelReasonEntry, java.lang.String entryNote)Prepares mock for cancel order with single entryprotected voidDefaultOmsOrderFacadeTest. prepareCancellationTwoEntries(UserModel userModel, java.lang.Long EntryQuantity, java.lang.Long CancelQuantity, CancelReason cancelReasonEntry, java.lang.String entryNote)Prepares mock for cancel order with 2 entries -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.returns
Methods in de.hybris.platform.ordermanagementfacades.returns that return types with arguments of type CancelReason Modifier and Type Method Description java.util.List<CancelReason>OmsReturnFacade. getCancelReasons()API to get all return cancel reasons -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.returns.data
Methods in de.hybris.platform.ordermanagementfacades.returns.data that return CancelReason Modifier and Type Method Description CancelReasonCancelReturnRequestData. getCancelReason()Methods in de.hybris.platform.ordermanagementfacades.returns.data with parameters of type CancelReason Modifier and Type Method Description voidCancelReturnRequestData. setCancelReason(CancelReason cancelReason) -
Uses of CancelReason in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl that return types with arguments of type CancelReason Modifier and Type Method Description java.util.List<CancelReason>DefaultOmsReturnFacade. getCancelReasons()Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type CancelReason Modifier and Type Method Description protected CancelReturnRequestDataDefaultOmsReturnFacadeIntegrationTest. createCancelReturnRequestData(java.lang.String code, CancelReason reason, java.lang.String notes)PreparesCancelReturnRequestDatafrom the given params. -
Uses of CancelReason in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns
Methods in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns that return CancelReason Modifier and Type Method Description CancelReasonCancelReasonConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<CancelReason> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns with parameters of type CancelReason Modifier and Type Method Description java.lang.StringCancelReasonConverter. convertTo(CancelReason source, ma.glasnost.orika.metadata.Type<java.lang.String> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns with type arguments of type CancelReason Modifier and Type Method Description CancelReasonCancelReasonConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<CancelReason> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of CancelReason in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type CancelReason Modifier and Type Method Description protected voidDefaultConsignmentCancellationService. createCancellationEventForInternalWarehouse(ConsignmentEntryModel consignmentEntry, CancelReason myReason)Create cancellation event in case the warehouse is not "marked" as external. -
Uses of CancelReason in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type CancelReason Modifier and Type Method Description java.util.List<OrderCancelEntry>CancellationEntryBuilder. build(java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo, CancelReason cancelReason) -
Uses of CancelReason in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type CancelReason Modifier and Type Method Description CancellationEventModelBuilderCancellationEventModelBuilder. withReason(CancelReason reason) -
Uses of CancelReason in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models with parameters of type CancelReason Modifier and Type Method Description CancellationEventModelCancellationEvents. Camera_Cancellation(java.lang.Long quantity, CancelReason cancelReason, StockLevelModel stockLevel) -
Uses of CancelReason in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type CancelReason Modifier and Type Method Description voidCancellationUtil. cancelOrder(OrderModel orderModel, java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo, CancelReason cancelReason)cancel consignment
-