com.mymed.controller.core.manager.registration
Class RegistrationManager

java.lang.Object
  extended by com.mymed.controller.core.manager.registration.RegistrationManager
All Implemented Interfaces:
IRegistrationManager

public class RegistrationManager
extends java.lang.Object
implements IRegistrationManager

Author:
lvanni

Constructor Summary
RegistrationManager()
           
 
Method Summary
 void create(MUserBean user, MAuthenticationBean authentication)
           
 void read(java.lang.String accessToken)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationManager

public RegistrationManager()
                    throws InternalBackEndException
Throws:
InternalBackEndException
Method Detail

create

public void create(MUserBean user,
                   MAuthenticationBean authentication)
            throws AbstractMymedException
Specified by:
create in interface IRegistrationManager
Throws:
AbstractMymedException

read

public void read(java.lang.String accessToken)
          throws AbstractMymedException
Specified by:
read in interface IRegistrationManager
Throws:
AbstractMymedException