| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BUnitNodeData> |
CompanyB2BCommerceFacade.getBranchNodes()
Deprecated.
Gets a list of
B2BUnitNodeData representing each unit in the branch based on the session customer |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BUnitNodeData
Deprecated.
Since 6.0. Use
B2BUnitNodeData instead. |
| Modifier and Type | Method and Description |
|---|---|
B2BUnitNodeData |
DefaultB2BCommerceUnitFacade.getParentUnitNode()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BUnitNodeData> |
DefaultB2BCommerceUnitFacade.getAllowedParentUnits(java.lang.String uid)
Deprecated.
|
java.util.List<B2BUnitNodeData> |
DefaultCompanyB2BCommerceFacade.getBranchNodes()
Deprecated.
|
protected Converter<B2BUnitModel,B2BUnitNodeData> |
DefaultCompanyB2BCommerceFacade.getUnitTreeConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCompanyB2BCommerceFacade.setUnitTreeConverter(Converter<B2BUnitModel,B2BUnitNodeData> unitTreeConverter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitNodePopulator.populate(B2BUnitModel b2BUnitModel,
B2BUnitNodeData b2BUnitNodeData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
B2BUnitNodeData |
B2BUnitFacade.getParentUnitNode()
Gets a business unit as a B2BUnitNodeData assigned to the current session user with all the children retrieved via
getChildren() which only has enough
data to construct a tree view. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BUnitNodeData> |
B2BUnitFacade.getAllowedParentUnits(java.lang.String unitUid)
A list of parent units for which the unit with uid can be assigned as a sibling
|
java.util.List<B2BUnitNodeData> |
B2BUnitFacade.getBranchNodes()
Gets a list of
B2BUnitNodeData representing each unit in the branch based on the session customer |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitNodePopulator.populate(B2BUnitModel source,
B2BUnitNodeData target) |
protected void |
B2BUnitNodePopulator.populateChildren(B2BUnitModel source,
B2BUnitNodeData target) |
protected void |
B2BUnitNodePopulator.populateParent(B2BUnitModel source,
B2BUnitNodeData target) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BUnitNodeData> |
B2BUnitNodeData.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitNodeData.setChildren(java.util.List<B2BUnitNodeData> children) |
| Modifier and Type | Method and Description |
|---|---|
B2BUnitNodeData |
DefaultB2BUnitFacade.getParentUnitNode() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BUnitNodeData> |
DefaultB2BUnitFacade.getAllowedParentUnits(java.lang.String uid) |
java.util.List<B2BUnitNodeData> |
DefaultB2BUnitFacade.getBranchNodes() |
protected Converter<B2BUnitModel,B2BUnitNodeData> |
DefaultB2BUnitFacade.getUnitTreeConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BUnitFacade.setUnitTreeConverter(Converter<B2BUnitModel,B2BUnitNodeData> unitTreeConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<MyCompanyPageController.SelectOption> |
MyCompanyPageController.getBranchSelectOptions(java.util.List<B2BUnitNodeData> branchNodes) |
Copyright © 2018 SAP SE. All Rights Reserved.