org.apache.continuum.dao
Interface ProfileDao

All Known Implementing Classes:
ProfileDaoImpl

public interface ProfileDao

Version:
$Id: ProfileDao.java 684085 2008-08-08 20:48:14Z evenisse $
Author:
Emmanuel Venisse

Method Summary
 Profile addProfile(Profile profile)
           
 List<Profile> getAllProfilesByName()
           
 Profile getProfile(int profileId)
           
 Profile getProfileByName(String profileName)
           
 void removeProfile(Profile profile)
           
 void updateProfile(Profile profile)
           
 

Method Detail

getProfileByName

Profile getProfileByName(String profileName)
                         throws ContinuumStoreException
Throws:
ContinuumStoreException

getAllProfilesByName

List<Profile> getAllProfilesByName()

addProfile

Profile addProfile(Profile profile)

getProfile

Profile getProfile(int profileId)
                   throws ContinuumStoreException
Throws:
ContinuumStoreException

updateProfile

void updateProfile(Profile profile)
                   throws ContinuumStoreException
Throws:
ContinuumStoreException

removeProfile

void removeProfile(Profile profile)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.