| Package | Description |
|---|---|
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.b2b.services | |
| de.hybris.platform.catalog.dynamic | |
| de.hybris.platform.catalog.model |
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
|
| de.hybris.platform.catalog.resource | |
| de.hybris.platform.commerceservices.model |
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
|
| de.hybris.platform.webservices | |
| de.hybris.platform.webservices.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BUnitModel
Generated model class for type B2BUnit first defined at extension b2bcommerce.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
B2BUnitService<T extends CompanyModel,U extends UserModel>
A service around
B2BUnitModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AddressModel> |
AbstractCompanyAddressAttributeHandler.get(CompanyModel model) |
void |
AbstractCompanyAddressAttributeHandler.set(CompanyModel companyModel,
java.util.Collection<AddressModel> model) |
| Modifier and Type | Method and Description |
|---|---|
CompanyModel |
CatalogModel.getBuyer()
Generated method - Getter of the
Catalog.buyer attribute defined at extension catalog. |
CompanyModel |
AgreementModel.getBuyer()
Generated method - Getter of the
Agreement.buyer attribute defined at extension catalog. |
CompanyModel |
CompanyModel.getResponsibleCompany()
Generated method - Getter of the
Company.responsibleCompany attribute defined at extension catalog. |
CompanyModel |
CatalogModel.getSupplier()
Generated method - Getter of the
Catalog.supplier attribute defined at extension catalog. |
CompanyModel |
AgreementModel.getSupplier()
Generated method - Getter of the
Agreement.supplier attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogModel.setBuyer(CompanyModel value)
Generated method - Setter of
Catalog.buyer attribute defined at extension catalog. |
void |
AgreementModel.setBuyer(CompanyModel value)
Generated method - Setter of
Agreement.buyer attribute defined at extension catalog. |
void |
CompanyModel.setResponsibleCompany(CompanyModel value)
Generated method - Setter of
Company.responsibleCompany attribute defined at extension catalog. |
void |
CatalogModel.setSupplier(CompanyModel value)
Generated method - Setter of
Catalog.supplier attribute defined at extension catalog. |
void |
AgreementModel.setSupplier(CompanyModel value)
Generated method - Setter of
Agreement.supplier attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
CompanyModel |
CompanyResource.getCompanyModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CompanyModel |
CompanyResource.readResource(java.lang.String resourceId)
Gets the
CompanyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CompanyModel> |
CompaniesResource.getCompaniesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyResource.setCompanyModel(CompanyModel value)
Convenience method which just delegates to
#setResourceValue(CompanyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompaniesResource.setCompaniesCollection(java.util.Collection<CompanyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrgUnitModel
Generated model class for type OrgUnit first defined at extension commerceservices.
|
| Modifier and Type | Method and Description |
|---|---|
CompanyModel |
WsUtilService.getCompany(java.lang.String uid)
Returns single CompanyModel object based on CompanyModel uid attribute
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CompanyModel> |
WsUtilService.getAllCompanies()
Returns collection of all CompanyModel objects
|
| Modifier and Type | Method and Description |
|---|---|
CompanyModel |
DefaultWsUtilService.getCompany(java.lang.String uid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CompanyModel> |
DefaultWsUtilService.getAllCompanies() |
Copyright © 2018 SAP SE. All Rights Reserved.