com.mymed.controller.core.manager.application
Interface IApplicationManager
- All Known Implementing Classes:
- ApplicationManager
public interface IApplicationManager
Manage the profile of an user
- Author:
- lvanni
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