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

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

Uses of AnnotationMetadataMapping in org.filteredpush.client.dao
 

Methods in org.filteredpush.client.dao with parameters of type AnnotationMetadataMapping
 void UserDao.removeAnnotationMetadataMapping(AnnotationMetadataMapping m)
          Remove the annotation metadata mapping
 void UserDao.saveOrUpdateAnnotationMetadataMapping(AnnotationMetadataMapping m)
          Save or update the the annotation metadata mapping
 

Uses of AnnotationMetadataMapping in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf with parameters of type AnnotationMetadataMapping
 void UserBean.removeAnnotationMetadataMapping(AnnotationMetadataMapping annotationMetadataMapping)
           
 

Uses of AnnotationMetadataMapping in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return types with arguments of type AnnotationMetadataMapping
 java.util.Set<AnnotationMetadataMapping> FPUser.getAnnotationMetadataMapping()
           
 java.util.List<AnnotationMetadataMapping> FPUser.getAnnotationMetadataMappingList()
           
 

Method parameters in org.filteredpush.client.model with type arguments of type AnnotationMetadataMapping
 void FPUser.setAnnotationMetadataMapping(java.util.Set<AnnotationMetadataMapping> annotationMetadataMapping)
           
 

Uses of AnnotationMetadataMapping in org.filteredpush.client.service
 

Methods in org.filteredpush.client.service with parameters of type AnnotationMetadataMapping
 void UserAccessService.removeAnnotationMetadataMapping(AnnotationMetadataMapping m)
           
 void UserAccessService.saveOrUpdateAnnotationMetadataMapping(AnnotationMetadataMapping m)