SubmissionService

works.iterative.forms.service.SubmissionService
See theSubmissionService companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def loadPdf(id: String): UIO[Option[Chunk[Byte]]]
def renderPdf(data: FormContent, fileName: String): UIO[Chunk[Byte]]
def submit(data: FormContent, lang: Option[Language]): UIO[SubmitResult]

Inherited and Abstract methods

def submitDs(data: FormContent): UIO[SubmitResult]

Attributes

Inherited from:
DsSubmissionService