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

Packages that use AnnotationStatus
org.filteredpush.client.dao   
org.filteredpush.client.model   
 

Uses of AnnotationStatus in org.filteredpush.client.dao
 

Methods in org.filteredpush.client.dao with parameters of type AnnotationStatus
 void UserDao.removeAnnotationStatus(AnnotationStatus status)
          Remove the annotation status.
 void UserDao.saveOrupdateAnnotationStatus(AnnotationStatus status)
          Save or update the annotation status.
 

Uses of AnnotationStatus in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return types with arguments of type AnnotationStatus
 java.util.Map<java.lang.String,AnnotationStatus> FPUser.getAnnotationStatusMap()
           
 

Method parameters in org.filteredpush.client.model with type arguments of type AnnotationStatus
 void FPUser.setAnnotationStatusMap(java.util.Map<java.lang.String,AnnotationStatus> annotationStatusMap)