C# Class CAESDO.Recruitment.Web.PositionManagement

Inheritance: ApplicationPage
Exibir arquivo Open project: ucdavis/Recruitments

Protected Methods

Method Description
BreakCamelCase ( string CamelString ) : string

helper method to convert CamelCaseString to Camel Case String by inserting spaces

Page_Load ( object sender, EventArgs e ) : void
btnModifyPosition_Click ( object sender, EventArgs e ) : void
btnPositionDescriptionReplace_Click ( object sender, EventArgs e ) : void
btnSearchPlanReplace_Click ( object sender, EventArgs e ) : void
cboxPrimary_CheckedChanged ( object sender, EventArgs e ) : void
doesFileTypeExistInPosition ( string FileTypeName ) : bool

Determines if the given FileTypeName is already in the current position. If this is a new position, always return false

gviewDepartments_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
lbtnAddDepartment_Click ( object sender, EventArgs e ) : void
lbtnDownloadPositionDescription_Click ( object sender, EventArgs e ) : void
lbtnDownloadSearchPlan_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
DataBindExistingPosition ( ) : void
addDepartmentsToPosition ( Position p ) : void

First remove all existing departments from the position

addFileTypesToPosition ( Position p ) : void

Loops through the gviewFileTypes grid and adds any checked fileTypes to the fileType list

addStepsToPosition ( Position p ) : void

Adds the major steps to the given position

updatePrimaryDepartmentStatus ( ) : bool

Updates the DepartmentList to have the proper Primary department status

Acts on gviewDepartments

Method Details

BreakCamelCase() protected method

helper method to convert CamelCaseString to Camel Case String by inserting spaces
protected BreakCamelCase ( string CamelString ) : string
CamelString string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnModifyPosition_Click() protected method

protected btnModifyPosition_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnPositionDescriptionReplace_Click() protected method

protected btnPositionDescriptionReplace_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSearchPlanReplace_Click() protected method

protected btnSearchPlanReplace_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

cboxPrimary_CheckedChanged() protected method

protected cboxPrimary_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

doesFileTypeExistInPosition() protected method

Determines if the given FileTypeName is already in the current position. If this is a new position, always return false
protected doesFileTypeExistInPosition ( string FileTypeName ) : bool
FileTypeName string The file type
return bool

gviewDepartments_RowDeleting() protected method

protected gviewDepartments_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
sender object
e GridViewDeleteEventArgs
return void

lbtnAddDepartment_Click() protected method

protected lbtnAddDepartment_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lbtnDownloadPositionDescription_Click() protected method

protected lbtnDownloadPositionDescription_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lbtnDownloadSearchPlan_Click() protected method

protected lbtnDownloadSearchPlan_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void