Home Reference Source Repository
public class | source

ReviewEOI

Extends:

react~Component → ReviewEOI

Method Summary

Public Methods
public

callremoveEOI(key_name: *)

Removes EOIs

public

callremoveRFP(key_name: *)

Removes RFPs

public

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

public
public

editRFP(key_name: *)

RFP edit

public

Fetches EOIs

public

Fetches RFPs

public

fetches users

public

removeEOI(info: *)

Removes EOIs

public

removeRFP(key: *)

Removes RFPs

public

render(): html

Loads the details

public

reviewEOI(key_name: *)

review EOIs

public

storeEOIkey(info: *)

store EOIkey

public

storeRFPkey(info: *)

store RFPkey

Public Methods

public callremoveEOI(key_name: *) source

Removes EOIs

Params:

NameTypeAttributeDescription
key_name *

public callremoveRFP(key_name: *) source

Removes RFPs

Params:

NameTypeAttributeDescription
key_name *

public componentWillMount() source

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

public download_appendix() source

public editRFP(key_name: *) source

RFP edit

Params:

NameTypeAttributeDescription
key_name *

public fetchEOIs(): object source

Fetches EOIs

Return:

object

EOI - return EOIs

public fetchRFPs(): object source

Fetches RFPs

Return:

object

RFP - return RFPs

public fetchUsers() source

fetches users

public removeEOI(info: *) source

Removes EOIs

Params:

NameTypeAttributeDescription
info *

public removeRFP(key: *) source

Removes RFPs

Params:

NameTypeAttributeDescription
key *

public render(): html source

Loads the details

Return:

html

returns html details

public reviewEOI(key_name: *) source

review EOIs

Params:

NameTypeAttributeDescription
key_name *

public storeEOIkey(info: *) source

store EOIkey

Params:

NameTypeAttributeDescription
info *

public storeRFPkey(info: *) source

store RFPkey

Params:

NameTypeAttributeDescription
info *