getEmployeeNameByBatchId (int BATCHID)
getEmployeeNameBySSN (Object SSN)
getEmployeeNameByEmailId (String EMAILID)
getEmployeeNameBySalaryAccount (SalaryAccount salaryAccount)
Obtener Métodos: Uno vs Muchos
o
getEmployeeName (int typeOfIdentifier, identificador byte [] -> En este método, typeOfIdentifier dice si el identificador es batchID/SSN/emailID/salaryCuenta
¿Cuál de las anteriores es la mejor manera de implementar un método get?
Estos métodos estarían en un servlet y las llamadas se realizarían desde una API que se proporcionaría a los clientes.
Que las batallas religiosas ... ¡COMIENZO! – CodeChimp