| Package | Description |
|---|---|
| de.hybris.platform.b2b.dao | |
| de.hybris.platform.b2b.dao.impl | |
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.b2b.resource | |
| de.hybris.platform.b2b.services | |
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.b2b.strategies.impl | |
| de.hybris.platform.b2bcommercefacades.company.converters.populators | |
| de.hybris.platform.b2bcommercefacades.company.impl |
| Modifier and Type | Method and Description |
|---|---|
B2BBudgetModel |
B2BBudgetDao.findBudgetByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
B2BBudgetModel |
B2BDaoTestUtils.createBudget(String code,
String name,
B2BUnitModel unit,
BigDecimal budgetValue,
B2BPeriodRange range) |
B2BBudgetModel |
DefaultB2BBudgetDao.findBudgetByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<B2BBudgetModel> |
DefaultPagedB2BBudgetDao.find(PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
List<B2BBudgetModel> |
B2BUnitModel.getBudgets()
Generated method - Getter of the
B2BUnit.Budgets attribute defined at extension b2bcommerce. |
Set<B2BBudgetModel> |
B2BCostCenterModel.getBudgets()
Generated method - Getter of the
B2BCostCenter.Budgets attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitModel.setBudgets(List<B2BBudgetModel> value)
Generated method - Setter of
B2BUnit.Budgets attribute defined at extension b2bcommerce. |
void |
B2BCostCenterModel.setBudgets(Set<B2BBudgetModel> value)
Generated method - Setter of
B2BCostCenter.Budgets attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
B2BBudgetModel |
B2BBudgetResource.getB2BBudgetModel()
Convenience method which just delegates to
#getResourceValue() |
protected B2BBudgetModel |
B2BBudgetResource.readResource(String resourceId)
Gets the
B2BBudgetModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<B2BBudgetModel> |
B2BBudgetsResource.getB2BBudgetsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BBudgetResource.setB2BBudgetModel(B2BBudgetModel value)
Convenience method which just delegates to
#setResourceValue(B2BBudgetModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BBudgetsResource.setB2BBudgetsCollection(Collection<B2BBudgetModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
B2BBudgetService<B extends B2BBudgetModel,U extends UserModel>
The Interface B2BBudgetService.
|
| Modifier and Type | Method and Description |
|---|---|
B2BBudgetModel |
B2BItemService.findB2BBudgetByCode(String code)
Deprecated.
Use
B2BCostCenterService.getB2BBudgetForCode(String) Find b2 b budget by code. |
B2BBudgetModel |
B2BCostCenterService.getB2BBudgetForCode(String code)
Deprecated.
Since 6.0. Use
B2BBudgetService.getB2BBudgetForCode(String) |
| Modifier and Type | Method and Description |
|---|---|
Set<B2BBudgetModel> |
B2BItemService.findAllB2BBudgets()
Deprecated.
|
Set<B2BBudgetModel> |
B2BCostCenterService.getB2BBudgets()
Deprecated.
Since 6.0. Use
B2BBudgetService.getB2BBudgets() |
Collection<B2BBudgetModel> |
B2BCostCenterService.getCurrentBudgets(T costCenter)
Deprecated.
Use
B2BBudgetService.getCurrentBudgets(de.hybris.platform.b2b.model.B2BCostCenterModel) Gets
the current budgets that are active based on a cost center for the session currency |
| Modifier and Type | Method and Description |
|---|---|
B2BBudgetModel |
DefaultB2BItemService.findB2BBudgetByCode(String code)
Deprecated.
|
B2BBudgetModel |
DefaultB2BBudgetService.getB2BBudgetForCode(String code) |
B2BBudgetModel |
DefaultB2BCostCenterService.getB2BBudgetForCode(String code)
Deprecated.
Since 6.0. Use
B2BBudgetService.getB2BBudgetForCode(String) |
| Modifier and Type | Method and Description |
|---|---|
Set<B2BBudgetModel> |
DefaultB2BItemService.findAllB2BBudgets()
Deprecated.
|
SearchPageData<B2BBudgetModel> |
DefaultB2BBudgetService.findPagedBudgets(PageableData pageableData) |
Set<B2BBudgetModel> |
DefaultB2BBudgetService.getB2BBudgets() |
Set<B2BBudgetModel> |
DefaultB2BCostCenterService.getB2BBudgets()
Deprecated.
Since 6.0. Use
B2BBudgetService.getB2BBudgets() |
Collection<B2BBudgetModel> |
DefaultB2BBudgetService.getCurrentBudgets(B2BCostCenterModel costCenter) |
Collection<B2BBudgetModel> |
DefaultB2BCostCenterService.getCurrentBudgets(B2BCostCenterModel costCenter)
|
| Modifier and Type | Method and Description |
|---|---|
protected B2BBudgetService<B2BBudgetModel,B2BCustomerModel> |
DefaultB2BBudgetExceededEvaluationStrategy.getB2BBudgetService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BBudgetExceededEvaluationStrategy.setB2BBudgetService(B2BBudgetService<B2BBudgetModel,B2BCustomerModel> b2BBudgetService) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<B2BBudgetModel,B2BBudgetData> |
B2BCostCenterPopulator.getB2bBudgetConverter() |
protected Converter<B2BBudgetModel,B2BBudgetData> |
B2BUnitPopulator.getB2BBudgetConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BBudgetReversePopulator.populate(B2BBudgetData source,
B2BBudgetModel target) |
void |
B2BBudgetPopulator.populate(B2BBudgetModel source,
B2BBudgetData target) |
protected void |
B2BBudgetPopulator.populateCostCenterListForBudget(B2BBudgetModel source,
B2BBudgetData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCostCenterPopulator.setB2bBudgetConverter(Converter<B2BBudgetModel,B2BBudgetData> b2bBudgetConverter) |
void |
B2BUnitPopulator.setB2BBudgetConverter(Converter<B2BBudgetModel,B2BBudgetData> b2BBudgetConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<B2BBudgetModel,B2BBudgetData> |
DefaultB2BBudgetFacade.getB2BBudgetConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultB2BBudgetFacadeIntegrationTest.validateBudgetModel(B2BBudgetData b2bBudgetData,
B2BBudgetModel b2bBudgetModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BBudgetFacade.setB2BBudgetConverter(Converter<B2BBudgetModel,B2BBudgetData> b2BBudgetConverter) |
Copyright © 2017 SAP SE. All Rights Reserved.