Uses of Class
it.geosolutions.geobatch.users.dao.DAOException

Packages that use DAOException
it.geosolutions.geobatch.users.dao   
it.geosolutions.geobatch.users.dao.hibernate   
 

Uses of DAOException in it.geosolutions.geobatch.users.dao
 

Methods in it.geosolutions.geobatch.users.dao that throw DAOException
 void UserFlowAccessDAO.add(java.lang.Long userId, java.lang.String flowId)
           
 void GBUserDAO.delete(GBUser user)
           
 void GBUserDAO.delete(java.lang.Long userId)
           
 java.util.List<T> GenericDAO.findAll()
           
 java.util.List<T> GenericDAO.findAll(int offset, int limit)
           
 T GenericDAO.findById(ID id, boolean lock)
           
 GBUser GBUserDAO.findByUserId(java.lang.Long userId)
           
 GBUser GBUserDAO.findByUserName(java.lang.String userName)
           
 java.util.List<java.lang.String> UserFlowAccessDAO.findFlows(java.lang.Long userId)
           
 java.util.List<java.lang.Long> UserFlowAccessDAO.findUsersId(java.lang.String flowId)
           
 void GenericDAO.lock(T entity)
           
 T GenericDAO.makePersistent(T entity)
           
 void GenericDAO.makeTransient(T entity)
           
 void UserFlowAccessDAO.remove(java.lang.Long userId)
           
 void UserFlowAccessDAO.remove(java.lang.Long userId, java.lang.String flowName)
           
 void UserFlowAccessDAO.remove(java.lang.String flowId)
           
 GBUser GBUserDAO.save(GBUser user)
           
 

Uses of DAOException in it.geosolutions.geobatch.users.dao.hibernate
 

Methods in it.geosolutions.geobatch.users.dao.hibernate that throw DAOException
 void HibUserFlowAccessDAO.add(java.lang.Long userId, java.lang.String flowId)
           
 void HibGBUserDAO.delete(GBUser ftpUser)
           
 void HibGBUserDAO.delete(java.lang.Long id)
           
 boolean HibGBUserDAO.existsAdmin()
           
 java.util.List<T> DAOAbstractSpring.findAll()
           
 java.util.List<T> DAOAbstractSpring.findAll(int offset, int limite)
           
 java.util.List<T> DAOAbstractSpring.findByCriteria(org.hibernate.criterion.Criterion... criterion)
           
 java.util.List<T> DAOAbstractSpring.findByCriteria(int offset, int limite, org.hibernate.criterion.Criterion... criterion)
           
 T DAOAbstractSpring.findById(ID id, boolean lock)
           
 GBUser HibGBUserDAO.findByUserId(java.lang.Long userId)
           
 GBUser HibGBUserDAO.findByUserName(java.lang.String userName)
           
 java.util.List<java.lang.String> HibUserFlowAccessDAO.findFlows(java.lang.Long userId)
           
 java.util.List<java.lang.Long> HibUserFlowAccessDAO.findUsersId(java.lang.String flowId)
           
 void DAOAbstractSpring.lock(T entity)
           
 T DAOAbstractSpring.makePersistent(T entity)
           
 void DAOAbstractSpring.makeTransient(T entity)
           
 void HibUserFlowAccessDAO.remove(java.lang.Long userId)
           
 void HibUserFlowAccessDAO.remove(java.lang.Long userId, java.lang.String flowName)
           
 void HibUserFlowAccessDAO.remove(java.lang.String flowId)
           
 GBUser HibGBUserDAO.save(GBUser ftpUser)
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.