com.mymed.controller.core.manager.interaction.old
Class InteractionManager
java.lang.Object
com.mymed.controller.core.manager.AbstractManager
com.mymed.controller.core.manager.interaction.old.InteractionManager
- All Implemented Interfaces:
- IInteractionManager
public class InteractionManager
- extends AbstractManager
- implements IInteractionManager
Manage the reputation of a user
- Author:
- lvanni, Milo Casagrande
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractionManager
public InteractionManager()
throws InternalBackEndException
- Throws:
InternalBackEndException
InteractionManager
public InteractionManager(StorageManager storageManager)
throws InternalBackEndException
- Throws:
InternalBackEndException
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