Uses of Class
de.hybris.platform.b2b.model.B2BBudgetModel
-
-
Uses of B2BBudgetModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return B2BBudgetModel Modifier and Type Method Description B2BBudgetModelB2BBudgetDao. findBudgetByCode(java.lang.String code) -
Uses of B2BBudgetModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return B2BBudgetModel Modifier and Type Method Description B2BBudgetModelB2BDaoTestUtils. createBudget(java.lang.String code, java.lang.String name, B2BUnitModel unit, java.math.BigDecimal budgetValue, B2BPeriodRange range)B2BBudgetModelDefaultB2BBudgetDao. findBudgetByCode(java.lang.String code)Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type B2BBudgetModel Modifier and Type Method Description SearchPageData<B2BBudgetModel>DefaultPagedB2BBudgetDao. find(PageableData pageableData) -
Uses of B2BBudgetModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return types with arguments of type B2BBudgetModel Modifier and Type Method Description java.util.Set<B2BBudgetModel>B2BCostCenterModel. getBudgets()Generated method - Getter of theB2BCostCenter.Budgetsattribute defined at extensionb2bcommerce.java.util.List<B2BBudgetModel>B2BUnitModel. getBudgets()Generated method - Getter of theB2BUnit.Budgetsattribute defined at extensionb2bcommerce.Method parameters in de.hybris.platform.b2b.model with type arguments of type B2BBudgetModel Modifier and Type Method Description voidB2BCostCenterModel. setBudgets(java.util.Set<B2BBudgetModel> value)Generated method - Setter ofB2BCostCenter.Budgetsattribute defined at extensionb2bcommerce.voidB2BUnitModel. setBudgets(java.util.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 B2BBudgetModel Modifier and Type Interface Description interfaceB2BBudgetService<B extends B2BBudgetModel,U extends UserModel>The Interface B2BBudgetService.Methods in de.hybris.platform.b2b.services that return B2BBudgetModel Modifier and Type Method Description B2BBudgetModelB2BItemService. findB2BBudgetByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BBudgetModelB2BCostCenterService. getB2BBudgetForCode(java.lang.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 B2BBudgetModel Modifier and Type Method Description java.util.Set<B2BBudgetModel>B2BItemService. findAllB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.java.util.Set<B2BBudgetModel>B2BCostCenterService. getB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.java.util.Collection<B2BBudgetModel>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 B2BBudgetModel Modifier and Type Method Description B2BBudgetModelDefaultB2BItemService. findB2BBudgetByCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BBudgetModelDefaultB2BBudgetService. getB2BBudgetForCode(java.lang.String code)B2BBudgetModelDefaultB2BCostCenterService. getB2BBudgetForCode(java.lang.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 B2BBudgetModel Modifier and Type Method Description java.util.Set<B2BBudgetModel>DefaultB2BItemService. findAllB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.SearchPageData<B2BBudgetModel>DefaultB2BBudgetService. findPagedBudgets(PageableData pageableData)java.util.Set<B2BBudgetModel>DefaultB2BBudgetService. getB2BBudgets()java.util.Set<B2BBudgetModel>DefaultB2BCostCenterService. getB2BBudgets()Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.java.util.Collection<B2BBudgetModel>DefaultB2BBudgetService. getCurrentBudgets(B2BCostCenterModel costCenter)java.util.Collection<B2BBudgetModel>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 B2BBudgetModel Modifier and Type Method Description voidDefaultB2BBudgetService. 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 B2BBudgetModel Modifier and Type Method Description protected B2BBudgetService<B2BBudgetModel,B2BCustomerModel>DefaultB2BBudgetExceededEvaluationStrategy. getB2BBudgetService()Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type B2BBudgetModel Modifier and Type Method Description voidDefaultB2BBudgetExceededEvaluationStrategy. 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 B2BBudgetModel Modifier and Type Method Description protected 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 B2BBudgetModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceFacade. 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 B2BBudgetModel Modifier and Type Method Description protected 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 B2BBudgetModel Modifier and Type Method Description protected voidDefaultB2BBudgetFacadeIntegrationTest. validateBudgetModel(B2BBudgetData b2bBudgetData, B2BBudgetModel b2bBudgetModel)Method parameters in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl with type arguments of type B2BBudgetModel Modifier and Type Method Description voidDefaultB2BBudgetFacade. 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 B2BBudgetModel Modifier and Type Method Description protected 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 B2BBudgetModel Modifier and Type Method Description voidB2BBudgetPopulator. 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 B2BBudgetModel Modifier and Type Method Description voidB2BCostCenterPopulator. 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 B2BBudgetModel Modifier and Type Method Description <T extends B2BBudgetModel>
TB2BCommerceBudgetService. getBudgetModelForCode(java.lang.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 B2BBudgetModel Modifier and Type Method Description SearchPageData<B2BBudgetModel>B2BCommerceBudgetService. 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 B2BBudgetModel Modifier and Type Method Description <T extends B2BBudgetModel>
TDefaultB2BCommerceBudgetService. getBudgetModelForCode(java.lang.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 B2BBudgetModel Modifier and Type Method Description SearchPageData<B2BBudgetModel>DefaultB2BCommerceBudgetService. findPagedBudgets(PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.B2BBudgetService<B2BBudgetModel,B2BCustomerModel>DefaultCompanyB2BCommerceService. getB2BBudgetService()Deprecated, for removal: This API element is subject to removal in a future version.PagedGenericDao<B2BBudgetModel>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 B2BBudgetModel Modifier and Type Method Description voidDefaultCompanyB2BCommerceService. 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 B2BBudgetModel Modifier and Type Method Description SearchPageData<B2BBudgetModel>PagedB2BBudgetDao. findPagedBudgets(java.lang.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 B2BBudgetModel Modifier and Type Method Description SearchPageData<B2BBudgetModel>DefaultPagedB2BBudgetDao. findPagedBudgets(java.lang.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 B2BBudgetModel Modifier and Type Method Description protected Converter<B2BBudgetModel,B2BBudgetData>B2BCostCenterPopulator. getB2bBudgetConverter()protected Converter<B2BBudgetModel,B2BBudgetData>B2BUnitPopulator. getB2BBudgetConverter()Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BBudgetModel Modifier and Type Method Description voidB2BBudgetPopulator. 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 B2BBudgetModel Modifier and Type Method Description voidB2BCostCenterPopulator. 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 B2BBudgetModel Modifier and Type Method Description protected Converter<B2BBudgetModel,B2BBudgetData>DefaultB2BBudgetFacade. getB2BBudgetConverter()Methods in de.hybris.platform.b2bcommercefacades.company.impl with parameters of type B2BBudgetModel Modifier and Type Method Description protected voidDefaultB2BBudgetFacadeIntegrationTest. validateBudgetModel(B2BBudgetData b2bBudgetData, B2BBudgetModel b2bBudgetModel)Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type B2BBudgetModel Modifier and Type Method Description voidDefaultB2BBudgetFacade. setB2BBudgetConverter(Converter<B2BBudgetModel,B2BBudgetData> b2BBudgetConverter)
-