Deletes the pay rate from database.
exception: ProjectManagementBusinessException - if an error occursdeleting data (usually due to an underlying data layererror).
Gets the employee.
the employee. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the object id for the pay rate
the object id. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the project.
the project. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the rate for the pay rate
the rate. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the date the payrate is valid from.
the date the payrate is valid from. exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Commits all changes to the database.
exception: ProjectManagementBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Sets the employee for the pay rate.
Parameters: the - employee. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the project for the pay rate.
Parameters: the - project. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the rate for the pay rate.
Parameters: the - rate. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the date the payrate is valid from.
Parameters: the - date the payrate is valid from. exception: ProjectManagementBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).