Uses of Class
de.hybris.platform.warehousing.model.RestockConfigModel
-
-
Uses of RestockConfigModel in de.hybris.platform.warehousing.returns.dao
Methods in de.hybris.platform.warehousing.returns.dao that return RestockConfigModel Modifier and Type Method Description RestockConfigModelRestockConfigDao. getRestockConfig()Retrieves aRestockConfigModel -
Uses of RestockConfigModel in de.hybris.platform.warehousing.returns.dao.impl
Methods in de.hybris.platform.warehousing.returns.dao.impl with type parameters of type RestockConfigModel Modifier and Type Method Description protected <T extends RestockConfigModel>
java.util.Collection<T>DefaultRestockConfigDao. getRestockConfig(FlexibleSearchQuery query)Methods in de.hybris.platform.warehousing.returns.dao.impl that return RestockConfigModel Modifier and Type Method Description RestockConfigModelDefaultRestockConfigDao. getRestockConfig() -
Uses of RestockConfigModel in de.hybris.platform.warehousing.returns.service
Methods in de.hybris.platform.warehousing.returns.service that return RestockConfigModel Modifier and Type Method Description RestockConfigModelRestockConfigService. getRestockConfig()gets restock config -
Uses of RestockConfigModel in de.hybris.platform.warehousing.returns.service.impl
Methods in de.hybris.platform.warehousing.returns.service.impl that return RestockConfigModel Modifier and Type Method Description RestockConfigModelDefaultRestockConfigService. getRestockConfig() -
Uses of RestockConfigModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return RestockConfigModel Modifier and Type Method Description RestockConfigModelRestockConfigModelBuilder. build() -
Uses of RestockConfigModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return RestockConfigModel Modifier and Type Method Description RestockConfigModelRestockConfigs. RestockAfterReturn()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type RestockConfigModel Modifier and Type Method Description WarehousingDao<RestockConfigModel>RestockConfigs. getRestockConfigDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type RestockConfigModel Modifier and Type Method Description voidRestockConfigs. setRestockConfigDao(WarehousingDao<RestockConfigModel> restockConfigDao) -
Uses of RestockConfigModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Fields in de.hybris.platform.yacceleratorordermanagement.integration.util declared as RestockConfigModel Modifier and Type Field Description protected RestockConfigModelBaseUtil. restockConfigModelMethods in de.hybris.platform.yacceleratorordermanagement.integration.util that return RestockConfigModel Modifier and Type Method Description protected RestockConfigModelBaseUtil. getRestockConfigModel()Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type RestockConfigModel Modifier and Type Method Description voidBaseUtil. setRestockConfigModel(RestockConfigModel restockConfigModel)
-