Uses of Class
org.filteredpush.client.model.Interest

Packages that use Interest
org.filteredpush.client.dao   
org.filteredpush.client.jsf   
org.filteredpush.client.model   
org.filteredpush.client.service   
 

Uses of Interest in org.filteredpush.client.dao
 

Methods in org.filteredpush.client.dao with parameters of type Interest
 void UserDao.addNewInterest(Interest interest)
          Add new interest.
 void UserDao.removeInterest(Interest interest)
          Remove the interest
 

Uses of Interest in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that return Interest
 Interest UserBean.getNewInterest()
           
 

Methods in org.filteredpush.client.jsf that return types with arguments of type Interest
 java.util.List<Interest> UserBean.getInterests()
           
 

Uses of Interest in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return Interest
 Interest InterestCriteria.getInterest()
           
 

Methods in org.filteredpush.client.model that return types with arguments of type Interest
 java.util.Set<Interest> FPUser.getInterests()
           
 

Methods in org.filteredpush.client.model with parameters of type Interest
 boolean Interest.equals(Interest i)
           
 void InterestCriteria.setInterest(Interest interest)
           
 

Method parameters in org.filteredpush.client.model with type arguments of type Interest
 void FPUser.setInterests(java.util.Set<Interest> interests)
           
 

Uses of Interest in org.filteredpush.client.service
 

Methods in org.filteredpush.client.service with parameters of type Interest
 void UserAccessService.addNewInterest(Interest interest)
           
 void UserAccessService.removeInterest(Interest interest)
           
 void UserAccessService.updateInterest(Interest interest)