Uses of Class
de.hybris.platform.basecommerce.enums.RefundReason
Packages that use RefundReason
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
-
Uses of RefundReason in de.hybris.platform.basecommerce.enums
Fields in de.hybris.platform.basecommerce.enums declared as RefundReasonModifier and TypeFieldDescriptionstatic final RefundReasonRefundReason.DAMAGEDINTRANSITGenerated enum value for RefundReason.DamagedInTransit declared at extension basecommerce.static final RefundReasonRefundReason.GOODWILLGenerated enum value for RefundReason.GoodWill declared at extension basecommerce.static final RefundReasonRefundReason.LATEDELIVERYGenerated enum value for RefundReason.LateDelivery declared at extension basecommerce.static final RefundReasonRefundReason.LOSTINTRANSITGenerated enum value for RefundReason.LostInTransit declared at extension basecommerce.static final RefundReasonRefundReason.MANUFACTURINGFAULTGenerated enum value for RefundReason.ManufacturingFault declared at extension basecommerce.static final RefundReasonRefundReason.MISPICKITEMMISSINGGenerated enum value for RefundReason.MispickItemMissing declared at extension basecommerce.static final RefundReasonRefundReason.MISPICKWRONGITEMDELIVEREDGenerated enum value for RefundReason.MispickWrongItemDelivered declared at extension basecommerce.static final RefundReasonRefundReason.MISSEDLINKDEALGenerated enum value for RefundReason.MissedLinkDeal declared at extension basecommerce.static final RefundReasonRefundReason.PRICEMATCHGenerated enum value for RefundReason.PriceMatch declared at extension basecommerce.static final RefundReasonRefundReason.SITEERRORGenerated enum value for RefundReason.SiteError declared at extension basecommerce.static final RefundReasonRefundReason.WRONGDESCRIPTIONGenerated enum value for RefundReason.WrongDescription declared at extension basecommerce.Methods in de.hybris.platform.basecommerce.enums that return RefundReasonModifier and TypeMethodDescriptionstatic RefundReasonReturns a RefundReason instance representing the specified enum value. -
Uses of RefundReason in de.hybris.platform.omsbackoffice.widgets.returns.createreturnrequest
Methods in de.hybris.platform.omsbackoffice.widgets.returns.createreturnrequest that return types with arguments of type RefundReasonModifier and TypeMethodDescriptionprotected Optional<RefundReason>CreateReturnRequestController.getCustomSelectedRefundReason(org.zkoss.zk.ui.event.Event event) Gets the label for the selected refund reason in case the event has a target of Comboboxprotected Optional<RefundReason>CreateReturnRequestController.getSelectedRefundReason(org.zkoss.zk.ui.event.Event event) get the corresponding refund reason according to the selected item in the combobox if existingprotected Optional<RefundReason>CreateReturnRequestController.matchingComboboxReturnReason(String refundReasonLabel) Retrieve theRefundReasonaccording to the selected label in the comboboxMethods in de.hybris.platform.omsbackoffice.widgets.returns.createreturnrequest with parameters of type RefundReasonModifier and TypeMethodDescriptionprotected intCreateReturnRequestController.getReasonIndex(RefundReason refundReason) Gets the reason index within the combobox model -
Uses of RefundReason in de.hybris.platform.ordermanagementfacades.returns
Methods in de.hybris.platform.ordermanagementfacades.returns that return types with arguments of type RefundReasonModifier and TypeMethodDescriptionOmsReturnFacade.getRefundReasons()API to get all return refund reasons -
Uses of RefundReason in de.hybris.platform.ordermanagementfacades.returns.data
Methods in de.hybris.platform.ordermanagementfacades.returns.data that return RefundReasonMethods in de.hybris.platform.ordermanagementfacades.returns.data that return types with arguments of type RefundReasonMethods in de.hybris.platform.ordermanagementfacades.returns.data with parameters of type RefundReasonModifier and TypeMethodDescriptionvoidReturnEntryData.setRefundReason(RefundReason refundReason) Method parameters in de.hybris.platform.ordermanagementfacades.returns.data with type arguments of type RefundReasonModifier and TypeMethodDescriptionvoidRefundReasonDataList.setRefundReasons(List<RefundReason> refundReasons) -
Uses of RefundReason in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl that return types with arguments of type RefundReason -
Uses of RefundReason in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns
Methods in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns that return RefundReasonModifier and TypeMethodDescriptionRefundReasonConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<RefundReason> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns with parameters of type RefundReasonModifier and TypeMethodDescriptionRefundReasonConverter.convertTo(RefundReason source, ma.glasnost.orika.metadata.Type<String> destinationType, ma.glasnost.orika.MappingContext mappingContext) Method parameters in de.hybris.platform.ordermanagementwebservices.mapping.converters.returns with type arguments of type RefundReasonModifier and TypeMethodDescriptionRefundReasonConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<RefundReason> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of RefundReason in de.hybris.platform.refund
Methods in de.hybris.platform.refund that return RefundReasonMethods in de.hybris.platform.refund with parameters of type RefundReasonConstructors in de.hybris.platform.refund with parameters of type RefundReasonModifierConstructorDescriptionOrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity, String notes, RefundReason reason) -
Uses of RefundReason in de.hybris.platform.returns
Methods in de.hybris.platform.returns with parameters of type RefundReasonModifier and TypeMethodDescriptionReturnService.createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, RefundReason reason) Creates a Refund based on the assigned OrderEntry instance -
Uses of RefundReason in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl with parameters of type RefundReasonModifier and TypeMethodDescriptionDefaultReturnService.createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, RefundReason reason) Creates a ReplRefundacement based on the assigned OrderEntry instance -
Uses of RefundReason in de.hybris.platform.returns.model
Methods in de.hybris.platform.returns.model that return RefundReasonModifier and TypeMethodDescriptionRefundEntryModel.getReason()Generated method - Getter of theRefundEntry.reasonattribute defined at extensionbasecommerce.Methods in de.hybris.platform.returns.model with parameters of type RefundReasonModifier and TypeMethodDescriptionvoidRefundEntryModel.setReason(RefundReason value) Generated method - Setter ofRefundEntry.reasonattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.returns.model with parameters of type RefundReasonModifierConstructorDescriptionRefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, RefundReason _reason, ReturnStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, RefundReason _reason, ReturnStatus _status) 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 RefundReason in de.hybris.platform.warehousing.returns.service.impl
Methods in de.hybris.platform.warehousing.returns.service.impl with parameters of type RefundReasonModifier and TypeMethodDescriptionWarehousingReturnService.createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, RefundReason reason) protected voidWarehousingReturnService.validateRefund(ReturnRequestModel request, OrderEntryModel entry, Long expectedQuantity, ReturnAction action, RefundReason reason) Verifies the parameters of the createRefund call -
Uses of RefundReason in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type RefundReason -
Uses of RefundReason in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type RefundReasonModifier and TypeMethodDescriptionReturnUtil.createDefaultReturnRequest(OrderModel orderModel, ReturnAction action, RefundReason refundReason, BigDecimal refundAmount, Map<AbstractOrderEntryModel, Long> refundMap) create return requestReturnUtil.createDefaultReturnRequest(OrderModel orderModel, Long expectedQuantity, ReturnAction action, RefundReason refundReason, BigDecimal refundAmount, AbstractOrderEntryModel orderEntry) create return request