Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

T

TableUtils - Class in util
Utility class for working with tables.
TableUtils() - Constructor for class util.TableUtils
 
TaxAndDeductions - Interface in calculator
Defines the interface calculating taxes and deductions.
TaxCalculator() - Constructor for class calculator.PayrollCalculator.TaxCalculator
 
taxDeduction() - Method in record class records.PayrollRecord
Returns the value of the taxDeduction record component.
terminateEmployee(EmployeeRecord) - Method in interface employee.manager.EmployeeManagement
Terminates an employee.
terminateEmployee(EmployeeRecord) - Method in class employee.manager.EmployeeManager
Terminates an employee.
terminateEmployee(EmployeeRecord) - Method in class user.roles.HRAdmin
Terminates an employee.
throwError_ALREADY_CLOCKED_IN() - Static method in exception exceptions.AttendanceException
Throws an AttendanceException for the case when a user is already clocked in.
throwError_ALREADY_CLOCKED_OUT() - Static method in exception exceptions.AttendanceException
Throws an AttendanceException for the case when a user is already clocked out.
throwError_CONFLICTING_DATES() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case of conflicting dates.
throwError_DUPLICATE_RECORD() - Static method in exception exceptions.EmployeeRecordsException
Throws an EmployeeRecordsException for the case of a duplicate record.
throwError_EMPTY_FIELD() - Static method in exception exceptions.EmployeeRecordsException
Throws an EmployeeRecordsException for the case of an empty field.
throwError_FAILED_PAYROLL() - Static method in exception exceptions.PayrollException
Throws a PayrollException for the case when payroll run fails.
throwError_FAILURE_TO_UPDATE_LEAVE_BALANCE() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case of failure to update leave balance.
throwError_INSUFFICIENT_BALANCE() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case of insufficient leave balance.
throwError_INVALID_DATE() - Static method in exception exceptions.AttendanceException
Throws an AttendanceException for the case of an invalid date.
throwError_INVALID_DATE() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case of an invalid date.
throwError_INVALID_DATE_RANGE() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case of an invalid date range.
throwError_INVALID_MANUAL_PAYROLL_DATA() - Static method in exception exceptions.PayrollException
Throws a PayrollException for the case of an invalid manual payroll data.
throwError_INVALID_SEARCH_FIELD() - Static method in exception exceptions.EmployeeRecordsException
Throws an EmployeeRecordsException for the case of an invalid search field.
throwError_INVALID_SEARCH_FIELD() - Static method in exception exceptions.PayrollException
Throws a PayrollException for the case of an invalid search field.
throwError_NO_CHANGE() - Static method in exception exceptions.EmployeeRecordsException
Throws an EmployeeRecordsException for the case when no change is made.
throwError_NO_LEAVE_BALANCE() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case of no leave balance.
throwError_NO_PAYROLL_PROCESSED() - Static method in exception exceptions.PayrollException
Throws a PayrollException for the case when no payroll is processed for a period.
throwError_NO_RECORD_FOUND() - Static method in exception exceptions.AttendanceException
Throws an AttendanceException for the case when no record is found.
throwError_NO_RECORD_FOUND() - Static method in exception exceptions.EmployeeRecordsException
Throws an EmployeeRecordsException for the case when no record is found.
throwError_NO_RECORD_FOUND() - Static method in exception exceptions.LeaveException
Throws a LeaveException for the case when no record is found.
throwError_NO_RECORD_FOUND() - Static method in exception exceptions.PayrollException
Throws a PayrollException for the case when no record is found.
throwError_NO_RECORD_FOUND() - Static method in exception exceptions.UserRecordsException
Throws a UserRecordsException for the case of no record found.
throwError_NOT_CLOCKEDIN() - Static method in exception exceptions.AttendanceException
Throws an AttendanceException for the case when a user is not yet clocked in.
throwError_NOTHING_TO_UPDATE() - Static method in exception exceptions.UserRecordsException
Throws a UserRecordsException for the case of nothing to update.
throwError_PASSWORD_MISMATCH() - Static method in exception exceptions.UserRecordsException
Throws a UserRecordsException for the case of password mismatch.
throwError_PAYROLL_ALREADY_PROCESSED() - Static method in exception exceptions.PayrollException
Throws a PayrollException for the case when payroll is already processed for a period.
throwError_SAME_PASSWORD() - Static method in exception exceptions.UserRecordsException
Throws a UserRecordsException for the case of the new password being the same as the old password.
throwLoginError_INCORRECT_USERNAME_OR_PASSWORD() - Static method in exception exceptions.SystemLoginException
Throws a SystemLoginException for the case of incorrect username or password.
throwLoginError_MISSING_USERNAME_OR_PASSWORD() - Static method in exception exceptions.SystemLoginException
Throws a SystemLoginException for the case of missing username or password.
timeIn() - Method in record class records.AttendanceRecord
Returns the value of the timeIn record component.
timeOut() - Method in record class records.AttendanceRecord
Returns the value of the timeOut record component.
tinNo() - Method in record class records.EmployeeRecord
Returns the value of the tinNo record component.
tinNoTxtField() - Method in class ui.employee.MyProfilePanel
Retrieves the TIN number text field.
tinNoTxtField() - Method in class ui.hr.ProfileManagementPanel
Retrieves the TIN number text field.
toArray() - Method in record class records.AttendanceRecord
Converts the AttendanceRecord to an array of strings.
toArray() - Method in record class records.EmployeeRecord
Converts the EmployeeRecord to an array of strings.
toArray() - Method in record class records.LeaveBalanceRecord
Converts the LeaveBalanceRecord to an array of strings.
toArray() - Method in record class records.LeaveRecord
Converts the object's attributes to a String array.
toArray() - Method in record class records.PayrollRecord
Returns an array containing payroll information for the employee.
toArray() - Method in record class records.UserCredentials
Converts the UserCredentials to an array of strings.
toString() - Method in record class records.AttendanceRecord
Returns a string representation of this record class.
toString() - Method in record class records.EmployeeRecord
Returns a string representation of this record class.
toString() - Method in record class records.LeaveBalanceRecord
Returns a string representation of this record class.
toString() - Method in record class records.LeaveRecord
Returns a string representation of this record class.
toString() - Method in record class records.PayrollRecord
Returns a string representation of this record class.
toString() - Method in record class records.UserCredentials
Returns a string representation of this record class.
totalBenefits() - Method in record class records.PayrollRecord
Returns the value of the totalBenefits record component.
totalDays() - Method in record class records.LeaveRecord
Returns the value of the totalDays record component.
totalDays(LocalDate, LocalDate) - Static method in class records.util.DateTimeCalculator
Calculates the total number of days between two dates.
totalDays(List<AttendanceRecord>) - Static method in class records.util.DateTimeCalculator
Calculates the total number of days from a list of attendance records.
totalDeductions() - Method in record class records.PayrollRecord
Returns the value of the totalDeductions record component.
totalHoursWorked(List<AttendanceRecord>) - Static method in class records.util.DateTimeCalculator
Calculates the total hours worked based on a list of attendance records.
totalMonths(LocalDate, LocalDate) - Static method in class records.util.DateTimeCalculator
Calculates the total number of months between two dates.
totalOvertimeHours(List<AttendanceRecord>) - Static method in class records.util.DateTimeCalculator
Calculates the total overtime hours based on a list of attendance records.
totalYears(LocalDate, LocalDate) - Static method in class records.util.DateTimeCalculator
Calculates the total number of years between two dates.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form