Uses of Class
de.piratech.dasding.data.User

Packages that use User
de.piratech.dasding.data   
 

Uses of User in de.piratech.dasding.data
 

Methods in de.piratech.dasding.data that return User
 User AbstractAction.getContact()
           
 User AbstractAction.getResponsible()
           
 

Methods in de.piratech.dasding.data that return types with arguments of type User
 java.util.List<User> Action.getParticipants()
           
 java.util.List<User> Event.getProspects()
           
 

Methods in de.piratech.dasding.data with parameters of type User
 void AbstractAction.setContact(User contact)
           
 void AbstractAction.setResponsible(User responsible)
           
 

Method parameters in de.piratech.dasding.data with type arguments of type User
 void Action.setParticipants(java.util.List<User> participants)
           
 void Event.setProspects(java.util.List<User> prospects)
           
 



Copyright © 2012 Piratech. All Rights Reserved.