| Interface | Description |
|---|---|
| CatalogLoginPerformer |
Interface for communication between SRM Server and the catalog.
The implementation of this interface contains the logic for login into the catalog and the logic for the SRM special functions. |
| SAPProduct |
Wrap a catalog product into SAP conform OCI format.
|
| SAPProductList |
This interface stores a list of SAPProducts and provide methods to access a SAPProduct from the list.
|
| Class | Description |
|---|---|
| DefaultCatalogLoginPerformer |
This is a default implementation of the interface
CatalogLoginPerformer. |
| DefaultSAPProduct |
Example implementation of interface SAPProduct.
|
| DefaultSAPProductList |
Example implementation of the interface SAPProductList.
See oci/doc/resouces/samplesrc/DefaultSAPProductList.java for the source code. |
Copyright © 2017 SAP SE. All Rights Reserved.