Class

demo.shoppingcart

CartDetailController

Related Doc: package shoppingcart

Permalink

class CartDetailController extends SunriseCartDetailController

Linear Supertypes
SunriseCartDetailController, WithOverwriteableTemplateName, SunriseFrameworkCartController, SunriseFrameworkController, Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CartDetailController
  2. SunriseCartDetailController
  3. WithOverwriteableTemplateName
  4. SunriseFrameworkCartController
  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 CartDetailController()

    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. def applySideEffects(arg0: Cart): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asyncBadRequest(arg0: CompletionStage[Html]): CompletionStage[Result]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createCart(arg0: UserContext): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  11. final def createPageData(arg0: PageContent): SunrisePageData

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def executeCartUpdateCommandWithHooks(arg0: CartUpdateCommand): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  16. 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
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findPrimaryCartInCommercetoolsPlatform(): CompletionStage[Optional[Cart]]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  19. def formFactory(): FormFactory

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getFrameworkTags(): Set[String]

    Permalink
    Definition Classes
    SunriseCartDetailController → SunriseFrameworkController
  22. def getOrCreateCart(): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  23. def getShippingMethods(): CompletionStage[List[ShippingMethod]]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  24. def getTemplateName(): String

    Permalink
    Definition Classes
    SunriseCartDetailController → WithOverwriteableTemplateName
  25. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    SunriseFrameworkController
  28. def injector(): Injector

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def overrideCartSessionData(arg0: Cart): Unit

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  34. def prependErrorHandler(arg0: Predicate[Throwable], arg1: Function[_ >: Throwable, CompletionStage[Result]]): Unit

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

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

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

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

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  39. def requiringExistingPrimaryCart(): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  40. def requiringExistingPrimaryCartWithLineItem(): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  41. final def saveFormError(arg0: Form[_], arg1: String): Unit

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

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

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

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

    Permalink
    Definition Classes
    SunriseCartDetailController
    Annotations
    @AddCSRFToken()
  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 updateCartCountry(arg0: Cart, arg1: CountryCode): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  51. def updateCartWithUserPreferences(arg0: Cart, arg1: UserContext): CompletionStage[Cart]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.shoppingcart.common]
    Definition Classes
    SunriseFrameworkCartController
  52. def userContext(): UserContext

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

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

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

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

Inherited from SunriseCartDetailController

Inherited from WithOverwriteableTemplateName

Inherited from SunriseFrameworkCartController

Inherited from SunriseFrameworkController

Inherited from Controller

Inherited from HeaderNames

Inherited from Status

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped