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

Packages that use FPAnnotation
org.filteredpush.client.jsf   
org.filteredpush.client.util   
 

Uses of FPAnnotation in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that return FPAnnotation
 FPAnnotation AnnotationsBean.getSelectedAnnotation()
           
 FPAnnotation AnnotationsBean.getSelectedAnnotationResponse()
           
 

Methods in org.filteredpush.client.jsf with parameters of type FPAnnotation
 void MapperBean.prepareMapping(FPAnnotation annotation, FPUser user)
           
 void MessengerBean.sendAnnotationResponse(FPAnnotation respondedAnnotation, FPUser respondant)
          Send the response annotation to FPush network.
 

Uses of FPAnnotation in org.filteredpush.client.util
 

Methods in org.filteredpush.client.util with parameters of type FPAnnotation
static java.lang.String AnnotationGenUtil.genResponseAnnotaiton(FPAnnotation respondedAnnotation, FPUser respondent)