Uses of Class
de.hybris.platform.warehousing.enums.StockLevelAdjustmentReason
-
Packages that use StockLevelAdjustmentReason Package Description de.hybris.platform.warehousing.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.warehousingbackoffice.dtos de.hybris.platform.warehousingbackoffice.widgets.stocks de.hybris.platform.warehousingfacades.stocklevel de.hybris.platform.warehousingfacades.stocklevel.data de.hybris.platform.warehousingfacades.stocklevel.impl de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel -
-
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousing.enums
Methods in de.hybris.platform.warehousing.enums that return StockLevelAdjustmentReason Modifier and Type Method Description static StockLevelAdjustmentReasonStockLevelAdjustmentReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StockLevelAdjustmentReason[]StockLevelAdjustmentReason. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return StockLevelAdjustmentReason Modifier and Type Method Description StockLevelAdjustmentReasonStockAdjustmentDto. getSelectedReason()Methods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type StockLevelAdjustmentReason Modifier and Type Method Description voidStockAdjustmentDto. 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 StockLevelAdjustmentReason Modifier and Type Method Description protected java.util.Optional<StockLevelAdjustmentReason>StockToAdjustController. matchingComboboxStockAdjustmentReason(java.lang.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 StockLevelAdjustmentReason Modifier and Type Method Description java.util.List<StockLevelAdjustmentReason>WarehousingStockLevelFacade. 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 StockLevelAdjustmentReason Modifier and Type Method Description StockLevelAdjustmentReasonStockLevelAdjustmentData. getReason()Methods in de.hybris.platform.warehousingfacades.stocklevel.data that return types with arguments of type StockLevelAdjustmentReason Modifier and Type Method Description java.util.List<StockLevelAdjustmentReason>StockLevelAdjustmentReasonDataList. getReasons()Methods in de.hybris.platform.warehousingfacades.stocklevel.data with parameters of type StockLevelAdjustmentReason Modifier and Type Method Description voidStockLevelAdjustmentData. setReason(StockLevelAdjustmentReason reason)Method parameters in de.hybris.platform.warehousingfacades.stocklevel.data with type arguments of type StockLevelAdjustmentReason Modifier and Type Method Description voidStockLevelAdjustmentReasonDataList. setReasons(java.util.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 StockLevelAdjustmentReason Modifier and Type Method Description protected java.util.Map<StockLevelAdjustmentReason,java.lang.Class>DefaultWarehousingStockLevelFacade. getReasonMapper()java.util.List<StockLevelAdjustmentReason>DefaultWarehousingStockLevelFacade. getStockLevelAdjustmentReasons()Method parameters in de.hybris.platform.warehousingfacades.stocklevel.impl with type arguments of type StockLevelAdjustmentReason Modifier and Type Method Description voidDefaultWarehousingStockLevelFacade. setReasonMapper(java.util.Map<StockLevelAdjustmentReason,java.lang.Class> reasonMapper) -
Uses of StockLevelAdjustmentReason in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel
Methods in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel that return StockLevelAdjustmentReason Modifier and Type Method Description StockLevelAdjustmentReasonStockLevelAdjustmentReasonConverter. convertFrom(java.lang.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 StockLevelAdjustmentReason Modifier and Type Method Description java.lang.StringStockLevelAdjustmentReasonConverter. convertTo(StockLevelAdjustmentReason source, ma.glasnost.orika.metadata.Type<java.lang.String> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel with type arguments of type StockLevelAdjustmentReason Modifier and Type Method Description StockLevelAdjustmentReasonStockLevelAdjustmentReasonConverter. convertFrom(java.lang.String source, ma.glasnost.orika.metadata.Type<StockLevelAdjustmentReason> destinationType, ma.glasnost.orika.MappingContext mappingContext)
-