Class

demo.myaccount

AddAddressController

Related Doc: package myaccount

Permalink

class AddAddressController extends SunriseAddAddressController

Linear Supertypes
SunriseAddAddressController, WithFormFlow[AddressBookAddressFormData, Customer, Customer], WithForm[AddressBookAddressFormData], WithTemplateName, SunriseAddressBookManagementController, SunriseFrameworkMyAccountController, SunriseFrameworkController, Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddAddressController
  2. SunriseAddAddressController
  3. WithFormFlow
  4. WithForm
  5. WithTemplateName
  6. SunriseAddressBookManagementController
  7. SunriseFrameworkMyAccountController
  8. SunriseFrameworkController
  9. Controller
  10. HeaderNames
  11. Status
  12. Results
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AddAddressController()

    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 asyncValidation(arg0: Form[_ <: AddressBookAddressFormData]): CompletionStage[Form[_ <: AddressBookAddressFormData]]

    Permalink
    Definition Classes
    WithForm
  9. def bindForm(): CompletionStage[Form[_ <: AddressBookAddressFormData]]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def cmsService(): CmsService

    Permalink
    Definition Classes
    SunriseFrameworkController
  12. def createForm(): Form[_ <: AddressBookAddressFormData]

    Permalink
    Definition Classes
    WithForm
  13. def createNewFilledForm(arg0: Customer): Form[_ <: AddressBookAddressFormData]

    Permalink
    Definition Classes
    WithFormFlow
  14. final def createPageData(arg0: PageContent): SunrisePageData

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  15. def doAction(arg0: AddressBookAddressFormData, arg1: Customer): CompletionStage[_ <: Customer]

    Permalink
    Definition Classes
    SunriseAddAddressController → WithFormFlow
  16. def doRequest(arg0: Supplier[CompletionStage[Result]]): CompletionStage[Result]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def fillFormData(arg0: AddressBookAddressFormData, arg1: Customer): Unit

    Permalink
    Definition Classes
    SunriseAddAddressController → WithFormFlow
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def findAddressId(arg0: Customer, arg1: Address): Optional[String]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.addressbook.addaddress]
    Definition Classes
    SunriseAddAddressController
  22. def findCustomer(): CompletionStage[Optional[Customer]]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    SunriseFrameworkMyAccountController
  23. def formFactory(): FormFactory

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getFormDataClass(): Class[_ <: AddressBookAddressFormData]

    Permalink
    Definition Classes
    SunriseAddAddressController → WithForm
  26. def getFrameworkTags(): Set[String]

    Permalink
    Definition Classes
    SunriseAddAddressController → SunriseFrameworkMyAccountController → SunriseFrameworkController
  27. def getTemplateName(): String

    Permalink
    Definition Classes
    SunriseAddAddressController → WithTemplateName
  28. def handleClientErrorFailedAction(arg0: Form[_ <: AddressBookAddressFormData], arg1: Customer, arg2: ClientErrorException): CompletionStage[Result]

    Permalink
    Definition Classes
    SunriseAddAddressController → WithFormFlow
  29. def handleFailedAction(arg0: Form[_ <: AddressBookAddressFormData], arg1: Customer, arg2: Throwable): CompletionStage[Result]

    Permalink
    Definition Classes
    WithFormFlow
  30. def handleGeneralFailedAction(arg0: Throwable): CompletionStage[Result]

    Permalink
    Definition Classes
    WithFormFlow
  31. def handleInvalidForm(arg0: Form[_ <: AddressBookAddressFormData], arg1: Customer): CompletionStage[Result]

    Permalink
    Definition Classes
    WithFormFlow
  32. def handleNotFoundAddress(): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.addressbook]
    Definition Classes
    SunriseAddressBookManagementController
  33. def handleNotFoundCustomer(): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    SunriseFrameworkMyAccountController
  34. def handleSuccessfulAction(arg0: AddressBookAddressFormData, arg1: Customer, arg2: Customer): CompletionStage[Result]

    Permalink
    Definition Classes
    SunriseAddAddressController → WithFormFlow
  35. def handleValidForm(arg0: Form[_ <: AddressBookAddressFormData], arg1: Customer): CompletionStage[Result]

    Permalink
    Definition Classes
    WithFormFlow
  36. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    SunriseFrameworkController
  40. final def isDefaultAddress(arg0: String, arg1: String): Boolean

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.addressbook]
    Definition Classes
    SunriseAddressBookManagementController
  41. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  46. def process(arg0: String): CompletionStage[Result]

    Permalink
    Definition Classes
    SunriseAddAddressController
    Annotations
    @SunriseRoute()
  47. final def redirectToAddressBook(): CompletionStage[Result]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.addressbook]
    Definition Classes
    SunriseAddressBookManagementController
  48. final def redirectToHome(): CompletionStage[Result]

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

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  50. def renderPage(arg0: Form[_ <: AddressBookAddressFormData], arg1: Customer, arg2: Customer): CompletionStage[Html]

    Permalink
    Definition Classes
    SunriseAddAddressController → WithFormFlow
  51. def renderPageWithTemplate(arg0: PageContent, arg1: String, arg2: CmsPage): CompletionStage[Html]

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

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  53. def requireAddress(arg0: Customer, arg1: String): Address

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.addressbook]
    Definition Classes
    SunriseAddressBookManagementController
  54. def requireAddressBookActionData(arg0: String): CompletionStage[AddressBookActionData]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.addressbook]
    Definition Classes
    SunriseAddressBookManagementController
  55. def requireExistingCustomer(): CompletionStage[Customer]

    Permalink
    Attributes
    protected[com.commercetools.sunrise.myaccount.common]
    Definition Classes
    SunriseFrameworkMyAccountController
  56. def requireExistingCustomerId(): String

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

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

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

    Permalink
    Attributes
    protected[com.commercetools.sunrise.common.controllers]
    Definition Classes
    SunriseFrameworkController
  60. def show(arg0: String): CompletionStage[Result]

    Permalink
    Definition Classes
    SunriseAddAddressController
    Annotations
    @SunriseRoute()
  61. def showForm(arg0: Customer): CompletionStage[Result]

    Permalink
    Definition Classes
    WithFormFlow
  62. def sphere(): SphereClient

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

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

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

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

    Permalink
    Definition Classes
    SunriseFrameworkController
  67. def validateForm(arg0: Customer): CompletionStage[Result]

    Permalink
    Definition Classes
    WithFormFlow
  68. final def wait(): Unit

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

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

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

Inherited from SunriseAddAddressController

Inherited from WithFormFlow[AddressBookAddressFormData, Customer, Customer]

Inherited from WithForm[AddressBookAddressFormData]

Inherited from WithTemplateName

Inherited from SunriseAddressBookManagementController

Inherited from SunriseFrameworkMyAccountController

Inherited from SunriseFrameworkController

Inherited from Controller

Inherited from HeaderNames

Inherited from Status

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped