org.apache.continuum.dao
Interface InstallationDao
- All Known Implementing Classes:
- InstallationDaoImpl
public interface InstallationDao
- Version:
- $Id: InstallationDao.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Emmanuel Venisse
addInstallation
Installation addInstallation(Installation installation)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
getAllInstallations
List<Installation> getAllInstallations()
throws ContinuumStoreException
- Throws:
ContinuumStoreException
removeInstallation
void removeInstallation(Installation installation)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
updateInstallation
void updateInstallation(Installation installation)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
getInstallation
Installation getInstallation(int installationId)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
getInstallation
Installation getInstallation(String installationName)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.