com.mymed.controller.core.manager.interaction
Class InteractionManager

java.lang.Object
  extended by com.mymed.controller.core.manager.AbstractManager
      extended by com.mymed.controller.core.manager.interaction.InteractionManager
All Implemented Interfaces:
IInteractionManager

public class InteractionManager
extends AbstractManager
implements IInteractionManager

Manage the reputation of a user

Author:
lvanni, Milo Casagrande

Constructor Summary
InteractionManager()
           
InteractionManager(StorageManager storageManager)
           
 
Method Summary
 void create(MInteractionBean interaction)
           
 void delete(java.lang.String interactionID)
           
 MInteractionBean read(java.lang.String interactionID)
           
 void update(MInteractionBean interaction)
           
 
Methods inherited from class com.mymed.controller.core.manager.AbstractManager
introspection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionManager

public InteractionManager()
                   throws InternalBackEndException
Throws:
InternalBackEndException

InteractionManager

public InteractionManager(StorageManager storageManager)
                   throws InternalBackEndException
Throws:
InternalBackEndException
Method Detail

create

public void create(MInteractionBean interaction)
            throws InternalBackEndException,
                   IOBackEndException
Specified by:
create in interface IInteractionManager
Throws:
InternalBackEndException
IOBackEndException

read

public MInteractionBean read(java.lang.String interactionID)
                      throws InternalBackEndException,
                             IOBackEndException
Specified by:
read in interface IInteractionManager
Returns:
Throws:
InternalBackEndException
IOBackEndException

update

public void update(MInteractionBean interaction)
            throws InternalBackEndException,
                   IOBackEndException
Specified by:
update in interface IInteractionManager
Throws:
InternalBackEndException
IOBackEndException

delete

public void delete(java.lang.String interactionID)
            throws InternalBackEndException
Specified by:
delete in interface IInteractionManager
Throws:
InternalBackEndException