Uses of Class
com.terracotta.management.dao.DataAccessException

Packages that use DataAccessException
com.terracotta.management.dao   
com.terracotta.management.user.dao   
com.terracotta.management.user.dao.impl   
 

Uses of DataAccessException in com.terracotta.management.dao
 

Methods in com.terracotta.management.dao that throw DataAccessException
 void GenericDao.create(T data)
          Create the submitted obj.
 void GenericDao.createOrUpdate(T data)
          Create or update the submitted obj.
 void GenericDao.delete(T data)
          Deletes the submitted obj
 T GenericDao.getById(ID id)
          Returns the obj T with the given id, or null if there is no such entity.
 

Uses of DataAccessException in com.terracotta.management.user.dao
 

Subclasses of DataAccessException in com.terracotta.management.user.dao
 class DatastoreNotFoundException
          An exception to indicate the the underlying data store could not be verified.
 

Methods in com.terracotta.management.user.dao that throw DataAccessException
 boolean UserInfoDao.hasUserInfos()
          Determines whether or not UserInfo objects are currently available.
 void UserInfoDao.truncate()
          Truncates the datastore.
 void UserInfoDao.validate(boolean establish)
          Validates the underlying datastore.
 

Uses of DataAccessException in com.terracotta.management.user.dao.impl
 

Methods in com.terracotta.management.user.dao.impl that throw DataAccessException
 void IniFileUserInfoDao.create(UserInfo user)
          Create the submitted obj.
 void IniFileUserInfoDao.createOrUpdate(UserInfo user)
          Create or update the submitted obj.
 void IniFileUserInfoDao.delete(UserInfo user)
          Deletes the submitted obj
 UserInfo IniFileUserInfoDao.getById(String username)
          Returns the obj T with the given id, or null if there is no such entity.
 boolean IniFileUserInfoDao.hasUserInfos()
          Determines whether or not UserInfo objects are currently available.
 void IniFileUserInfoDao.truncate()
           
 void IniFileUserInfoDao.validate(boolean establish)
          Validates the underlying datastore.
 

Constructors in com.terracotta.management.user.dao.impl that throw DataAccessException
IniFileUserInfoDao()
           
IniFileUserInfoDao(File iniFile)
          A constructor that allows the ini file location used to be explicitly set.
IniFileUserInfoDao(File iniFile, boolean createFile)
          A constructor that allows the ini file location used to be explicitly set.
 



Copyright © 2013 Terracotta, Inc.. All Rights Reserved.