Interface DestinationTargetDao
- All Known Implementing Classes:
DefaultDestinationTargetDao
public interface DestinationTargetDao
DAO for the
DestinationTargetModel-
Method Summary
Modifier and TypeMethodDescriptionfindDestinationTargetByCredentialId(String credentialId) Find the destination target for a specific credential idFind the destination target for a specific id
-
Method Details
-
findDestinationTargetByCredentialId
Find the destination target for a specific credential id- Parameters:
credentialId- id of the credential- Returns:
- a destination target
-
findDestinationTargetById
Find the destination target for a specific id- Parameters:
id- id of the destination target- Returns:
- a destination target
-