class CardService extends DateUtil
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CardService
- DateUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
CardService()(implicit appConfig: AppConfig, featureConfig: FeatureConfig, viewHelpers: ViewHelpers, portalUrlConfig: PortalUrlConfig, emacUrlBuilder: EmacUrlBuilder, auditCardService: AuditCardService, enrolmentStoreConnector: EnrolmentStoreConnector)
- Annotations
- @Inject()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addNCTSFromGroup()(implicit userProfile: UserProfile[_], hc: HeaderCarrier, ec: ExecutionContext): Future[Boolean]
- implicit val appConfig: AppConfig
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cardsFromEnrolments(enrolmentFromGroup: Boolean)(implicit userProfile: UserProfile[_]): List[TaxesCardData]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
dateDisplayString(date: LocalDate)(implicit lang: Lang, messages: Messages): String
- Definition Classes
- DateUtil
- implicit val enrolmentStoreConnector: EnrolmentStoreConnector
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mtdSaMarketingCard()(implicit userProfile: UserProfile[_]): Option[GenericMicroserviceTaxCardData]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
now(): LocalDateTime
- Definition Classes
- DateUtil
- def ptaCard()(implicit userProfile: UserProfile[_], hc: HeaderCarrier, ec: ExecutionContext): Option[GenericMicroserviceTaxCardData]
- def sendPtaGenericCardAudit(auditType: String, cardData: Option[GenericMicroserviceTaxCardData])(implicit profile: UserProfile[_], hc: HeaderCarrier, ec: ExecutionContext): Unit
- def statusForMultipleEnrolments(enrolments: Seq[Enrolment]): EnrolmentStatus
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()