Uses of Enum Class
de.hybris.platform.warehousing.enums.StockLevelAdjustmentReason
Packages that use StockLevelAdjustmentReason
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousing.enums
Methods in de.hybris.platform.warehousing.enums that return StockLevelAdjustmentReasonModifier and TypeMethodDescriptionstatic StockLevelAdjustmentReasonReturns the enum constant of this class with the specified name.static StockLevelAdjustmentReason[]StockLevelAdjustmentReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return StockLevelAdjustmentReasonMethods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionvoidStockAdjustmentDto.setSelectedReason(StockLevelAdjustmentReason selectedReason) -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingbackoffice.widgets.stocks
Methods in de.hybris.platform.warehousingbackoffice.widgets.stocks that return types with arguments of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionprotected Optional<StockLevelAdjustmentReason>StockToAdjustController.matchingComboboxStockAdjustmentReason(String stockAdjustmentReasonLabel) Retrieve theStockLevelAdjustmentReasonaccording to the selected label in the combobox -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingfacades.stocklevel
Methods in de.hybris.platform.warehousingfacades.stocklevel that return types with arguments of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionWarehousingStockLevelFacade.getStockLevelAdjustmentReasons()API to get all stock level adjustment reasons -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingfacades.stocklevel.data
Methods in de.hybris.platform.warehousingfacades.stocklevel.data that return StockLevelAdjustmentReasonMethods in de.hybris.platform.warehousingfacades.stocklevel.data that return types with arguments of type StockLevelAdjustmentReasonMethods in de.hybris.platform.warehousingfacades.stocklevel.data with parameters of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionvoidStockLevelAdjustmentData.setReason(StockLevelAdjustmentReason reason) Method parameters in de.hybris.platform.warehousingfacades.stocklevel.data with type arguments of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionvoidStockLevelAdjustmentReasonDataList.setReasons(List<StockLevelAdjustmentReason> reasons) -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingfacades.stocklevel.impl
Methods in de.hybris.platform.warehousingfacades.stocklevel.impl that return types with arguments of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionprotected Map<StockLevelAdjustmentReason,Class> DefaultWarehousingStockLevelFacade.getReasonMapper()DefaultWarehousingStockLevelFacade.getStockLevelAdjustmentReasons()Method parameters in de.hybris.platform.warehousingfacades.stocklevel.impl with type arguments of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionvoidDefaultWarehousingStockLevelFacade.setReasonMapper(Map<StockLevelAdjustmentReason, Class> reasonMapper) -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel
Methods in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel that return StockLevelAdjustmentReasonModifier and TypeMethodDescriptionStockLevelAdjustmentReasonConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<StockLevelAdjustmentReason> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel with parameters of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionStockLevelAdjustmentReasonConverter.convertTo(StockLevelAdjustmentReason source, ma.glasnost.orika.metadata.Type<String> destinationType, ma.glasnost.orika.MappingContext mappingContext) Method parameters in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel with type arguments of type StockLevelAdjustmentReasonModifier and TypeMethodDescriptionStockLevelAdjustmentReasonConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<StockLevelAdjustmentReason> destinationType, ma.glasnost.orika.MappingContext mappingContext)