Package ch.tocco.nice2.optional.job.impl
Class EmploymentActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.job.impl.EmploymentActionServiceImpl
- All Implemented Interfaces:
EmploymentActionService
Employ an applicant
-
Constructor Summary
ConstructorDescriptionEmploymentActionServiceImpl
(EntityExplorerActionSelectionService entityExplorerActionSelectionService, Context context, QueryBuilderFactory queryBuilderFactory, EntityDefaultValueService entityDefaultValueService, SecurityManager securityManager, TermsConditionConfirmationSourceService termsConditionConfirmationSourceService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(EntityExplorerActionSelection selection) boolean
prepare
(EntityExplorerActionSelection selection)
-
Constructor Details
-
EmploymentActionServiceImpl
public EmploymentActionServiceImpl(EntityExplorerActionSelectionService entityExplorerActionSelectionService, Context context, QueryBuilderFactory queryBuilderFactory, EntityDefaultValueService entityDefaultValueService, SecurityManager securityManager, TermsConditionConfirmationSourceService termsConditionConfirmationSourceService)
-
-
Method Details
-
prepare
- Specified by:
prepare
in interfaceEmploymentActionService
-
create
- Specified by:
create
in interfaceEmploymentActionService
-