org.apache.continuum.dao
Class ProfileDaoImpl
java.lang.Object
org.apache.continuum.dao.AbstractDao
org.apache.continuum.dao.ProfileDaoImpl
- All Implemented Interfaces:
- ProfileDao
@Repository(value="profileDao")
public class ProfileDaoImpl
- extends AbstractDao
- implements ProfileDao
- Version:
- $Id: ProfileDaoImpl.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Emmanuel Venisse
Methods inherited from class org.apache.continuum.dao.AbstractDao |
addObject, attachAndDelete, getAllObjectsDetached, getAllObjectsDetached, getAllObjectsDetached, getAllObjectsDetached, getContinuumPersistenceManagerFactory, getObjectById, getObjectById, getObjectFromQuery, getPersistenceManager, makePersistent, removeObject, rollback, updateObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileDaoImpl
public ProfileDaoImpl()
getProfileByName
public Profile getProfileByName(String profileName)
throws ContinuumStoreException
- Specified by:
getProfileByName
in interface ProfileDao
- Throws:
ContinuumStoreException
getAllProfilesByName
public List<Profile> getAllProfilesByName()
- Specified by:
getAllProfilesByName
in interface ProfileDao
addProfile
public Profile addProfile(Profile profile)
- Specified by:
addProfile
in interface ProfileDao
getProfile
public Profile getProfile(int profileId)
throws ContinuumStoreException
- Specified by:
getProfile
in interface ProfileDao
- Throws:
ContinuumStoreException
updateProfile
public void updateProfile(Profile profile)
throws ContinuumStoreException
- Specified by:
updateProfile
in interface ProfileDao
- Throws:
ContinuumStoreException
removeProfile
public void removeProfile(Profile profile)
- Specified by:
removeProfile
in interface ProfileDao
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.