|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MReportBean | |
---|---|
com.mymed.controller.core.manager.myjam | |
com.mymed.model.data.myjam |
Uses of MReportBean in com.mymed.controller.core.manager.myjam |
---|
Methods in com.mymed.controller.core.manager.myjam that return MReportBean | |
---|---|
MReportBean |
MyJamManager.getReport(java.lang.String reportId)
|
MReportBean |
MyJamManager.insertReport(MReportBean report,
int latitude,
int longitude)
Insert a new report on the DB |
MReportBean |
MyJamManager.insertUpdate(java.lang.String reportId,
MReportBean update)
|
Methods in com.mymed.controller.core.manager.myjam that return types with arguments of type MReportBean | |
---|---|
java.util.List<MReportBean> |
MyJamManager.getUpdates(java.lang.String reportId,
long timestamp)
Returns a list of updates. |
Methods in com.mymed.controller.core.manager.myjam with parameters of type MReportBean | |
---|---|
MReportBean |
MyJamManager.insertReport(MReportBean report,
int latitude,
int longitude)
Insert a new report on the DB |
MReportBean |
MyJamManager.insertUpdate(java.lang.String reportId,
MReportBean update)
|
Uses of MReportBean in com.mymed.model.data.myjam |
---|
Methods in com.mymed.model.data.myjam with parameters of type MReportBean | |
---|---|
static void |
MyJamTypeValidator.validate(MReportBean mReportBean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |