Home Reference Source Repository
public class | source

CourseEOI

Extends:

react~Component → CourseEOI

Method Summary

Public Methods
public

Invoked immediately before a component is unmounted and destroyed, to update our states

public

Fetches reqEOIs

public

Fetches curretUser

public

render(): html

Loads the details

public

requestSubmit(legal: *, address1: *, address2: *, city: *, country: *, uphone: *, fax: *, LMRFPnum: *)

stores EOI

public

returns back to previous page

public

storeEOIs(info: *)

stores EOI

Public Methods

public componentWillMount() source

Invoked immediately before a component is unmounted and destroyed, to update our states

public fetchReqEOI(): object source

Fetches reqEOIs

Return:

object

ReqEOIs - return ReqEOIs

public getCurrentUser(): object source

Fetches curretUser

Return:

object

currentUser - returns information on current user

public render(): html source

Loads the details

Return:

html

returns html details

public requestSubmit(legal: *, address1: *, address2: *, city: *, country: *, uphone: *, fax: *, LMRFPnum: *) source

stores EOI

Params:

NameTypeAttributeDescription
legal *
address1 *
address2 *
city *
country *
uphone *
fax *
LMRFPnum *

public return_back() source

returns back to previous page

public storeEOIs(info: *) source

stores EOI

Params:

NameTypeAttributeDescription
info *