Uses of Class
com.mymed.model.data.myjam.MFeedBackBean

Packages that use MFeedBackBean
com.mymed.controller.core.manager.myjam   
com.mymed.model.data.myjam   
 

Uses of MFeedBackBean in com.mymed.controller.core.manager.myjam
 

Methods in com.mymed.controller.core.manager.myjam that return types with arguments of type MFeedBackBean
 java.util.List<MFeedBackBean> MyJamManager.getFeedbacks(java.lang.String reportId)
          Returns an integer array with: - The number of negative feedbacks with index 0. - The number of positive feedbacks with index 1.
 

Methods in com.mymed.controller.core.manager.myjam with parameters of type MFeedBackBean
 void MyJamManager.insertFeedback(java.lang.String reportId, java.lang.String updateId, MFeedBackBean feedback)
           
 

Uses of MFeedBackBean in com.mymed.model.data.myjam
 

Methods in com.mymed.model.data.myjam with parameters of type MFeedBackBean
static void MyJamTypeValidator.validate(MFeedBackBean mFeedBackBean)