Interface DestinationTargetDao

    • Method Detail

      • findDestinationTargetByCredentialId

        DestinationTargetModel findDestinationTargetByCredentialId​(java.lang.String credentialId)
        Find the destination target for a specific credential id
        Parameters:
        credentialId - id of the credential
        Returns:
        a destination target
      • findDestinationTargetById

        DestinationTargetModel findDestinationTargetById​(java.lang.String id)
        Find the destination target for a specific id
        Parameters:
        id - id of the destination target
        Returns:
        a destination target