Uses of Class
org.rr0.im.business.report.Account

Packages that use Account
org.rr0.im.business.report 
org.rr0.im.service.function 
org.rr0.is.presentation.view.report.form 
org.rr0.is.service 

Uses of Account in org.rr0.im.business.report
 

Classes in org.rr0.im.business.report that implement Account
class AccountImpl
          Account Reference Implementation.
 

Uses of Account in org.rr0.im.service.function
 

Methods in org.rr0.im.service.function with parameters of type Account
doubleAccountQuality.getValue(Account someAccount)
          Return the quality index of a given Account
doubleAccountQualityImpl.getValue(Account someAccount)
          Return the quality index of a given Account
doubleCaseReliability.getWitnessesAgeFactor(Account someAccount)
          Factor depending on relationship between witnesses
(provides indication of the theoretical tendency to generate a hoax together,
based on the different types of ties between them).
doubleCaseReliabilityImpl.getWitnessesAgeFactor(Account someAccount)
          Factor depending on relationship between witnesses
(provides indication of the theoretical tendency to generate a hoax together,
based on the different types of ties between them).
 

Uses of Account in org.rr0.is.presentation.view.report.form
 

Fields in org.rr0.is.presentation.view.report.form declared as Account
private AccountReportForm.account
          
 

Methods in org.rr0.is.presentation.view.report.form that return Account
AccountReportForm.getAccount()
          
 

Methods in org.rr0.is.presentation.view.report.form with parameters of type Account
voidReportForm.setAccount(Account someAccount)
          
 

Uses of Account in org.rr0.is.service
 

Methods in org.rr0.is.service that return Account
AccountAccountService.findById(AccountId someId)
          
AccountAccountServiceImpl.findById(AccountId someId)
          
AccountAccountServiceImpl.findById(AccountIdImpl someId)
          
 

Methods in org.rr0.is.service with parameters of type Account
voidAccountService.add(Account someAccount)
          
voidAccountServiceImpl.add(Account someAccount)