|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MUserBean in com.mymed.controller.core.manager.application |
---|
Methods in com.mymed.controller.core.manager.application that return MUserBean | |
---|---|
MUserBean |
ApplicationManager.read(java.lang.String id)
|
MUserBean |
IApplicationManager.read(java.lang.String id)
|
Methods in com.mymed.controller.core.manager.application with parameters of type MUserBean | |
---|---|
void |
ApplicationManager.create(MUserBean user)
|
void |
IApplicationManager.create(MUserBean user)
|
void |
ApplicationManager.update(MUserBean user)
|
void |
IApplicationManager.update(MUserBean user)
|
Uses of MUserBean in com.mymed.controller.core.manager.authentication |
---|
Methods in com.mymed.controller.core.manager.authentication that return MUserBean | |
---|---|
MUserBean |
AuthenticationManager.create(MUserBean user,
MAuthenticationBean authentication)
|
MUserBean |
IAuthenticationManager.create(MUserBean user,
MAuthenticationBean authentication)
create myMed user profile |
MUserBean |
AuthenticationManager.read(java.lang.String login,
java.lang.String password)
|
MUserBean |
IAuthenticationManager.read(java.lang.String login,
java.lang.String password)
authentication |
Methods in com.mymed.controller.core.manager.authentication with parameters of type MUserBean | |
---|---|
MUserBean |
AuthenticationManager.create(MUserBean user,
MAuthenticationBean authentication)
|
MUserBean |
IAuthenticationManager.create(MUserBean user,
MAuthenticationBean authentication)
create myMed user profile |
Uses of MUserBean in com.mymed.controller.core.manager.profile |
---|
Methods in com.mymed.controller.core.manager.profile that return MUserBean | |
---|---|
MUserBean |
ProfileManager.create(MUserBean user)
Setup a new user profile into the database |
MUserBean |
IProfileManager.create(MUserBean user)
Setup a new user profile into the database |
MUserBean |
ProfileManager.read(java.lang.String id)
|
MUserBean |
IProfileManager.read(java.lang.String id)
|
MUserBean |
ProfileManager.update(MUserBean user)
|
MUserBean |
IProfileManager.update(MUserBean user)
Update the profile of an user into the database |
Methods in com.mymed.controller.core.manager.profile with parameters of type MUserBean | |
---|---|
MUserBean |
ProfileManager.create(MUserBean user)
Setup a new user profile into the database |
MUserBean |
IProfileManager.create(MUserBean user)
Setup a new user profile into the database |
MUserBean |
ProfileManager.update(MUserBean user)
|
MUserBean |
IProfileManager.update(MUserBean user)
Update the profile of an user into the database |
Uses of MUserBean in com.mymed.controller.core.manager.pubsub |
---|
Methods in com.mymed.controller.core.manager.pubsub with parameters of type MUserBean | |
---|---|
void |
PubSubManager.create(java.lang.String application,
java.lang.String predicate,
MUserBean subscriber)
SUBSCRIBE |
void |
IPubSubManager.create(java.lang.String application,
java.lang.String predicate,
MUserBean publisher)
Insert a new Predicate in the dataBase - SUBSCRIBE |
void |
PubSubManager.create(java.lang.String application,
java.lang.String predicate,
java.lang.String subPredicate,
MUserBean publisher,
java.util.List<MDataBean> dataList)
PUBLISH |
void |
IPubSubManager.create(java.lang.String application,
java.lang.String predicate,
java.lang.String subPredicate,
MUserBean publisher,
java.util.List<MDataBean> dataList)
Insert a new Predicate in the dataBase - PUBLISH |
void |
PubSubManager.delete(java.lang.String application,
java.lang.String predicate,
MUserBean user)
|
void |
IPubSubManager.delete(java.lang.String application,
java.lang.String predicate,
MUserBean user)
Delete an existing predicate |
Uses of MUserBean in com.mymed.controller.core.manager.registration |
---|
Methods in com.mymed.controller.core.manager.registration with parameters of type MUserBean | |
---|---|
void |
IRegistrationManager.create(MUserBean user,
MAuthenticationBean authentication)
|
void |
RegistrationManager.create(MUserBean user,
MAuthenticationBean authentication)
|
Uses of MUserBean in com.mymed.model.data.user |
---|
Methods in com.mymed.model.data.user that return MUserBean | |
---|---|
MUserBean |
MUserBean.clone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |