Uses of Class
com.mymed.model.data.interaction.MInteractionBean

Packages that use MInteractionBean
com.mymed.controller.core.manager.interaction   
com.mymed.controller.core.manager.interaction.old   
com.mymed.model.data.interaction   
 

Uses of MInteractionBean in com.mymed.controller.core.manager.interaction
 

Methods in com.mymed.controller.core.manager.interaction that return MInteractionBean
 MInteractionBean InteractionManager.read(java.lang.String interactionID)
           
 MInteractionBean IInteractionManager.read(java.lang.String interactionID)
           
 

Methods in com.mymed.controller.core.manager.interaction with parameters of type MInteractionBean
 void InteractionManager.create(MInteractionBean interaction)
           
 void IInteractionManager.create(MInteractionBean interaction)
           
 void InteractionManager.update(MInteractionBean interaction)
           
 void IInteractionManager.update(MInteractionBean interaction)
           
 

Uses of MInteractionBean in com.mymed.controller.core.manager.interaction.old
 

Methods in com.mymed.controller.core.manager.interaction.old that return MInteractionBean
 MInteractionBean InteractionManager.read(java.lang.String interactionID)
           
 MInteractionBean IInteractionManager.read(java.lang.String interactionID)
           
 

Methods in com.mymed.controller.core.manager.interaction.old with parameters of type MInteractionBean
 void InteractionManager.create(MInteractionBean interaction)
           
 void IInteractionManager.create(MInteractionBean interaction)
           
 void InteractionManager.update(MInteractionBean interaction)
           
 void IInteractionManager.update(MInteractionBean interaction)
           
 

Uses of MInteractionBean in com.mymed.model.data.interaction
 

Methods in com.mymed.model.data.interaction that return MInteractionBean
 MInteractionBean MInteractionBean.clone()