Class PhoneSearchServiceImpl
java.lang.Object
ch.tocco.nice2.optional.organisationfacility.impl.actions.PhoneSearchServiceImpl
- All Implemented Interfaces:
PhoneSearchService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.organisationfacility.impl.actions.PhoneSearchService
PhoneSearchService.ContractUserValues
-
Constructor Summary
ConstructorDescriptionPhoneSearchServiceImpl
(Context ctx, FormModel formModel, TimezoneResolverService timezoneResolverService, L10N l10N, ReportManager reportManager, DocumentFormatService documentFormatService, org.slf4j.Logger log, SearchService searchService, OutputCenterService outputCenterService) -
Method Summary
Modifier and TypeMethodDescriptiongenerateReport
(SearchService.SearchParameters searchParameters, String language, String reportId, String fileName)
-
Constructor Details
-
PhoneSearchServiceImpl
public PhoneSearchServiceImpl(Context ctx, FormModel formModel, TimezoneResolverService timezoneResolverService, L10N l10N, ReportManager reportManager, DocumentFormatService documentFormatService, org.slf4j.Logger log, SearchService searchService, OutputCenterService outputCenterService)
-
-
Method Details
-
getContractUser
- Specified by:
getContractUser
in interfacePhoneSearchService
-
generateReport
public String generateReport(SearchService.SearchParameters searchParameters, String language, String reportId, String fileName) throws IOException, ReportingException, RpcExecutionException - Specified by:
generateReport
in interfacePhoneSearchService
- Throws:
IOException
ReportingException
RpcExecutionException
-