Uses of Interface
com.avoka.fc.core.service.IUnitTestableService
-
Packages that use IUnitTestableService Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.email Provides the Email Client Services.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.form Provides classes for form services.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation.com.avoka.fc.core.service.submission Provides submission service implementations. -
-
Uses of IUnitTestableService in com.avoka.fc.core.service
Classes in com.avoka.fc.core.service that implement IUnitTestableService Modifier and Type Class Description class
AbstractGroovyService
Provides an abstract Groovy service which implement common properties. -
Uses of IUnitTestableService in com.avoka.fc.core.service.email
Classes in com.avoka.fc.core.service.email that implement IUnitTestableService Modifier and Type Class Description class
GroovyEmailService
Provides a Groovy Email service. -
Uses of IUnitTestableService in com.avoka.fc.core.service.fluent
Subinterfaces of IUnitTestableService in com.avoka.fc.core.service.fluent Modifier and Type Interface Description interface
IFluentService
Provides a Fluent Service invocation interface.Classes in com.avoka.fc.core.service.fluent that implement IUnitTestableService Modifier and Type Class Description class
AbstractFluentService
Provides an abstract Fluent Groovy service.class
FluentDeliveryProcessService
Provides a Fluent API Groovy script delivery process service.class
FluentDynamicDataService
Provides a Fluent Groovy API Form Dynamic Data service.class
FluentEmailService
Provides a Fluent API Groovy Email service.class
FluentFormPrefillService
Provides a Fluent Groovy API Form Prefill Service.class
FluentFormSavedProcessor
Provides a Fluent API Groovy script Form Saved Processor.class
FluentFormSecurityFilterService
Provides a Fluent Groovy API Form Security Filter Service.class
FluentFormVersionSelectorService
Provides a service that returns the form version to be used in rendering.class
FluentFunctionService
Provides a Fluent Function service.class
FluentGroovyService
Provides a Fluent API Groovy Service.class
FluentJobActionService
Provides a Fluent Job Action service.class
FluentMediaTypeScanService
Provides service for scanning file attachments media type.class
FluentReceiptNumberService
Provides a Fluent Groovy script receipt number service.class
FluentRenderReceiptService
Provides a Fluent Render Receipt Service for generating customized PDF receipt documents.class
FluentScheduledService
Provides a Fluent API Groovy script scheduled service.class
FluentSubmissionCompletedProcessor
Provides a Fluent API Groovy script Submission Completed Processor.class
FluentSubmissionDataValidator
Provides a Fluent API Groovy script submission data validator.class
FluentSubmissionPreprocessor
Provides a Fluent API Groovy script Submission Preprocessor.class
FluentTaskExpiryService
Provides a Fluent API Groovy task expiry service which is called by TM when as task has expired.class
FluentTrackingNumberService
Provides a Fluent API Groovy script Tracking Number generation service.class
FluentTransactionHistoryPublisher
Provides a Fluent API Groovy script Transaction History publish service.class
FluentVirusScanService
Provides a Fluent Virus Scan Service. -
Uses of IUnitTestableService in com.avoka.fc.core.service.form
Classes in com.avoka.fc.core.service.form that implement IUnitTestableService Modifier and Type Class Description class
GroovyDynamicDataService
Provides a dynamic form data service invoking a Groovy script.class
GroovyFormPrefillService
Provides an Groovy Script based Form Prefill Service.class
GroovyFormVersionSelectorService
Provides a service that returns the form version to be used in rendering.class
GroovyReceiptNumberService
Calculates receipt numbers by evaluating a Groovy script.class
GroovyTrackingNumberService
Create a tracking number by evaluating a Groovy script. -
Uses of IUnitTestableService in com.avoka.fc.core.service.impl
Classes in com.avoka.fc.core.service.impl that implement IUnitTestableService Modifier and Type Class Description class
GroovyDeliveryProcessService
Provides a Groovy Script based submission delivery process.class
GroovyFormSecurityFilterService
Provides a templated Groovy-based implementation of the form security filter.class
GroovyRenderReceiptService
Provides a Groovy Script Render Receipt Service for generating customized PDF receipt documents.class
GroovyScheduledService
Provides a Groovy script based scheduled service.class
GroovyServiceImpl
Provide an interface to invoke arbitrary Groovy services.class
TransactionHistoryPublisherImpl
Provides a simple implementation of a Transaction History Publisher, delegating to a customizable Groovy script. -
Uses of IUnitTestableService in com.avoka.fc.core.service.submission
Classes in com.avoka.fc.core.service.submission that implement IUnitTestableService Modifier and Type Class Description class
GroovyFormSavedProcessor
Provides a GroovyScript form saved processor service.class
GroovySubmissionCompletedProcessor
Provides a GroovyScript Submission Form Status 'Completed' Processor service.class
GroovySubmissionDataValidator
Provides a Groovy script submission data validation service.class
GroovySubmissionPreprocessor
Provides a GroovyScript Submission Preprocessor service.class
GroovyTaskExpiryService
Provides a Groovy Script Task Expiry service.
-