Uses of Class
de.hybris.platform.b2b.model.B2BBudgetModel
Packages that use B2BBudgetModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
-
Uses of B2BBudgetModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return B2BBudgetModel -
Uses of B2BBudgetModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return B2BBudgetModelModifier and TypeMethodDescriptionB2BDaoTestUtils.createBudget(String code, String name, B2BUnitModel unit, BigDecimal budgetValue, B2BPeriodRange range) DefaultB2BBudgetDao.findBudgetByCode(String code) Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type B2BBudgetModel -
Uses of B2BBudgetModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionB2BCostCenterModel.getBudgets()Generated method - Getter of theB2BCostCenter.Budgetsattribute defined at extensionb2bcommerce.B2BUnitModel.getBudgets()Generated method - Getter of theB2BUnit.Budgetsattribute defined at extensionb2bcommerce.Method parameters in de.hybris.platform.b2b.model with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidB2BCostCenterModel.setBudgets(Set<B2BBudgetModel> value) Generated method - Setter ofB2BCostCenter.Budgetsattribute defined at extensionb2bcommerce.voidB2BUnitModel.setBudgets(List<B2BBudgetModel> value) Generated method - Setter ofB2BUnit.Budgetsattribute defined at extensionb2bcommerce. -
Uses of B2BBudgetModel in de.hybris.platform.b2b.services
Classes in de.hybris.platform.b2b.services with type parameters of type B2BBudgetModelModifier and TypeInterfaceDescriptioninterfaceB2BBudgetService<B extends B2BBudgetModel,U extends UserModel> The Interface B2BBudgetService.Methods in de.hybris.platform.b2b.services that return B2BBudgetModelModifier and TypeMethodDescriptionB2BItemService.findB2BBudgetByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BCostCenterService.getB2BBudgetForCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Methods in de.hybris.platform.b2b.services that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionB2BItemService.findAllB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BCostCenterService.getB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.B2BCostCenterService.getCurrentBudgets(T costCenter) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of B2BBudgetModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return B2BBudgetModelModifier and TypeMethodDescriptionDefaultB2BItemService.findB2BBudgetByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BBudgetService.getB2BBudgetForCode(String code) DefaultB2BCostCenterService.getB2BBudgetForCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionDefaultB2BItemService.findAllB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BBudgetService.findPagedBudgets(PageableData pageableData) DefaultB2BBudgetService.getB2BBudgets()DefaultB2BCostCenterService.getB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.DefaultB2BBudgetService.getCurrentBudgets(B2BCostCenterModel costCenter) DefaultB2BCostCenterService.getCurrentBudgets(B2BCostCenterModel costCenter) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.protected PagedGenericDao<B2BBudgetModel>DefaultB2BBudgetService.getPagedB2BBudgetDao()Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidDefaultB2BBudgetService.setPagedB2BBudgetDao(PagedGenericDao<B2BBudgetModel> pagedB2BBudgetDao) -
Uses of B2BBudgetModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionprotected B2BBudgetService<B2BBudgetModel,B2BCustomerModel> DefaultB2BBudgetExceededEvaluationStrategy.getB2BBudgetService()Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidDefaultB2BBudgetExceededEvaluationStrategy.setB2BBudgetService(B2BBudgetService<B2BBudgetModel, B2BCustomerModel> b2BBudgetService) -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionprotected Converter<B2BBudgetModel,B2BBudgetData> DefaultCompanyB2BCommerceFacade.getB2BBudgetConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected Populator<B2BBudgetData,B2BBudgetModel> DefaultCompanyB2BCommerceFacade.getB2BBudgetReversePopulator()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidDefaultCompanyB2BCommerceFacade.setB2BBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2bBudgetConverter) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceFacade.setB2BBudgetReversePopulator(Populator<B2BBudgetData, B2BBudgetModel> b2bBudgetReversePopulator) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionprotected Converter<B2BBudgetModel,B2BBudgetData> DefaultB2BBudgetFacade.getB2bBudgetConverter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl with parameters of type B2BBudgetModelModifier and TypeMethodDescriptionprotected voidDefaultB2BBudgetFacadeIntegrationTest.validateBudgetModel(B2BBudgetData b2bBudgetData, B2BBudgetModel b2bBudgetModel) Method parameters in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidDefaultB2BBudgetFacade.setB2bBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2bBudgetConverter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionprotected Converter<B2BBudgetModel,B2BBudgetData> B2BCostCenterPopulator.getB2bBudgetConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BBudgetModel,B2BBudgetData> B2BUnitPopulator.getB2BBudgetConverter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type B2BBudgetModelModifier and TypeMethodDescriptionvoidB2BBudgetPopulator.populate(B2BBudgetModel source, B2BBudgetData target) Deprecated, for removal: This API element is subject to removal in a future version.voidB2BBudgetReversePopulator.populate(B2BBudgetData source, B2BBudgetModel target) Deprecated, for removal: This API element is subject to removal in a future version.protected voidB2BBudgetPopulator.populateCostCenterListForBudget(B2BBudgetModel source, B2BBudgetData target) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidB2BCostCenterPopulator.setB2bBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2bBudgetConverter) Deprecated, for removal: This API element is subject to removal in a future version.voidB2BUnitPopulator.setB2BBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2BBudgetConverter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company with type parameters of type B2BBudgetModelModifier and TypeMethodDescription<T extends B2BBudgetModel>
TB2BCommerceBudgetService.getBudgetModelForCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.Methods in de.hybris.platform.b2bacceleratorservices.company that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionB2BCommerceBudgetService.findPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with type parameters of type B2BBudgetModelModifier and TypeMethodDescription<T extends B2BBudgetModel>
TDefaultB2BCommerceBudgetService.getBudgetModelForCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionDefaultB2BCommerceBudgetService.findPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCompanyB2BCommerceService.getB2BBudgetService()Deprecated, for removal: This API element is subject to removal in a future version.DefaultCompanyB2BCommerceService.getPagedB2BBudgetDao()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorservices.company.impl with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidDefaultCompanyB2BCommerceService.setB2BBudgetService(B2BBudgetService<B2BBudgetModel, B2BCustomerModel> b2bBudgetService) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultCompanyB2BCommerceService.setPagedB2BBudgetDao(PagedGenericDao<B2BBudgetModel> pagedB2BBudgetDao) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionPagedB2BBudgetDao.findPagedBudgets(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Return paged budget models -
Uses of B2BBudgetModel in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionDefaultPagedB2BBudgetDao.findPagedBudgets(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BBudgetModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionprotected Converter<B2BBudgetModel,B2BBudgetData> B2BCostCenterPopulator.getB2bBudgetConverter()protected Converter<B2BBudgetModel,B2BBudgetData> B2BUnitPopulator.getB2BBudgetConverter()Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BBudgetModelModifier and TypeMethodDescriptionvoidB2BBudgetPopulator.populate(B2BBudgetModel source, B2BBudgetData target) voidB2BBudgetReversePopulator.populate(B2BBudgetData source, B2BBudgetModel target) protected voidB2BBudgetPopulator.populateCostCenterListForBudget(B2BBudgetModel source, B2BBudgetData target) Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidB2BCostCenterPopulator.setB2bBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2bBudgetConverter) voidB2BUnitPopulator.setB2BBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2BBudgetConverter) -
Uses of B2BBudgetModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type B2BBudgetModelModifier and TypeMethodDescriptionprotected Converter<B2BBudgetModel,B2BBudgetData> DefaultB2BBudgetFacade.getB2BBudgetConverter()Methods in de.hybris.platform.b2bcommercefacades.company.impl with parameters of type B2BBudgetModelModifier and TypeMethodDescriptionprotected voidDefaultB2BBudgetFacadeIntegrationTest.validateBudgetModel(B2BBudgetData b2bBudgetData, B2BBudgetModel b2bBudgetModel) Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type B2BBudgetModelModifier and TypeMethodDescriptionvoidDefaultB2BBudgetFacade.setB2BBudgetConverter(Converter<B2BBudgetModel, B2BBudgetData> b2BBudgetConverter)