Smart Contract info

Smart Contract info

  • Contracts
  • TodoList
  • Help
  • Github
  • Blog

›OTHER / CREDVERT

BASIC

  • A
  • Factory
  • Marriage
  • MyContract
  • BugSquash
  • HelloWorld

BASIC / ECOM

  • Customer
  • Supplier

COMPLEXGAMES

  • Ownable
  • blackJack
  • PowerEther
  • Buffer
  • CBOR
  • OraclizeAddrResolverI
  • OraclizeI
  • Ownable
  • PowerEtherBase
  • PowerEtherHelper
  • PowerFour
  • PowerOne
  • PowerTwo
  • SafeMath
  • strings
  • usingOraclize

DATASTRUCT

  • LinkedList
  • Stack

FINANCE

  • CrowdBank
  • Mortgage

GAMES

  • CasinoRoulette
  • Itontine
  • Cplayer
  • Ctontine
  • PredictionMarket
  • RNGLottery
  • RecurringLottery
  • Roulette
  • SatoshiDice
  • SimpleLottery
  • WhatDoesNadiaThink

OTHER

  • e0x

OTHER / CREDVERT

  • ApplicantFactory
  • CredentialOrgFactory
  • CredentialFactory
  • CredentialOrgFactory
  • CredentialOrgFactory
  • Ownable
  • Pausable
  • SafeMath32

OTHER / MARKETPLACE

  • DigitalLocker
  • WorkbenchBase

SCHEMES

  • Government
  • GradualPonzi
  • SimplePonzi
  • SimplePyramid

TOKENS

  • BasicToken
  • ERC20
  • TokenSale

TOKENS / ATTENDANCETOKEN

  • EIP20
  • EIP20Interface
  • Migrations
  • ApproveAndCallFallBack
  • AttendanceCoinMembers
  • ERC20Interface
  • FixedSupplyToken
  • Owned
  • SafeMath
  • ApproveAndCallFallBack
  • ERC20Interface
  • FixedSupplyToken
  • Owned
  • SafeMath

UTIL

  • MarriageInvestment
  • Stock
  • SafeMath
  • Welfare
  • PromiseBox

UNCATEGORIZED

  • Authentication
  • TodoList
  • Users

ApplicantFactory

contract ApplicantFactory

is Pausable

Source: contracts/other/CredVert/ApplicantFactory.sol

Index

  • ApplicantEvent
  • createApplicant
  • fallback
  • getOwner
  • selectApplicantByOrgAndPosition
  • selectOrgApplicantCount
  • setAddress
  • updateApplicantByOrgAndPosition

Reference

Events

  • ApplicantEvent

    event ApplicantEvent(address ApplicantCallerAddress, string detail)
    Parameters:
    ApplicantCallerAddress - address
    detail - string

Functions

  • createApplicant

    function createApplicant(address _collegeAddress, string _SSN, string _collegeStudentID, string _firstName, string _lastName) public returns (bool)

    Allows creation of Applicants to Credentialing Orgs.

    Modifiers:
    whenNotPaused
    Parameters:
    _collegeAddress - address of CredentialingOrg
    _SSN - SSN of Student
    _collegeStudentID - College Student ID
    _firstName - First Name of Student
    _lastName - Last Name of Student
    Returns:
    insertSuccess true/false of
  • fallback

    function () public

    Constructor.

  • getOwner

    function getOwner() public view returns (address)

    Gets Owner Address of Contract.

    Returns:
    returnedOwner returns owner of contract address.
  • selectApplicantByOrgAndPosition

    function selectApplicantByOrgAndPosition(address _orgAddress, uint32 _position) public view returns (address, string, string, string, string)

    Allows Selection of Applicant by org and position.

    Parameters:
    _orgAddress - address of CredentialingOrg
    _position - position in array of Applicant
    Returns:
    lastName Applicant lastName
  • selectOrgApplicantCount

    function selectOrgApplicantCount(address _orgAddress) public view returns (uint32)

    Allows Selection of Applicant Count by orgAddress.

    Parameters:
    _orgAddress - address of CredentialingOrg
    Returns:
    appCount the Applicant Count for a specific organization.
  • setAddress

    function setAddress(address _credentialOrgContractAddress) public

    Allows owner to set address of CredentialOrgFactory contract.

    Modifiers:
    onlyOwner
    Parameters:
    _credentialOrgContractAddress - address of CredentialOrgFactory (set on deploy).
  • updateApplicantByOrgAndPosition

    function updateApplicantByOrgAndPosition(uint32 _position, string _processDetail) public returns (bool)

    Allows update of Applicant by org and position.

    Modifiers:
    whenNotPaused
    Parameters:
    _position - position in array of Applicant
    _processDetail - Applicant AWARDED/DENIED
    Returns:
    updateSuccess true/false
← e0xCredentialOrgFactory →
Smart Contract info
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Copyright © 2019 David Li