Uses of Class
nl.gridshore.samples.training.domain.TrainingStatus

Uses of TrainingStatus in nl.gridshore.samples.training.domain
 

Methods in nl.gridshore.samples.training.domain that return types with arguments of type TrainingStatus
 java.util.List<TrainingStatus> Employee.getTrainingWishes()
           
 

Methods in nl.gridshore.samples.training.domain with parameters of type TrainingStatus
 void Employee.addTraningsWishes(TrainingStatus trainingStatus)
           
 void Employee.removeTraningsWishes(TrainingStatus trainingStatus)
           
 

Method parameters in nl.gridshore.samples.training.domain with type arguments of type TrainingStatus
 void Employee.setTrainingWishes(java.util.List<TrainingStatus> trainingWishes)
           
 



Copyright © 2008. All Rights Reserved.