Class

demo.myaccount

MyOrderListController

Related Doc: package myaccount

Permalink

class MyOrderListController extends SunriseMyOrderListController

Linear Supertypes
SunriseMyOrderListController, WithOverwriteableTemplateName, MyAccountController, SunriseFrameworkController, Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MyOrderListController
  2. SunriseMyOrderListController
  3. WithOverwriteableTemplateName
  4. MyAccountController
  5. SunriseFrameworkController
  6. Controller
  7. HeaderNames
  8. Status
  9. Results
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MyOrderListController()

    Permalink

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 asyncBadRequest(arg0: CompletionStage[Html]): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  6. def asyncInternalServerError(arg0: CompletionStage[Html]): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  7. def asyncOk(arg0: CompletionStage[Html]): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def createPageData(arg0: PageContent): SunrisePageData

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  10. def doRequest(arg0: Supplier[CompletionStage[Result]]): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executeSphereRequestWithHooks[R, C <: SphereRequest[R], F <: Hook, U <: Hook](arg0: C, arg1: Class[F], arg2: BiFunction[F, C, C], arg3: Class[U], arg4: BiFunction[U, R, CompletionStage[_]]): CompletionStage[R]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findCustomer(): CompletionStage[Optional[Customer]]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.myorders.myorderlist]
    Definition Classes
    SunriseMyOrderListController
  16. def findOrderList(arg0: Customer): CompletionStage[PagedQueryResult[Order]]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.myorders.myorderlist]
    Definition Classes
    SunriseMyOrderListController
  17. def formFactory(): FormFactory

    Permalink
    Definition Classes
    SunriseFrameworkController
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getCustomer(arg0: Session): CompletionStage[Optional[Customer]]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    MyAccountController
  20. def getFrameworkTags(): Set[String]

    Permalink
    Definition Classes
    SunriseMyOrderListController → MyAccountController → SunriseFrameworkController
  21. def getTemplateName(): String

    Permalink
    Definition Classes
    SunriseMyOrderListController → WithOverwriteableTemplateName
  22. def handleNotFoundCustomer(): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    MyAccountController
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def hooks(): RequestHookContext

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  25. def i18nResolver(): I18nResolver

    Permalink
    Definition Classes
    SunriseFrameworkController
  26. def ifValidCustomer(arg0: Customer, arg1: Function[Customer, CompletionStage[Result]]): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    MyAccountController
  27. def injector(): Injector

    Permalink
    Definition Classes
    SunriseFrameworkController
  28. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def prependErrorHandler(arg0: Predicate[Throwable], arg1: Function[_ >: Throwable, CompletionStage[Result]]): Unit

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  33. final def redirectToHome(): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  34. final def registerControllerComponent(arg0: ControllerComponent): Unit

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  35. def renderPage(arg0: PagedQueryResult[Order]): CompletionStage[Html]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.myorders.myorderlist]
    Definition Classes
    SunriseMyOrderListController
  36. def renderPageWithTemplate(arg0: PageContent, arg1: String, arg2: CmsPage): CompletionStage[Html]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  37. def renderPageWithTemplate(arg0: PageContent, arg1: String): CompletionStage[Html]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  38. final def runHookOnFoundCustomer(arg0: Customer): CompletionStage[_]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    MyAccountController
  39. final def runHookOnOrderQuery(arg0: OrderQuery): OrderQuery

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.myorders.myorderlist]
    Definition Classes
    SunriseMyOrderListController
  40. final def saveFormError(arg0: Form[_], arg1: String): Unit

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  41. final def saveUnexpectedFormError(arg0: Form[_], arg1: Throwable, arg2: Logger): Unit

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  42. def setI18nTitle(arg0: PageContent, arg1: String): Unit

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  43. def setMultiControllerComponents(arg0: MultiControllerComponentResolver, arg1: Injector): Unit

    Permalink
    Definition Classes
    SunriseFrameworkController
    Annotations
    @Inject()
  44. def show(arg0: String): CompletionStage[Result]

    Permalink
    Definition Classes
    SunriseMyOrderListController
  45. def showOrders(arg0: PagedQueryResult[Order]): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.myorders.myorderlist]
    Definition Classes
    SunriseMyOrderListController
  46. def sphere(): SphereClient

    Permalink
    Definition Classes
    SunriseFrameworkController
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def templateEngine(): TemplateEngine

    Permalink
    Definition Classes
    SunriseFrameworkController
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. def userContext(): UserContext

    Permalink
    Definition Classes
    SunriseFrameworkController
  51. final def wait(): Unit

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

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

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

Inherited from SunriseMyOrderListController

Inherited from WithOverwriteableTemplateName

Inherited from MyAccountController

Inherited from SunriseFrameworkController

Inherited from Controller

Inherited from HeaderNames

Inherited from Status

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped