Bonjour,
J'ai besoin de votre aide sur ma méthode getFilteredRecords par rapport à l'énoncé ci-dessous.
NB: // the BUS uses SDM for the persistence of usage records
List<UsageRecord> getFilteredRecords(FilterUsageRecord filter)
Functionality : Get a list of usage records filtered by the given criteria
Arguments : FilterUsageRecord filter : The filter to apply to the usage records
Return value : Returns the list of usage records
Ci-dessous ce que j'ai fais :
Merci d'avance.
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

 

 
		
		 
         
			
			

 
   
 


 EJB3 : Implémentation
 EJB3 : Implémentation
				 Répondre avec citation
  Répondre avec citation
Partager