Class CreateAutomaticLoginRequest

Description

Description of CreateAutomaticLoginRequest

Parameter object for the CreateAutomaticLoginRequest method
The parameters are : (name [type] description)

  • moduleSessionId [Long] : the module session id
  • userToLoginCredentials [LoginCredentials] : an object of type LoginCredentials identifying the user for which the webservice is creating an automatic login ticket.
  • automaticLoginToPatientFormList [fixme] : an object of type AutomaticLoginToPatientFormList an object containing the necessary MEMdoc view that should be loaded once the user logs into the applciation

* <p>The following schema fragment specifies the expected content contained within this class.

 <complexType name="createAutomaticLoginRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="moduleSessionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="userToLoginCredentials" type="{http://webservice.module.yosemite.www.memdoc.org/}loginCredentials"/>
         <choice>
           <element name="automaticLoginToPatientFormList" type="{http://webservice.module.yosemite.www.memdoc.org/}automaticLoginToPatientFormList"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

  • author: ubuntu

Located in /src/wrapper/CreateAutomaticLoginRequest.php (line 42)


	
			
Method Summary
Methods
getAutomaticLoginToPatientFormList (line 66)
  • access: public
void getAutomaticLoginToPatientFormList ()
getModuleSessionId (line 50)
  • access: public
void getModuleSessionId ()
getUserToLoginCredentials (line 58)
  • access: public
void getUserToLoginCredentials ()
setAutomaticLoginToPatientFormList (line 70)
  • access: public
void setAutomaticLoginToPatientFormList (AutomaticLoginToPatientFormList $automaticLoginToPatientFormList)
setModuleSessionId (line 54)
  • access: public
void setModuleSessionId ( $moduleSessionId)
  • $moduleSessionId
setUserToLoginCredentials (line 62)
  • access: public
void setUserToLoginCredentials (LoginCredentials $userToLoginCredentials)

Documentation generated on Fri, 19 Aug 2016 11:23:18 +0200 by phpDocumentor 1.4.4