com.mymed.controller.core.manager.interaction.old
Interface IInteractionManager
- All Known Implementing Classes:
- InteractionManager
public interface IInteractionManager
create
void create(MInteractionBean interaction)
throws InternalBackEndException,
IOBackEndException
- Parameters:
interaction
-
- Throws:
InternalBackEndException
IOBackEndException
read
MInteractionBean read(java.lang.String interactionID)
throws InternalBackEndException,
IOBackEndException
- Parameters:
interactionID
-
- Returns:
-
- Throws:
InternalBackEndException
IOBackEndException
update
void update(MInteractionBean interaction)
throws InternalBackEndException,
IOBackEndException
- Parameters:
interaction
-
- Throws:
InternalBackEndException
IOBackEndException
delete
void delete(java.lang.String interactionID)
throws InternalBackEndException
- Parameters:
interactionID
-
- Throws:
InternalBackEndException
ServiceManagerException