public interface EmployeeInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatEmployeeId(AppInterface appI,
java.lang.String sEmplId)
Return the int[] array of Employee Number level lengths
|
java.lang.String formatEmployeeId(AppInterface appI, java.lang.String sEmplId) throws java.sql.SQLException, DEException
appI
- application interfacesEmplId
- Employee Id to be checked.java.sql.SQLException
DEException