com.mymed.controller.core.manager.application
Interface IApplicationManager

All Known Implementing Classes:
ApplicationManager

public interface IApplicationManager

Manage the profile of an user

Author:
lvanni

Method Summary
 void create(MUserBean user)
           
 void delete(java.lang.String id)
           
 MUserBean read(java.lang.String id)
           
 void update(MUserBean user)
           
 

Method Detail

create

void create(MUserBean user)
            throws InternalBackEndException,
                   IOBackEndException
Throws:
InternalBackEndException
IOBackEndException

read

MUserBean read(java.lang.String id)
               throws InternalBackEndException,
                      IOBackEndException
Throws:
InternalBackEndException
IOBackEndException

update

void update(MUserBean user)
            throws InternalBackEndException,
                   IOBackEndException
Throws:
InternalBackEndException
IOBackEndException

delete

void delete(java.lang.String id)
            throws InternalBackEndException
Throws:
InternalBackEndException