|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProfileManager
Manage the profile of an user
Method Summary | |
---|---|
MUserBean |
create(MUserBean user)
Setup a new user profile into the database |
void |
delete(java.lang.String id)
Delete an existing user |
MUserBean |
read(java.lang.String id)
|
MUserBean |
update(MUserBean user)
Update the profile of an user into the database |
Method Detail |
---|
MUserBean create(MUserBean user) throws InternalBackEndException, IOBackEndException
user
- the user to insert into the database
InternalBackEndException
IOBackEndException
MUserBean read(java.lang.String id) throws InternalBackEndException, IOBackEndException
id
- the id of the user
InternalBackEndException
IOBackEndException
MUserBean update(MUserBean user) throws InternalBackEndException, IOBackEndException
user
- The profile updated to store
InternalBackEndException
IOBackEndException
void delete(java.lang.String id) throws InternalBackEndException, IOBackEndException
user
- The user to delete
InternalBackEndException
IOBackEndException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |