org.figure8.join.businessobjects.commons.persistence
Interface TargetDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateTargetDao

public interface TargetDao
extends ObjectDao

Data Access interface for Target business objects.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux

Method Summary
 Target getTarget(java.lang.String name)
          Retrieve a target using its name
 
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save
 

Method Detail

getTarget

Target getTarget(java.lang.String name)
Retrieve a target using its name

Parameters:
name - The name of the target to retrieve
Returns:
The target or null if no target exists with this name


Copyright © 2005-2008 Join. All Rights Reserved.