Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FanProfilingService

Hierarchy

  • FanProfilingService

Index

Constructors

constructor

Properties

Private seatersApi

seatersApi: SeatersApi

Methods

getProfilingCategories

  • getProfilingCategories(pagingOptions: any): Promise<PagedSortedResult<ProfilingCategory>>
  • Parameters

    • pagingOptions: any

    Returns Promise<PagedSortedResult<ProfilingCategory>>

getProfilingCategoryById

  • Parameters

    • categoryId: string

    Returns Promise<ProfilingCategory>

getProfilingFanAttributeById

  • Parameters

    • fanAttributeId: string

    Returns Promise<ProfilingFanAttribute>

getUserFanAttributes

  • Parameters

    Returns Promise<PagedSortedResult<UserFanAttribute>>

getUserInterests

  • getUserInterests(pagingOptions: any): Promise<PagedSortedResult<UserInterest>>
  • Parameters

    • pagingOptions: any

    Returns Promise<PagedSortedResult<UserInterest>>

seachFanAttributes

  • Parameters

    • query: string
    • validated: boolean

    Returns Promise<ProfilingFanAttribute[]>

updateUserFanAttribute

updateUserInterest

Generated using TypeDoc