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

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernatePhysicalEnvironmentDao

public interface PhysicalEnvironmentDao
extends ObjectDao

Data Access interface for Machine business objects.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux

Method Summary
 PhysicalEnvironment getPhysicalEnvironment(long id)
          Retrieve a physical environment using its entity identifier
 PhysicalEnvironment getPhysicalEnvironment(java.lang.String key)
          Retrieve a physical 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

getPhysicalEnvironment

PhysicalEnvironment getPhysicalEnvironment(long id)
Retrieve a physical environment using its entity identifier

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

getPhysicalEnvironment

PhysicalEnvironment getPhysicalEnvironment(java.lang.String key)
Retrieve a physical environment using its key

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


Copyright © 2005-2008 Join. All Rights Reserved.