uk.ac.soton.itinnovation.grid.service.sla.dao
Interface SlaDAO

All Superinterfaces:
GenericDAO<SLA,Long>
All Known Implementing Classes:
SlaDAOImpl

public interface SlaDAO
extends GenericDAO<SLA,Long>


Method Summary
 SLA findByResourceId(String resourceId)
          Find a SLA by its resourceID.
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.service.sla.dao.GenericDAO
delete, findAll, findById, findById, saveOrUpdate
 

Method Detail

findByResourceId

SLA findByResourceId(String resourceId)
Find a SLA by its resourceID.

resourceID is a UUID that is created when the SLA is first created, before it is first stored in the database.

Parameters:
resourceId - UUID for the SLA
Returns:
the SLA or null if there is not a match in the database


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.