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

Packages that use ActionCategory
de.piratech.dasding.data   
 

Uses of ActionCategory in de.piratech.dasding.data
 

Methods in de.piratech.dasding.data that return ActionCategory
 ActionCategory Action.getCategory()
           
 

Methods in de.piratech.dasding.data that return types with arguments of type ActionCategory
 List<ActionCategory> User.getInterests()
           
 

Methods in de.piratech.dasding.data with parameters of type ActionCategory
 void User.addInterest(ActionCategory interest)
           
 void Action.setCategory(ActionCategory category)
           
 

Method parameters in de.piratech.dasding.data with type arguments of type ActionCategory
 void User.setInterests(List<ActionCategory> interests)
           
 



Copyright © 2012 Piratech. All Rights Reserved.