Uses of Class
net.sf.blunder.model.ExceptionRelation

Packages that use ExceptionRelation
net.sf.blunder   
net.sf.blunder.model   
net.sf.blunder.service.persistence   
net.sf.blunder.service.persistence.binary   
net.sf.blunder.service.persistence.hibernate   
net.sf.blunder.service.persistence.opencsv   
 

Uses of ExceptionRelation in net.sf.blunder
 

Methods in net.sf.blunder that return ExceptionRelation
 ExceptionRelation Blunder.getExceptionRelation()
           
 ExceptionRelation RelationResolver.lookupRelation(Blunder blunder)
          Seeks the object representing the relationship for the chained exception.
 

Uses of ExceptionRelation in net.sf.blunder.model
 

Methods in net.sf.blunder.model that return ExceptionRelation
 ExceptionRelation ExceptionRelation.clone()
           
 

Uses of ExceptionRelation in net.sf.blunder.service.persistence
 

Methods in net.sf.blunder.service.persistence that return ExceptionRelation
 ExceptionRelation InMemoryPersistenceService.findDefaultRelation()
           
 ExceptionRelation BlunderPersistenceService.findDefaultRelation()
           
 

Methods in net.sf.blunder.service.persistence that return types with arguments of type ExceptionRelation
 List<ExceptionRelation> InMemoryPersistenceService.findBy(String leafClassname, String rootClassname, String businessClassname)
           
 List<ExceptionRelation> BlunderPersistenceService.findBy(String leafClassname, String rootClassname, String businessClassname)
          Finds an ExceptionRelation for the following arguments.
 List<ExceptionRelation> InMemoryPersistenceService.findByBusiness(String businessClassname)
           
 List<ExceptionRelation> BlunderPersistenceService.findByBusiness(String businessClassname)
          Finds an ExceptionRelation for the following arguments.
 List<ExceptionRelation> InMemoryPersistenceService.findByLeaf(String leafClassname)
           
 List<ExceptionRelation> BlunderPersistenceService.findByLeaf(String leafClassname)
          Finds an ExceptionRelation for the following arguments.
 List<ExceptionRelation> InMemoryPersistenceService.findByLeafAndBusiness(String leafClassname, String businessClassname)
           
 List<ExceptionRelation> BlunderPersistenceService.findByLeafAndBusiness(String leafClassname, String businessClassname)
          Finds an ExceptionRelation for the following arguments.
 List<ExceptionRelation> InMemoryPersistenceService.findByLeafAndRoot(String leafClassname, String rootClassname)
           
 List<ExceptionRelation> BlunderPersistenceService.findByLeafAndRoot(String leafClassname, String rootClassname)
          Finds an ExceptionRelation for the following arguments.
 List<ExceptionRelation> InMemoryPersistenceService.findByRoot(String rootClassname)
           
 List<ExceptionRelation> BlunderPersistenceService.findByRoot(String rootClassname)
          Finds an ExceptionRelation for the following arguments.
 HashMap<Long,ExceptionRelation> InMemoryPersistenceService.getData()
           
abstract  HashMap<Long,ExceptionRelation> InMemoryPersistenceService.readData()
          Your implementation should write this method.
 

Methods in net.sf.blunder.service.persistence with parameters of type ExceptionRelation
 void InMemoryPersistenceService.delete(ExceptionRelation er)
           
 void BlunderPersistenceService.delete(ExceptionRelation relation)
          Deletes a new ExceptionRelation.
 void InMemoryPersistenceService.learn(ExceptionRelation er)
           
 void BlunderPersistenceService.learn(ExceptionRelation relation)
          Learns a new ExceptionRelation.
 void InMemoryPersistenceService.update(ExceptionRelation er)
           
 void BlunderPersistenceService.update(ExceptionRelation relation)
          Updates a known ExceptionRelation.
 

Method parameters in net.sf.blunder.service.persistence with type arguments of type ExceptionRelation
 void InMemoryPersistenceService.setData(HashMap<Long,ExceptionRelation> data)
          Sets the datamap with the relations.
 

Uses of ExceptionRelation in net.sf.blunder.service.persistence.binary
 

Methods in net.sf.blunder.service.persistence.binary that return types with arguments of type ExceptionRelation
 HashMap<Long,ExceptionRelation> BlunderBinaryService.readData()
          Binary implementation of the data reader.
 

Uses of ExceptionRelation in net.sf.blunder.service.persistence.hibernate
 

Methods in net.sf.blunder.service.persistence.hibernate that return ExceptionRelation
 ExceptionRelation BlunderHibernateService.findDefaultRelation()
           
 

Methods in net.sf.blunder.service.persistence.hibernate that return types with arguments of type ExceptionRelation
 List<ExceptionRelation> BlunderHibernateService.findBy(String leafClassname, String rootClassname, String businessClassname)
           
 List<ExceptionRelation> BlunderHibernateService.findByBusiness(String businessClassname)
           
 List<ExceptionRelation> BlunderHibernateService.findByLeaf(String leafClassname)
           
 List<ExceptionRelation> BlunderHibernateService.findByLeafAndBusiness(String leafClassname, String businessClassname)
           
 List<ExceptionRelation> BlunderHibernateService.findByLeafAndRoot(String leafClassname, String rootClassname)
           
 List<ExceptionRelation> BlunderHibernateService.findByRoot(String rootClassname)
           
 

Methods in net.sf.blunder.service.persistence.hibernate with parameters of type ExceptionRelation
 void BlunderHibernateService.delete(ExceptionRelation er)
           
 void BlunderHibernateService.learn(ExceptionRelation er)
           
 void BlunderHibernateService.update(ExceptionRelation er)
           
 

Uses of ExceptionRelation in net.sf.blunder.service.persistence.opencsv
 

Methods in net.sf.blunder.service.persistence.opencsv that return types with arguments of type ExceptionRelation
 HashMap<Long,ExceptionRelation> BlunderOpenCsvService.readData()
          OpenCSV implementation of the data reader.
 



Copyright © 2009 Blunder. All Rights Reserved.