Uses of Enum Class
de.hybris.platform.warehousing.enums.DeclineReason
Packages that use DeclineReason
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.warehousing.jalo package.
-
Uses of DeclineReason in de.hybris.platform.warehousing.data.allocation
Methods in de.hybris.platform.warehousing.data.allocation that return DeclineReasonMethods in de.hybris.platform.warehousing.data.allocation with parameters of type DeclineReason -
Uses of DeclineReason in de.hybris.platform.warehousing.enums
Methods in de.hybris.platform.warehousing.enums that return DeclineReasonModifier and TypeMethodDescriptionstatic DeclineReasonReturns the enum constant of this class with the specified name.static DeclineReason[]DeclineReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeclineReason in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return DeclineReasonModifier and TypeMethodDescriptionDeclineConsignmentEntryEventModel.getReason()Generated method - Getter of theDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type DeclineReasonModifier and TypeMethodDescriptionvoidDeclineConsignmentEntryEventModel.setReason(DeclineReason value) Generated method - Setter ofDeclineConsignmentEntryEvent.reasonattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type DeclineReasonModifierConstructorDescriptionDeclineConsignmentEntryEventModel(ItemModel _owner, 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(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.warehousingfacades.order.data
Methods in de.hybris.platform.warehousingfacades.order.data that return DeclineReasonModifier and TypeMethodDescriptionConsignmentReallocationData.getGlobalReason()DeclineEntryData.getReason()Methods in de.hybris.platform.warehousingfacades.order.data that return types with arguments of type DeclineReasonMethods in de.hybris.platform.warehousingfacades.order.data with parameters of type DeclineReasonModifier and TypeMethodDescriptionvoidConsignmentReallocationData.setGlobalReason(DeclineReason globalReason) voidDeclineEntryData.setReason(DeclineReason reason) Method parameters in de.hybris.platform.warehousingfacades.order.data with type arguments of type DeclineReasonModifier and TypeMethodDescriptionvoidDeclineReasonDataList.setReasons(List<DeclineReason> reasons)