Class UserPermissions

java.lang.Object
net.atthegate.server.models.UserPermissions
All Implemented Interfaces:
Serializable

public class UserPermissions extends Object implements Serializable
Created by ivbar on 01.07.16.
See Also:
  • Field Details

    • TYPE_ATG

      public static final String TYPE_ATG
      See Also:
    • TYPE_OTC

      public static final String TYPE_OTC
      See Also:
    • TYPE_VIN

      public static final String TYPE_VIN
      See Also:
    • MATCH_ON_EXIT

      public static final String MATCH_ON_EXIT
      See Also:
    • MATCH_ON_ENTRANSE

      public static final String MATCH_ON_ENTRANSE
      See Also:
    • DO_NOT_MATCH

      public static final String DO_NOT_MATCH
      See Also:
    • isAllowToUse

      public boolean isAllowToUse
    • isAllowToUseDateChanged

      public Long isAllowToUseDateChanged
    • isAllowToUseAsATR

      public boolean isAllowToUseAsATR
    • isLite

      public boolean isLite
    • isVisitorsAllowed

      public boolean isVisitorsAllowed
    • isVisitorsMigrated

      public boolean isVisitorsMigrated
    • isDriverDecodeEnabled

      public boolean isDriverDecodeEnabled
    • appType

      public String appType
    • matchType

      public String matchType
    • stolenCarSiteId

      public int stolenCarSiteId
    • stolenCarLormarinsSiteId

      public int stolenCarLormarinsSiteId
    • stolenCarSecuritasSiteId

      public int stolenCarSecuritasSiteId
    • estateMateKey

      public String estateMateKey
    • codeLength

      public Integer codeLength
    • cfeCompanyId

      public String cfeCompanyId
    • cfeProfiles

      public String cfeProfiles
    • intelligenceApiUrl

      public String intelligenceApiUrl
    • intelligenceApiKey

      public String intelligenceApiKey
    • iotCam

      public boolean iotCam
    • allowSms

      public boolean allowSms
    • allowATRWeb

      public boolean allowATRWeb
    • checkTransUnionAPI

      public boolean checkTransUnionAPI
    • phoneCalls

      public boolean phoneCalls
    • whatsApp

      public boolean whatsApp
    • platformPhoneRequired

      public boolean platformPhoneRequired
    • metegradeApi

      public boolean metegradeApi
    • metegradeApiProfiles

      public String metegradeApiProfiles
    • metegradeIncident

      public boolean metegradeIncident
    • metagratedAPIEmails

      public String metagratedAPIEmails
    • embeddedDevices

      @Deprecated public Map<String,EmbeddedDevice> embeddedDevices
      Deprecated.
    • removeEntriesOlder

      public Integer removeEntriesOlder
    • removeEntriesOlderDateChanged

      public Long removeEntriesOlderDateChanged
    • matchEntriesTill

      public Integer matchEntriesTill
    • storageToken

      public String storageToken
    • datastudioFrames

      public Map<String,DatastudioFrame> datastudioFrames
    • datastudioURL

      public String datastudioURL
  • Constructor Details

    • UserPermissions

      public UserPermissions()
  • Method Details