Trait

com.commercetools.sunrise.framework.controllers

WithFormFlow

Related Doc: package controllers

Permalink

trait WithFormFlow[I, O, F] extends WithForm[F]

Linear Supertypes
WithForm[F], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithFormFlow
  2. WithForm
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def executeAction(input: I, formData: F): CompletionStage[O]

    Permalink
  2. abstract def getFormDataClass(): Class[_ <: F]

    Permalink
    Definition Classes
    WithForm
  3. abstract def getFormFactory(): FormFactory

    Permalink
    Definition Classes
    WithForm
  4. abstract def getLogger(): Logger

    Permalink
  5. abstract def handleClientErrorFailedAction(input: I, form: Form[_ <: F], clientErrorException: ClientErrorException): CompletionStage[Result]

    Permalink
  6. abstract def handleInvalidForm(input: I, form: Form[_ <: F]): CompletionStage[Result]

    Permalink
  7. abstract def handleSuccessfulAction(output: O, formData: F): CompletionStage[Result]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bindForm(): Form[_ <: F]

    Permalink
    Definition Classes
    WithForm
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createForm(): Form[_ <: F]

    Permalink
    Definition Classes
    WithForm
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def handleFailedAction(input: I, form: Form[_ <: F], throwable: Throwable): CompletionStage[Result]

    Permalink
  13. def handleGeneralFailedAction(throwable: Throwable): CompletionStage[Result]

    Permalink
  14. def handleValidForm(input: I, form: Form[_ <: F]): CompletionStage[Result]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def processForm(input: I): CompletionStage[Result]

    Permalink
  21. def saveFormError(form: Form[_ <: F], message: String): Unit

    Permalink
  22. def saveUnexpectedFormError(form: Form[_ <: F], throwable: Throwable): Unit

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def validateForm(input: I, form: Form[_ <: F]): CompletionStage[Form[_ <: F]]

    Permalink
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WithForm[F]

Inherited from AnyRef

Inherited from Any

Ungrouped