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