Packages

class ViewHelpers extends AnyRef

Annotations
@deprecated
Deprecated

(Since version 27-DEC-2019) Do not use, should not be called directly from the view. Phase out usage and replace with tested service layer data transformations and only pass data to views

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewHelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ViewHelpers(appConfig: AppConfig, portalUrlConfig: PortalUrlConfig, portalUrlBuilder: PortalUrlBuilder, portalConfig: PortalConfig)
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val appConfig: AppConfig
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def customsRootUrl: String
  8. def customsUrl(path: String): String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hasActivatedEnrolment(enrolmentKey: HmrcEnrolmentType)(implicit userProfile: UserProfile[_]): Boolean
  14. def hasActivatedEnrolmentForEpaye(implicit userProfile: UserProfile[_]): Boolean
  15. def hasActivatedEnrolmentForMtdVat(implicit userProfile: UserProfile[_]): Boolean
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def isEnrolledForCorporationTax(implicit userProfile: UserProfile[_]): Boolean
  18. def isEnrolledForEpaye(implicit userProfile: UserProfile[_]): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nonActivatedEnrolmentPinRequestPortalUrl(enrolment: Enrolment)(implicit userProfile: UserProfile[_]): String
  22. def nonActivatedEnrolmentPortalUrl(e: Enrolment)(implicit userProfile: UserProfile[_]): String
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def pageTitle(pageName: String)(implicit messages: Messages): String
  26. def populatePortalUrlWithEnrolmentIdentifier(portalUrl: String, enrolment: Enrolment): String
  27. def portalUrl(key: String, finishYear: Int = TaxYear.current.startYear)(implicit userProfile: UserProfile[_]): String
  28. val portalUrlConfig: PortalUrlConfig
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def activatedEnrolmentPortalUrl(enrolment: Enrolment)(implicit userProfile: UserProfile[_]): String
    Annotations
    @deprecated
    Deprecated

    (Since version 04-MAR-2020) needs to be replaced, does not check for enrolment activation status

Inherited from AnyRef

Inherited from Any

Ungrouped