Serialized Form

  • Package com.skava.constants

  • Package com.skava.entities

    • Class com.skava.entities.AddressesEntity

      class AddressesEntity extends Object implements Serializable
      serialVersionUID:
      8314835756219545404L
      • Serialized Fields

        • city
          String city
          The city.
        • country
          String country
          The country.
        • county
          String county
          The county.
        • createdBy
          long createdBy
          The created By.
        • createdDate
          Date createdDate
          The created date.
        • email
          String email
          The email.
        • firstName
          String firstName
          The first name.
        • id
          long id
          Id of address.
        • isDefault
          boolean isDefault
          IsDefault.
        • lastName
          String lastName
          The last name.
        • middleName
          String middleName
          The middle name.
        • overridden
          boolean overridden
          The overridden.
        • phone
          String phone
          The phone.
        • properties
          List<AddressPropertiesEntity> properties
          The properties.
        • state
          String state
          The state.
        • street1
          String street1
          The street 1.
        • street2
          String street2
          The street 2.
        • street3
          String street3
          The street 3.
        • type
          String type
          Address type.
        • updatedBy
          long updatedBy
          The updated By.
        • updatedDate
          Date updatedDate
          The updated date.
        • user
          UsersEntity user
          UserId of Address.
        • validated
          boolean validated
          The validated.
        • validatedOn
          long validatedOn
          The validatedOn.
        • validationType
          String validationType
          The validationType.
        • zipCode
          String zipCode
          The zip code.
    • Class com.skava.entities.AddressPropertiesEntity

      class AddressPropertiesEntity extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • address
          AddressesEntity address
          The address user ID.
        • id
          long id
          The address Properties id.
        • name
          String name
          The name of the address property.
        • value
          String value
          The value of the property.
    • Class com.skava.entities.AttributeEntity

      class AttributeEntity extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • alternateNames
          String alternateNames
          alternateNames
        • collectionId
          long collectionId
          collectionId
        • createdBy
          long createdBy
          created by
        • createdTime
          Date createdTime
          created time
        • defaultValue
          String defaultValue
          defaultValue
        • fieldtype
          AttributeFieldType fieldtype
          filedtype
        • groupIds
          String groupIds
          groupIds
        • id
          long id
          The id.
        • identifier
          String identifier
          identifier
        • locale
          String locale
          locale
        • name
          String name
          name
        • properties
          String properties
          to store properties
        • required
          boolean required
          required
        • sequence
          Float sequence
          sequence
        • status
          AttributeStatus status
          status
        • type
          AttributeType type
          type
        • updatedBy
          long updatedBy
          updated by
        • updatedTime
          Date updatedTime
          updated time
        • validation
          String validation
          validation
        • visibleToBuyer
          boolean visibleToBuyer
          visibleToBuyer
    • Class com.skava.entities.BlackListedItemsEntity

      class BlackListedItemsEntity extends Object implements Serializable
      serialVersionUID:
      6238889812082297323L
      • Serialized Fields

        • createdDate
          Date createdDate
          The created date.
        • id
          long id
          User id.
        • type
          BlackListedItemsType type
          The user type.
        • updatedDate
          Date updatedDate
          The updated date.
        • value
          String value
          The password.
    • Class com.skava.entities.CollectionAttributeEntity

      class CollectionAttributeEntity extends Object implements Serializable
      serialVersionUID:
      -8531744531406984465L
      • Serialized Fields

        • defaultValue
          String defaultValue
          The defaultValue of the attribute.
        • description
          String description
          Attribute description.
        • id
          long id
          Id of the attribute.
        • name
          String name
          Name of the attribute.
        • nullable
          boolean nullable
          Nullable boolean value either true or false, whether the value allows null or not.
        • rule
          String rule
          The rule of the attribute.
        • type
          String type
          The Attribute type.
    • Class com.skava.entities.CollectionEntity

      class CollectionEntity extends Object implements Serializable
      serialVersionUID:
      8314835756219545404L
      • Serialized Fields

        • businessId
          Long businessId
          Business id.
        • createdBy
          Long createdBy
          The created by.
        • createdTimestamp
          Date createdTimestamp
          The created date time.
        • description
          String description
          Collection description.
        • id
          Long id
          Collection id.
        • name
          String name
          Name of the collection.
        • properties
          Set<CollectionPropertyEntity> properties
          Collection properties as list object.
        • status
          String status
          The collection status.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedTimestamp
          Date updatedTimestamp
          The updated date time.
    • Class com.skava.entities.CollectionPropertyEntity

      class CollectionPropertyEntity extends Object implements Serializable
      serialVersionUID:
      2729129654398933801L
      • Serialized Fields

        • attribute
          CollectionAttributeEntity attribute
          The attribute information for this collection property.
        • collection
          CollectionEntity collection
          The collection entity object.
        • createdBy
          Long createdBy
          The created by.
        • createdTimestamp
          Date createdTimestamp
          The created date time.
        • id
          Long id
          Collection property id.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedTimestamp
          Date updatedTimestamp
          The updated date time.
        • value
          String value
          The value of the properties.
    • Class com.skava.entities.ConsentEntity

      class ConsentEntity extends Object implements Serializable
      serialVersionUID:
      -3409053606477269369L
      • Serialized Fields

        • collection
          CollectionEntity collection
          Collection id.
        • createdBy
          Long createdBy
          The created by.
        • createdTimestamp
          Date createdTimestamp
          The created date time.
        • id
          Long id
          Consent id.
        • requiredFlag
          boolean requiredFlag
          The requiredFlag.
        • status
          String status
          Consent status.
        • title
          String title
          The title of the consent.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedTimestamp
          Date updatedTimestamp
          The updated date time.
        • userConsent
          List<UserConsentEntity> userConsent
          The user consent.
        • userConsentHistory
          List<UserConsentHistoryEntity> userConsentHistory
          The user consent history.
    • Class com.skava.entities.CredentialsEntity

      class CredentialsEntity extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • createdDate
          Date createdDate
          The created date.
        • id
          long id
          The id.
        • oldPasswords
          String oldPasswords
          The old passwords.
        • password
          String password
          The password.
        • passwordUpdatedDate
          Date passwordUpdatedDate
          The created date.
        • passwordUpdateNotifiedDate
          Date passwordUpdateNotifiedDate
          The created date.
        • securityQuestions
          String securityQuestions
          The security questions.
        • updatedDate
          Date updatedDate
          The updated date.
        • user
          UsersEntity user
          The user.
    • Class com.skava.entities.IdentitiesEntity

      class IdentitiesEntity extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • createdDate
          Date createdDate
          The created date.
        • id
          long id
          Identities id.
        • identity
          String identity
          The identity.
        • status
          String status
          The status.
        • type
          int type
          The type.
        • updatedDate
          Date updatedDate
          The updated date.
        • user
          UsersEntity user
          The user.
    • Class com.skava.entities.MFAAuthEntity

      class MFAAuthEntity extends Object implements Serializable
      serialVersionUID:
      880780692726647099L
      • Serialized Fields

        • createdBy
          Long createdBy
          The created by.
        • createdOn
          Date createdOn
          The created date time.
        • createdTimestamp
          Date createdTimestamp
          The created timestamp.
        • id
          Long id
          Note id.
        • loginToken
          String loginToken
          The loginToken.
        • loginTokenStatus
          String loginTokenStatus
          The MFA authenticator status.
        • secretCode
          String secretCode
          The secret code.
        • status
          String status
          The MFA authenticator status.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedOn
          Date updatedOn
          The updated date time.
        • userId
          Long userId
          The user.
    • Class com.skava.entities.NotesEntity

      class NotesEntity extends Object implements Serializable
      serialVersionUID:
      880780692726647099L
      • Serialized Fields

        • createdBy
          Long createdBy
          The created by.
        • createdOn
          Date createdOn
          The created date time.
        • description
          String description
          The notes description.
        • id
          Long id
          Note id.
        • title
          String title
          The title of the notes.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedOn
          Date updatedOn
          The updated date time.
        • user
          UsersEntity user
          The user.
    • Class com.skava.entities.PropertiesEntity

      class PropertiesEntity extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • id
          long id
          The Properties id.
        • name
          String name
          The name of the property.
        • user
          UsersEntity user
          The user.
        • value
          String value
          The value of the property.
    • Class com.skava.entities.QAddressesEntity

      class QAddressesEntity extends com.querydsl.core.types.dsl.EntityPathBase<AddressesEntity> implements Serializable
      serialVersionUID:
      -1490304225L
      • Serialized Fields

        • city
          com.querydsl.core.types.dsl.StringPath city
        • country
          com.querydsl.core.types.dsl.StringPath country
        • county
          com.querydsl.core.types.dsl.StringPath county
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdDate
          com.querydsl.core.types.dsl.DateTimePath<Date> createdDate
        • email
          com.querydsl.core.types.dsl.StringPath email
        • firstName
          com.querydsl.core.types.dsl.StringPath firstName
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • isDefault
          com.querydsl.core.types.dsl.BooleanPath isDefault
        • lastName
          com.querydsl.core.types.dsl.StringPath lastName
        • middleName
          com.querydsl.core.types.dsl.StringPath middleName
        • overridden
          com.querydsl.core.types.dsl.BooleanPath overridden
        • phone
          com.querydsl.core.types.dsl.StringPath phone
        • properties
          com.querydsl.core.types.dsl.ListPath<AddressPropertiesEntity,QAddressPropertiesEntity> properties
        • state
          com.querydsl.core.types.dsl.StringPath state
        • street1
          com.querydsl.core.types.dsl.StringPath street1
        • street2
          com.querydsl.core.types.dsl.StringPath street2
        • street3
          com.querydsl.core.types.dsl.StringPath street3
        • type
          com.querydsl.core.types.dsl.StringPath type
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedDate
        • user
          QUsersEntity user
        • validated
          com.querydsl.core.types.dsl.BooleanPath validated
        • validatedOn
          com.querydsl.core.types.dsl.NumberPath<Long> validatedOn
        • validationType
          com.querydsl.core.types.dsl.StringPath validationType
        • zipCode
          com.querydsl.core.types.dsl.StringPath zipCode
    • Class com.skava.entities.QAddressPropertiesEntity

      class QAddressPropertiesEntity extends com.querydsl.core.types.dsl.EntityPathBase<AddressPropertiesEntity> implements Serializable
      serialVersionUID:
      825852420L
      • Serialized Fields

        • address
          QAddressesEntity address
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • name
          com.querydsl.core.types.dsl.StringPath name
        • value
          com.querydsl.core.types.dsl.StringPath value
    • Class com.skava.entities.QAttributeEntity

      class QAttributeEntity extends com.querydsl.core.types.dsl.EntityPathBase<AttributeEntity> implements Serializable
      serialVersionUID:
      571362969L
      • Serialized Fields

        • alternateNames
          com.querydsl.core.types.dsl.StringPath alternateNames
        • collectionId
          com.querydsl.core.types.dsl.NumberPath<Long> collectionId
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdTime
          com.querydsl.core.types.dsl.DateTimePath<Date> createdTime
        • defaultValue
          com.querydsl.core.types.dsl.StringPath defaultValue
        • fieldtype
          com.querydsl.core.types.dsl.EnumPath<AttributeFieldType> fieldtype
        • groupIds
          com.querydsl.core.types.dsl.StringPath groupIds
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • identifier
          com.querydsl.core.types.dsl.StringPath identifier
        • locale
          com.querydsl.core.types.dsl.StringPath locale
        • name
          com.querydsl.core.types.dsl.StringPath name
        • properties
          com.querydsl.core.types.dsl.StringPath properties
        • required
          com.querydsl.core.types.dsl.BooleanPath required
        • sequence
          com.querydsl.core.types.dsl.NumberPath<Float> sequence
        • status
          com.querydsl.core.types.dsl.EnumPath<AttributeStatus> status
        • type
          com.querydsl.core.types.dsl.EnumPath<AttributeType> type
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedTime
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedTime
        • validation
          com.querydsl.core.types.dsl.StringPath validation
        • visibleToBuyer
          com.querydsl.core.types.dsl.BooleanPath visibleToBuyer
    • Class com.skava.entities.QBlackListedItemsEntity

      class QBlackListedItemsEntity extends com.querydsl.core.types.dsl.EntityPathBase<BlackListedItemsEntity> implements Serializable
      serialVersionUID:
      1108730189L
      • Serialized Fields

        • createdDate
          com.querydsl.core.types.dsl.DateTimePath<Date> createdDate
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • type
          com.querydsl.core.types.dsl.EnumPath<BlackListedItemsType> type
        • updatedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedDate
        • value
          com.querydsl.core.types.dsl.StringPath value
    • Class com.skava.entities.QCollectionAttributeEntity

      class QCollectionAttributeEntity extends com.querydsl.core.types.dsl.EntityPathBase<CollectionAttributeEntity> implements Serializable
      serialVersionUID:
      1045501851L
      • Serialized Fields

        • defaultValue
          com.querydsl.core.types.dsl.StringPath defaultValue
        • description
          com.querydsl.core.types.dsl.StringPath description
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • name
          com.querydsl.core.types.dsl.StringPath name
        • nullable
          com.querydsl.core.types.dsl.BooleanPath nullable
        • rule
          com.querydsl.core.types.dsl.StringPath rule
        • type
          com.querydsl.core.types.dsl.StringPath type
    • Class com.skava.entities.QCollectionEntity

      class QCollectionEntity extends com.querydsl.core.types.dsl.EntityPathBase<CollectionEntity> implements Serializable
      serialVersionUID:
      -539068825L
      • Serialized Fields

        • businessId
          com.querydsl.core.types.dsl.NumberPath<Long> businessId
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
        • description
          com.querydsl.core.types.dsl.StringPath description
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • name
          com.querydsl.core.types.dsl.StringPath name
        • properties
          com.querydsl.core.types.dsl.SetPath<CollectionPropertyEntity,QCollectionPropertyEntity> properties
        • status
          com.querydsl.core.types.dsl.StringPath status
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedTimestamp
    • Class com.skava.entities.QCollectionPropertyEntity

      class QCollectionPropertyEntity extends com.querydsl.core.types.dsl.EntityPathBase<CollectionPropertyEntity> implements Serializable
      serialVersionUID:
      -543291236L
      • Serialized Fields

        • attribute
          QCollectionAttributeEntity attribute
        • collection
          QCollectionEntity collection
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedTimestamp
        • value
          com.querydsl.core.types.dsl.StringPath value
    • Class com.skava.entities.QConsentEntity

      class QConsentEntity extends com.querydsl.core.types.dsl.EntityPathBase<ConsentEntity> implements Serializable
      serialVersionUID:
      -42417129L
      • Serialized Fields

        • collection
          QCollectionEntity collection
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • requiredFlag
          com.querydsl.core.types.dsl.BooleanPath requiredFlag
        • status
          com.querydsl.core.types.dsl.StringPath status
        • title
          com.querydsl.core.types.dsl.StringPath title
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedTimestamp
        • userConsent
          com.querydsl.core.types.dsl.ListPath<UserConsentEntity,QUserConsentEntity> userConsent
        • userConsentHistory
          com.querydsl.core.types.dsl.ListPath<UserConsentHistoryEntity,QUserConsentHistoryEntity> userConsentHistory
    • Class com.skava.entities.QCredentialsEntity

      class QCredentialsEntity extends com.querydsl.core.types.dsl.EntityPathBase<CredentialsEntity> implements Serializable
      serialVersionUID:
      -521033607L
      • Serialized Fields

        • createdDate
          com.querydsl.core.types.dsl.DateTimePath<Date> createdDate
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • oldPasswords
          com.querydsl.core.types.dsl.StringPath oldPasswords
        • password
          com.querydsl.core.types.dsl.StringPath password
        • passwordUpdatedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> passwordUpdatedDate
        • passwordUpdateNotifiedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> passwordUpdateNotifiedDate
        • securityQuestions
          com.querydsl.core.types.dsl.StringPath securityQuestions
        • updatedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedDate
        • user
          QUsersEntity user
    • Class com.skava.entities.QIdentitiesEntity

      class QIdentitiesEntity extends com.querydsl.core.types.dsl.EntityPathBase<IdentitiesEntity> implements Serializable
      serialVersionUID:
      -414586075L
      • Serialized Fields

        • createdDate
          com.querydsl.core.types.dsl.DateTimePath<Date> createdDate
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • identity
          com.querydsl.core.types.dsl.StringPath identity
        • status
          com.querydsl.core.types.dsl.StringPath status
        • type
          com.querydsl.core.types.dsl.NumberPath<Integer> type
        • updatedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedDate
        • user
          QUsersEntity user
    • Class com.skava.entities.QMFAAuthEntity

      class QMFAAuthEntity extends com.querydsl.core.types.dsl.EntityPathBase<MFAAuthEntity> implements Serializable
      serialVersionUID:
      1767586605L
      • Serialized Fields

        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdOn
          com.querydsl.core.types.dsl.DateTimePath<Date> createdOn
        • createdTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • loginToken
          com.querydsl.core.types.dsl.StringPath loginToken
        • loginTokenStatus
          com.querydsl.core.types.dsl.StringPath loginTokenStatus
        • secretCode
          com.querydsl.core.types.dsl.StringPath secretCode
        • status
          com.querydsl.core.types.dsl.StringPath status
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedOn
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedOn
        • userId
          com.querydsl.core.types.dsl.NumberPath<Long> userId
    • Class com.skava.entities.QNotesEntity

      class QNotesEntity extends com.querydsl.core.types.dsl.EntityPathBase<NotesEntity> implements Serializable
      serialVersionUID:
      1416368126L
      • Serialized Fields

        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdOn
          com.querydsl.core.types.dsl.DateTimePath<Date> createdOn
        • description
          com.querydsl.core.types.dsl.StringPath description
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • title
          com.querydsl.core.types.dsl.StringPath title
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedOn
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedOn
        • user
          QUsersEntity user
    • Class com.skava.entities.QPropertiesEntity

      class QPropertiesEntity extends com.querydsl.core.types.dsl.EntityPathBase<PropertiesEntity> implements Serializable
      serialVersionUID:
      1956139324L
      • Serialized Fields

        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • name
          com.querydsl.core.types.dsl.StringPath name
        • user
          QUsersEntity user
        • value
          com.querydsl.core.types.dsl.StringPath value
    • Class com.skava.entities.QUserConsentEntity

      class QUserConsentEntity extends com.querydsl.core.types.dsl.EntityPathBase<UserConsentEntity> implements Serializable
      serialVersionUID:
      -2044887796L
      • Serialized Fields

        • browser
          com.querydsl.core.types.dsl.StringPath browser
        • consent
          QConsentEntity consent
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
        • device
          com.querydsl.core.types.dsl.StringPath device
        • geoLocation
          com.querydsl.core.types.dsl.StringPath geoLocation
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • ipAddress
          com.querydsl.core.types.dsl.StringPath ipAddress
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedTimestamp
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedTimestamp
        • user
          QUsersEntity user
    • Class com.skava.entities.QUserConsentHistoryEntity

      class QUserConsentHistoryEntity extends com.querydsl.core.types.dsl.EntityPathBase<UserConsentHistoryEntity> implements Serializable
      serialVersionUID:
      -261854130L
      • Serialized Fields

        • action
          com.querydsl.core.types.dsl.StringPath action
        • browser
          com.querydsl.core.types.dsl.StringPath browser
        • consent
          QConsentEntity consent
        • createdBy
          com.querydsl.core.types.dsl.NumberPath<Long> createdBy
        • createdOn
          com.querydsl.core.types.dsl.DateTimePath<Date> createdOn
        • device
          com.querydsl.core.types.dsl.StringPath device
        • geoLocation
          com.querydsl.core.types.dsl.StringPath geoLocation
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • ipAddress
          com.querydsl.core.types.dsl.StringPath ipAddress
        • updatedBy
          com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
        • updatedOn
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedOn
        • user
          QUsersEntity user
    • Class com.skava.entities.QUsersEntity

      class QUsersEntity extends com.querydsl.core.types.dsl.EntityPathBase<UsersEntity> implements Serializable
      serialVersionUID:
      -834699771L
      • Serialized Fields

        • addresses
          com.querydsl.core.types.dsl.ListPath<AddressesEntity,QAddressesEntity> addresses
        • collection
          QCollectionEntity collection
        • createdDate
          com.querydsl.core.types.dsl.DateTimePath<Date> createdDate
        • credentials
          QCredentialsEntity credentials
        • dateOfBirth
          com.querydsl.core.types.dsl.StringPath dateOfBirth
        • email
          com.querydsl.core.types.dsl.StringPath email
        • firstName
          com.querydsl.core.types.dsl.StringPath firstName
        • gender
          com.querydsl.core.types.dsl.StringPath gender
        • id
          com.querydsl.core.types.dsl.NumberPath<Long> id
        • identities
          com.querydsl.core.types.dsl.ListPath<IdentitiesEntity,QIdentitiesEntity> identities
        • lastName
          com.querydsl.core.types.dsl.StringPath lastName
        • phoneNumber
          com.querydsl.core.types.dsl.StringPath phoneNumber
        • photo
          com.querydsl.core.types.dsl.StringPath photo
        • preferences
          com.querydsl.core.types.dsl.StringPath preferences
        • properties
          com.querydsl.core.types.dsl.ListPath<PropertiesEntity,QPropertiesEntity> properties
        • referenceAttribute
          com.querydsl.core.types.dsl.StringPath referenceAttribute
        • referenceAttribute1
          com.querydsl.core.types.dsl.StringPath referenceAttribute1
        • referenceAttribute2
          com.querydsl.core.types.dsl.NumberPath<Long> referenceAttribute2
        • status
          com.querydsl.core.types.dsl.StringPath status
        • type
          com.querydsl.core.types.dsl.NumberPath<Integer> type
        • updatedDate
          com.querydsl.core.types.dsl.DateTimePath<Date> updatedDate
        • userConsent
          com.querydsl.core.types.dsl.ListPath<UserConsentEntity,QUserConsentEntity> userConsent
        • userConsentHistory
          com.querydsl.core.types.dsl.ListPath<UserConsentHistoryEntity,QUserConsentHistoryEntity> userConsentHistory
        • userName
          com.querydsl.core.types.dsl.StringPath userName
        • userNotes
          com.querydsl.core.types.dsl.ListPath<NotesEntity,QNotesEntity> userNotes
    • Class com.skava.entities.UserConsentEntity

      class UserConsentEntity extends Object implements Serializable
      serialVersionUID:
      7999332705081003572L
      • Serialized Fields

        • browser
          String browser
          Browser used by user.
        • consent
          ConsentEntity consent
          The ConsentId.
        • createdBy
          Long createdBy
          The created by.
        • createdTimestamp
          Date createdTimestamp
          The created date time.
        • device
          String device
          Device used by user.
        • geoLocation
          String geoLocation
          Geo-location of the user.
        • id
          Long id
          Userconsent id.
        • ipAddress
          String ipAddress
          IP Address of the user.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedTimestamp
          Date updatedTimestamp
          The updated date time.
        • user
          UsersEntity user
          The user.
    • Class com.skava.entities.UserConsentHistoryEntity

      class UserConsentHistoryEntity extends Object implements Serializable
      serialVersionUID:
      -2980625252782413602L
      • Serialized Fields

        • action
          String action
          Action of the user.
        • browser
          String browser
          Browser used by user.
        • consent
          ConsentEntity consent
          The ConsentId.
        • createdBy
          Long createdBy
          The created by.
        • createdOn
          Date createdOn
          The created date time.
        • device
          String device
          Device used by user.
        • geoLocation
          String geoLocation
          Geo-location of the user.
        • id
          Long id
          User consent history id.
        • ipAddress
          String ipAddress
          IP Address of the user.
        • updatedBy
          Long updatedBy
          The updated by.
        • updatedOn
          Date updatedOn
          The updated date time.
        • user
          UsersEntity user
          The user.
    • Class com.skava.entities.UsersEntity

      class UsersEntity extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • addresses
          List<AddressesEntity> addresses
          The addresses.
        • collection
          CollectionEntity collection
          Collection id.
        • createdDate
          Date createdDate
          The created date.
        • credentials
          CredentialsEntity credentials
          The credentials.
        • dateOfBirth
          String dateOfBirth
          The date of birth.
        • email
          String email
          User email.
        • firstName
          String firstName
          The first name of the user.
        • gender
          String gender
          The gender.
        • id
          long id
          User id.
        • identities
          List<IdentitiesEntity> identities
          The identities.
        • lastName
          String lastName
          The last name of the user.
        • phoneNumber
          String phoneNumber
          User phone number.
        • photo
          String photo
          User photo.
        • preferences
          String preferences
          The preferences of the user.
        • properties
          List<PropertiesEntity> properties
          The properties.
        • referenceAttribute
          String referenceAttribute
          Reference id
        • referenceAttribute1
          String referenceAttribute1
          Reference id
        • referenceAttribute2
          long referenceAttribute2
          Reference id
        • status
          String status
          The status of the user.
        • type
          int type
          The user type.
        • updatedDate
          Date updatedDate
          The updated date.
        • userConsent
          List<UserConsentEntity> userConsent
          The user consent.
        • userConsentHistory
          List<UserConsentHistoryEntity> userConsentHistory
          The user notes.
        • userName
          String userName
          User Name.
        • userNotes
          List<NotesEntity> userNotes
          The user notes.
  • Package com.skava.helper.search

  • Package com.skava.model

  • Package com.skava.model.datatransferobjects

  • Package com.skava.model.domain

    • Class com.skava.model.domain.AttributeDO

      class AttributeDO extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • alternateNames
          String alternateNames
          visibleToBuyer param*.
        • collectionId
          long collectionId
          collectionId param*.
        • createdBy
          long createdBy
          The created by.
        • createdTime
          Date createdTime
          createdTime param*.
        • defaultValue
          String defaultValue
          Deafult Value
        • fieldtype
          AttributeFieldType fieldtype
          Fieldtype param
        • filter
          String filter
          filter.
        • groupIds
          String groupIds
          groupIds param*.
        • id
          long id
          The id
        • identifier
          String identifier
        • locale
          String locale
          The locale.
        • name
          String name
          Name param
        • page
          int page
          page param.
        • properties
          List<AttributeProperty> properties
          attribute can be sorted or not
        • required
          Boolean required
          Required param
        • sequence
          Float sequence
          sequence
        • size
          int size
          size param.
        • status
          AttributeStatus status
          Status param
        • type
          AttributeType type
          Type type
        • updatedBy
          long updatedBy
          The updated by.
        • updatedTime
          Date updatedTime
          updatedTime param*.
        • validation
          String validation
          validation param*.
        • visibleToBuyer
          Boolean visibleToBuyer
          visibleToBuyer param*.
  • Package com.skava.model.exchange

    • Class com.skava.model.exchange.Attribute

      class Attribute extends Object implements Serializable
      serialVersionUID:
      -402835073014960734L
      • Serialized Fields

        • alternateNames
          String alternateNames
          alternateNames
        • createdBy
          long createdBy
          created by
        • createdTime
          Date createdTime
          created time
        • defaultValue
          String defaultValue
          Deafult Value
        • fieldtype
          AttributeFieldType fieldtype
          fieldtype
        • groupIds
          String groupIds
          groupIds
        • identifier
          String identifier
          identifier
        • isVisibleToBuyer
          Boolean isVisibleToBuyer
          visibleToBuyer
        • locale
          String locale
          locale
        • name
          String name
          name
        • properties
          List<AttributeProperty> properties
          properties
        • required
          Boolean required
          required
        • sequence
          Float sequence
        • status
          AttributeStatus status
          status
        • type
          AttributeType type
          type
        • updatedBy
          long updatedBy
          updated by
        • updatedTime
          Date updatedTime
          updated time
        • validation
          String validation
          validation
    • Class com.skava.model.exchange.RequestInternal

      class RequestInternal extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      888536375039707568L
      • Serialized Fields

        • attributeId
          String attributeId
          The attributeId
        • attrId
          long attrId
          The attrId
        • authToken
          String authToken
          authToken.
        • collectionId
          long collectionId
          collectionId collectionId which mapped with the user type.
        • filter
          String filter
          filter filter string for search.
        • id
          long id
          id.
        • identifier
          String identifier
          The identifier
        • name
          String name
          name name string for search.
        • page
          int page
          page.
        • size
          int size
          size.
        • sort
          String sort
          sort sort string for search.
  • Package com.skava.model.exchange.request

  • Package com.skava.model.requests

    • Class com.skava.model.requests.BlackListItemRequest

      class BlackListItemRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • blackListItem
          @Valid BlackListItem blackListItem
        • blackListItems
          @Valid List<BlackListItem> blackListItems
          The List of blackListItems.
        • id
          long id
        • locale
          String locale
        • page
          int page
          The page.
        • size
          @jakarta.validation.constraints.Max(1000L) int size
          The size.
        • type
          String type
          The Search
        • value
          String value
          The search.
    • Class com.skava.model.requests.CollectionAttributeRequest

      class CollectionAttributeRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      -6541623830906386726L
    • Class com.skava.model.requests.CollectionPropertyRequest

      class CollectionPropertyRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • businessId
          Long businessId
          The business id.
        • collectionId
          Long collectionId
          The collection id.
        • locale
          String locale
          The locale.
        • name
          String name
          The name.
        • properties
          List<CollectionProperty> properties
          The collection property List.
    • Class com.skava.model.requests.CollectionRequest

      class CollectionRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
        • businessId
          Long businessId
          The business id.
        • collectionId
          Long collectionId
          The collection id.
        • filter
          String filter
          The filter.
        • locale
          String locale
          The locale.
        • page
          int page
          The page.
        • size
          @jakarta.validation.constraints.Max(500L) int size
          The size.
        • sort
          String sort
          The sort.
    • Class com.skava.model.requests.ConsentRequest

      class ConsentRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      2065053780297908685L
      • Serialized Fields

        • collectionId
          long collectionId
          The collection id.
        • consent
          Consent consent
          The consent
        • id
          Long id
          The id
        • locale
          String locale
          The locale.
        • page
          int page
          The page.
        • search
          String search
          The search.
        • size
          @jakarta.validation.constraints.Max(100L) int size
          The size.
    • Class com.skava.model.requests.MfaAuthRequest

      class MfaAuthRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      2065053780297908685L
      • Serialized Fields

        • collectionId
          long collectionId
          The collectionId
        • id
          long id
          The id
        • locale
          String locale
          The locale.
        • mfaAuthenticator
          MfaAuthenticator mfaAuthenticator
          The mfaAuthenticator
        • userId
          long userId
          The userId
    • Class com.skava.model.requests.NotesRequest

      class NotesRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      8606579205724514247L
      • Serialized Fields

        • collectionId
          long collectionId
          The collection id.
        • id
          long id
          The id.
        • locale
          String locale
          The locale.
        • notes
          Notes notes
          The consent
        • page
          int page
          The page.
        • size
          @jakarta.validation.constraints.Max(100L) int size
          The size.
        • userId
          Long userId
          The user id
    • Class com.skava.model.requests.UserActivationRequest

      class UserActivationRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • activationParam
          String activationParam
          The activation param.
        • authToken
          String authToken
          The authToken.
        • collectionId
          long collectionId
          The collection id.
        • dob
          String dob
          The date of birth.
        • email
          @Email String email
          The email.
        • firstName
          String firstName
          The first name.
        • lastName
          String lastName
          The last name.
        • locale
          String locale
          The locale.
        • loginOTP
          String loginOTP
          Login OTP.
        • password
          String password
          The password.
        • phoneNumber
          String phoneNumber
          The phone number.
        • storeId
          long storeId
          The StoreId.
        • userName
          String userName
          The user name.
    • Class com.skava.model.requests.UserAddressRequest

      class UserAddressRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • addresses
          Addresses addresses
          The addresses.
        • addressId
          long addressId
          The address id.
        • authToken
          String authToken
          The authToken.
        • collectionId
          long collectionId
          The collection id.
        • locale
          String locale
          The locale.
        • search
          String search
          The search.
        • storeId
          long storeId
          The storeId.
        • userId
          long userId
          The user id.
    • Class com.skava.model.requests.UserAuthRequest

      class UserAuthRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
          The auth token.
        • collectionId
          long collectionId
          The collection id.
        • identity
          String identity
          The identity.
        • identityType
          String identityType
          The identity type.
        • locale
          String locale
          The locale.
        • loginOTP
          String loginOTP
          loginOTP
        • loginToken
          String loginToken
          loginToken
        • password
          String password
          The password.
        • storeId
          long storeId
          The storeId.
        • type
          int type
          The type.
    • Class com.skava.model.requests.UserConsentHistoryRequest

      class UserConsentHistoryRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      -4300522374761542512L
      • Serialized Fields

        • collectionId
          long collectionId
          The collection id.
        • id
          long id
          The id
        • locale
          String locale
          The locale.
        • page
          int page
          The page.
        • size
          @jakarta.validation.constraints.Max(100L) int size
          The size.
        • userId
          long userId
          The user id.
    • Class com.skava.model.requests.UserConsentRequest

      class UserConsentRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      6577020891881211917L
      • Serialized Fields

        • collectionId
          long collectionId
          The collection id.
        • id
          long id
          The id
        • locale
          String locale
          The locale.
        • page
          int page
          The page.
        • size
          @jakarta.validation.constraints.Max(100L) int size
          The size.
        • userConsentList
          List<UserConsent> userConsentList
          The UserConsent.
        • userId
          long userId
          The user id.
    • Class com.skava.model.requests.UserCredentialsRequest

      class UserCredentialsRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
          The authToken.
        • collectionId
          long collectionId
          The collection id.
        • credentials
          Credentials credentials
          The credentials.
        • id
          long id
          The id.
        • identity
          String identity
          The identity.
        • identityType
          String identityType
          The identityType.
        • locale
          String locale
          The locale.
        • sendResetMail
          boolean sendResetMail
          The sendResetMail.
        • storeId
          long storeId
          The StoreId.
    • Class com.skava.model.requests.UserNotificationRequest

      class UserNotificationRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
          The authToken.
        • collectionId
          long collectionId
          The collection id.
        • id
          long id
          The id.
        • locale
          String locale
          The locale.
        • operation
          String operation
          The operation.
        • param
          String param
          The param.
        • storeId
          long storeId
          The storeId.
        • type
          int type
          The type.
    • Class com.skava.model.requests.UserPropertiesRequest

      class UserPropertiesRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
          The auth token.
        • collectionId
          long collectionId
          The collection id.
        • customProperties
          Map<String,String> customProperties
          The custom properties.
        • customPropertiesToDelete
          Map<String,String> customPropertiesToDelete
          The customPropertiesToDelete.
        • id
          long id
          The id.
        • locale
          String locale
          The locale.
        • name
          String name
          The name.
        • storeId
          long storeId
          The storeId.
    • Class com.skava.model.requests.UserRequest

      class UserRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
          The auth token.
        • collectionId
          long collectionId
          The collection id.
        • excludePropertyCheck
          boolean excludePropertyCheck
          The excludePropertyCheck.
        • fullProfile
          boolean fullProfile
          The full profile.
        • id
          long id
          The id.
        • inviteUserFlag
          boolean inviteUserFlag
          The inviteUserFlag.
        • isUserPut
          boolean isUserPut
          The isUserPut.
        • locale
          String locale
          The locale.
        • page
          int page
          The page.
        • search
          String search
          The search.
        • size
          @jakarta.validation.constraints.Max(1000L) int size
          The size.
        • skipTotalCount
          boolean skipTotalCount
          The skipTotalCount.
        • sort
          String sort
          The sort.
        • storeId
          long storeId
          The storeId.
        • user
          @Valid Users user
          The user.
        • userIds
          List<Long> userIds
          The userId.
        • users
          @Valid List<Users> users
          The List of users.
        • validateOnly
          boolean validateOnly
          The validate.
    • Class com.skava.model.requests.UserResetRequest

      class UserResetRequest extends com.skava.core.validation.InputModel implements Serializable
      serialVersionUID:
      4187372249047268129L
      • Serialized Fields

        • authToken
          String authToken
          The authToken.
        • collectionId
          long collectionId
          The collection id.
        • email
          String email
          The email.
        • locale
          String locale
          The locale.
        • password
          String password
          The password.
        • phoneNumber
          String phoneNumber
          The phone number.
        • resetOTP
          String resetOTP
          The password.
        • resetParam
          String resetParam
          The reset param.
        • storeId
          long storeId
          The storeId.
        • userName
          String userName
          The user name.
  • Package com.skava.model.responses

  • Package com.skava.service.authenticator.model

  • Package com.skava.user.exception

  • Package com.skava.util