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

Packages that use AnnotationReponseNode
org.filteredpush.client.jsf   
org.filteredpush.client.model   
 

Uses of AnnotationReponseNode in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that return types with arguments of type AnnotationReponseNode
 java.util.List<AnnotationReponseNode> AnnotationsBean.getResponseRootNodes()
           
 

Uses of AnnotationReponseNode in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return types with arguments of type AnnotationReponseNode
 java.util.List<AnnotationReponseNode> FPAnnotation.getResponsesRootNodes()
           
 

Methods in org.filteredpush.client.model with parameters of type AnnotationReponseNode
 void AnnotationReponseNode.addResponse(AnnotationReponseNode response)
           
 void AnnotationReponseNode.setParent(AnnotationReponseNode parent)
           
 

Method parameters in org.filteredpush.client.model with type arguments of type AnnotationReponseNode
 void FPAnnotation.setResponsesRootNodes(java.util.List<AnnotationReponseNode> nodes)