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