Class JobProfileService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.hr.JobProfileService
A Web Service to return a saved Applicant profile to a user.
- Since:
- 3.4
- Version:
- 7.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service.final boolean
isSecure()
Returns if the Web Service requires authentication.
-
Constructor Details
-
JobProfileService
public JobProfileService()
-
-
Method Details
-
execute
Executes the Web Service.- Specified by:
execute
in classWebService
- Parameters:
ctx
- the Web Service Context- Returns:
- the HTTP status code
- Throws:
ServiceException
- if an error occurs
-
isSecure
public final boolean isSecure()Returns if the Web Service requires authentication.- Overrides:
isSecure
in classWebService
- Returns:
- TRUE
-