| Package | Description |
|---|---|
| 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.b2bcommerce.backoffice.editor | |
| de.hybris.platform.commerceservices.backoffice.editor | |
| de.hybris.platform.commerceservices.backoffice.orgunits.actions | |
| de.hybris.platform.commerceservices.organization.services | |
| de.hybris.platform.commerceservices.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultB2BOrgUnitDao<T extends OrgUnitModel>
Overrides the implementation of commerceservice's
DefaultOrgUnitDao method by
using B2B specific B2B_QUOTE_TO_EMPLOYEE_JOINS clause to build a query string. |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BUnitModel
Generated model class for type B2BUnit first defined at extension b2bcommerce.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrgUnitCustomersLogicHandler.handleSaveMembers(WidgetInstanceManager widgetInstanceManager,
OrgUnitModel unit) |
void |
OrgUnitCustomersEditor.render(Component parent,
CustomPanel customPanel,
OrgUnitModel currentObject,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrgUnitLogicHandler.handleSaveMembers(WidgetInstanceManager widgetInstanceManager,
OrgUnitModel unit) |
void |
OrgUnitEmployeesEditor.render(Component parent,
CustomPanel customPanel,
OrgUnitModel currentObject,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EnableOrgUnitAction.canActivate(OrgUnitModel orgUnitModel)
Checks if a parent orgunit is active
|
| Modifier and Type | Method and Description |
|---|---|
OrgUnitModel |
OrgUnitParameter.getOrgUnit() |
OrgUnitModel |
OrgUnitParameter.getParentUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrgUnitParameter.setOrgUnit(OrgUnitModel orgUnit) |
void |
OrgUnitParameter.setParentUnit(OrgUnitModel parentUnit) |
| Modifier and Type | Method and Description |
|---|---|
OrgUnitModel |
OrgUnitResource.getOrgUnitModel()
Convenience method which just delegates to
#getResourceValue() |
protected OrgUnitModel |
OrgUnitResource.readResource(String resourceId)
Gets the
OrgUnitModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<OrgUnitModel> |
OrgUnitsResource.getOrgUnitsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrgUnitResource.setOrgUnitModel(OrgUnitModel value)
Convenience method which just delegates to
#setResourceValue(OrgUnitModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrgUnitsResource.setOrgUnitsCollection(Collection<OrgUnitModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.