Interface DestinationTargetDao
-
- All Known Implementing Classes:
DefaultDestinationTargetDao
public interface DestinationTargetDao
DAO for theDestinationTargetModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationTargetModel
findDestinationTargetByCredentialId(java.lang.String credentialId)
Find the destination target for a specific credential idDestinationTargetModel
findDestinationTargetById(java.lang.String id)
Find the destination target for a specific id
-
-
-
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
-
-