Class DefaultSapPassportService
java.lang.Object
de.hybris.platform.integrationservices.service.impl.DefaultSapPassportService
- All Implemented Interfaces:
SapPassportService
Default implementation of
SapPassportService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates an SAP Passport based on the provided info.protected IntegrationServicesConfigurationprotected byte[]Get a UUIDprotected StringGet a UUID as Stringvoid
-
Constructor Details
-
DefaultSapPassportService
public DefaultSapPassportService()
-
-
Method Details
-
generate
Description copied from interface:SapPassportServiceGenerates an SAP Passport based on the provided info.- Specified by:
generatein interfaceSapPassportService- Parameters:
integrationObjectCode- The integrationObject code.- Returns:
- The passport representation.
-
getConfiguration
-
getUuidAsBytes
protected byte[] getUuidAsBytes()Get a UUID- Returns:
- UUID
-
getUuidAsString
Get a UUID as String- Returns:
- UUID as String
-
setConfiguration
-