Class DuplicateNameService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.hr.DuplicateNameService
A Web Service to check for duplicate pilot names.
- Since:
- 3.1
- Version:
- 9.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute(ServiceContext ctx) Executes the Web Service, returning Pilot names and IDs.
-
Constructor Details
-
DuplicateNameService
public DuplicateNameService()
-
-
Method Details
-
execute
Executes the Web Service, returning Pilot names and IDs.- Specified by:
executein classWebService- Parameters:
ctx- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException- if an error occurs
-