Uses of Class
com.atlassian.crowd.exception.ObjectNotFoundException

Packages that use ObjectNotFoundException
com.atlassian.crowd.console.action.options   
com.atlassian.crowd.dao.property   
com.atlassian.crowd.dao.token   
com.atlassian.crowd.event.listener   
com.atlassian.crowd.exception   
com.atlassian.crowd.manager.property   
com.atlassian.crowd.manager.token   
com.atlassian.crowd.openid.server.manager.property   
com.atlassian.crowd.openid.server.model   
com.atlassian.crowd.openid.server.model.property   
com.atlassian.crowd.util   
com.atlassian.crowd.util.persistence.hibernate   
 

Uses of ObjectNotFoundException in com.atlassian.crowd.console.action.options
 

Methods in com.atlassian.crowd.console.action.options that throw ObjectNotFoundException
protected  void UpdateMailTemplate.processMailTemplates()
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.dao.property
 

Methods in com.atlassian.crowd.dao.property that throw ObjectNotFoundException
 Property PropertyDAO.find(java.lang.String key, java.lang.String name)
          Finds property by key and name.
 Property PropertyDAOHibernate.find(java.lang.String key, java.lang.String name)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.dao.token
 

Methods in com.atlassian.crowd.dao.token that throw ObjectNotFoundException
 Token TokenDAOMemory.findByID(long ID)
           
 Token TokenDAO.findByID(long ID)
          Finds token by its id.
 Token TokenDAOHibernate.findByID(long ID)
           
 Token TokenDAOMemory.findByIdentifierHash(java.lang.String identifierHash)
           
 Token TokenDAO.findByIdentifierHash(java.lang.String identifierHash)
          Finds token by identifier hash.
 Token TokenDAOHibernate.findByIdentifierHash(java.lang.String identifierHash)
           
 Token TokenDAOMemory.findByRandomHash(java.lang.String randomHash)
           
 Token TokenDAO.findByRandomHash(java.lang.String randomHash)
          Finds token by random hash.
 Token TokenDAOHibernate.findByRandomHash(java.lang.String randomHash)
           
 ResetPasswordToken ResetPasswordTokenDaoMemory.findTokenByUsername(java.lang.String username)
           
 ResetPasswordToken ResetPasswordTokenDao.findTokenByUsername(java.lang.String username)
          Finds the reset token by username.
 Token TokenDAO.update(Token token)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.event.listener
 

Methods in com.atlassian.crowd.event.listener that throw ObjectNotFoundException
 void SetLdapConnectionSettingsListener.handleEvent(ApplicationReadyEvent event)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.exception
 

Subclasses of ObjectNotFoundException in com.atlassian.crowd.exception
 class ApplicationNotFoundException
          Thrown when an application is not found.
 class GroupNotFoundException
          Thrown when the specified group could not be found.
 class MembershipNotFoundException
          Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
 class UserNotFoundException
          Thrown when the specified user could not be found.
 

Uses of ObjectNotFoundException in com.atlassian.crowd.manager.property
 

Methods in com.atlassian.crowd.manager.property that throw ObjectNotFoundException
 java.lang.String PropertyManager.getProperty(java.lang.String name)
          Retrieves an arbitrary property by name.
 java.lang.String PropertyManagerGeneric.getProperty(java.lang.String name)
           
 java.lang.String PluginPropertyManagerGeneric.getProperty(java.lang.String key, java.lang.String name)
           
 java.lang.String PluginPropertyManager.getProperty(java.lang.String key, java.lang.String name)
           
protected  Property PropertyManagerGeneric.getPropertyObject(java.lang.String name)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.manager.token
 

Methods in com.atlassian.crowd.manager.token that throw ObjectNotFoundException
 Token TokenManagerImpl.findByID(long ID)
           
 Token TokenManager.findByID(long ID)
           
 Token TokenManagerImpl.findByIdentifierHash(java.lang.String identifierHash)
           
 Token TokenManager.findByIdentifierHash(java.lang.String identifierHash)
           
 Token TokenManagerImpl.findByRandomHash(java.lang.String randomHash)
           
 Token TokenManager.findByRandomHash(java.lang.String randomHash)
           
 Token TokenManagerImpl.update(Token token)
           
 Token TokenManager.update(Token token)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.openid.server.manager.property
 

Methods in com.atlassian.crowd.openid.server.manager.property that throw ObjectNotFoundException
protected  Property OpenIDPropertyManagerGeneric.getProperty(long name)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.openid.server.model
 

Methods in com.atlassian.crowd.openid.server.model that throw ObjectNotFoundException
 java.lang.Object ObjectDao.load(long ID)
          Loads a persistnce DAO object from the persistence store.
 java.lang.Object HibernateDao.load(long ID)
          Loads a persistnce DAO object from the persistence store.
 

Uses of ObjectNotFoundException in com.atlassian.crowd.openid.server.model.property
 

Methods in com.atlassian.crowd.openid.server.model.property that throw ObjectNotFoundException
 Property PropertyDAOHibernate.findByName(long name)
           
 Property PropertyDAO.findByName(long name)
           
 

Uses of ObjectNotFoundException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type ObjectNotFoundException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(ObjectNotFoundException e)
           
 

Methods in com.atlassian.crowd.util that throw ObjectNotFoundException
static void SoapExceptionTranslator.throwEquivalentCheckedException(ObjectNotFoundException e)
           
static void SoapExceptionTranslator.throwEquivalentObjectNotFoundException(ObjectNotFoundException e)
          Throws the equivalent ObjectNotFoundException from ObjectNotFoundException.
 

Uses of ObjectNotFoundException in com.atlassian.crowd.util.persistence.hibernate
 

Methods in com.atlassian.crowd.util.persistence.hibernate that throw ObjectNotFoundException
 java.lang.Object HibernateDao.load(long ID)
          Loads a persistence DAO object from the persistence store.
 



Copyright © 2012 Atlassian. All Rights Reserved.