Interface SapPassportService

  • All Known Implementing Classes:
    DefaultSapPassportService

    public interface SapPassportService
    Generates an SAP Passport based on the provided information
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String generate​(java.lang.String integrationObjectCode)
      Generates an SAP Passport based on the provided info.
    • Method Detail

      • generate

        java.lang.String generate​(java.lang.String integrationObjectCode)
        Generates an SAP Passport based on the provided info.
        Parameters:
        integrationObjectCode - The integrationObject code.
        Returns:
        The passport representation.