Uses of Interface
com.avoka.fc.core.service.ISubmissionDeliveryController
-
Packages that use ISubmissionDeliveryController Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation. -
-
Uses of ISubmissionDeliveryController in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return ISubmissionDeliveryController Modifier and Type Method Description static ISubmissionDeliveryController
ServiceFactory. getSubmissionDeliveryService()
Return SubmissionDeliveryService instance. -
Uses of ISubmissionDeliveryController in com.avoka.fc.core.service.impl
Classes in com.avoka.fc.core.service.impl that implement ISubmissionDeliveryController Modifier and Type Class Description class
SubmissionDeliveryControllerService
Provides an implementation of SubmissionDeliveryController.
-