Interface DestinationTargetDao

All Known Implementing Classes:
DefaultDestinationTargetDao

public interface DestinationTargetDao
  • Method Details

    • findDestinationTargetByCredentialId

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

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