org.figure8.join.businessobjects.environment.persistence
Interface LogicalEnvironmentDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateLogicalEnvironmentDao

public interface LogicalEnvironmentDao
extends ObjectDao

Data Access interface for LogicalEnvironment business objects.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux

Method Summary
 LogicalEnvironment getLogicalEnvironment(long id)
          Retrieve a logical environment using its entity identifier
 LogicalEnvironment getLogicalEnvironment(java.lang.String key)
          Retrieve a logical environment using its key
 
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save
 

Method Detail

getLogicalEnvironment

LogicalEnvironment getLogicalEnvironment(long id)
Retrieve a logical environment using its entity identifier

Parameters:
id - The environment unique identifier
Returns:
The LogicalEnvironment with this id or null if no environment is found

getLogicalEnvironment

LogicalEnvironment getLogicalEnvironment(java.lang.String key)
Retrieve a logical environment using its key

Parameters:
key - The business key of the environment to retrieve
Returns:
The LogicalEnvironment with this ky or null if no environment is found


Copyright © 2005-2008 Join. All Rights Reserved.