Uses of Class
edu.sampleu.travel.dto.TravelAccountInfo

Packages that use TravelAccountInfo
edu.sampleu.travel.dto   
edu.sampleu.travel.service   
 

Uses of TravelAccountInfo in edu.sampleu.travel.dto
 

Fields in edu.sampleu.travel.dto with type parameters of type TravelAccountInfo
private  List<TravelAccountInfo> FiscalOfficerInfo.accounts
           
 

Methods in edu.sampleu.travel.dto that return types with arguments of type TravelAccountInfo
 List<TravelAccountInfo> FiscalOfficerInfo.getAccounts()
           
 

Method parameters in edu.sampleu.travel.dto with type arguments of type TravelAccountInfo
 void FiscalOfficerInfo.setAccounts(List<TravelAccountInfo> accounts)
           
 

Uses of TravelAccountInfo in edu.sampleu.travel.service
 

Methods in edu.sampleu.travel.service that return TravelAccountInfo
protected  TravelAccountInfo FiscalOfficerServiceImpl.toTravelAccountInfo(TravelAccount travelAccount)
           
 

Methods in edu.sampleu.travel.service with parameters of type TravelAccountInfo
protected  TravelAccount FiscalOfficerServiceImpl.toTravelAccount(TravelAccountInfo travelAccountInfo)
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.