Packages

package user

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class SystemUser(id: UUID, username: String, profile: LoginInfo, role: String, settings: Json = JsonObject.empty.asJson, created: LocalDateTime = DateUtils.now) extends Identity with DataFieldModel with Product with Serializable
  2. final case class SystemUserResult(filters: Seq[Filter] = Nil, orderBys: Seq[OrderBy] = Nil, totalCount: Int = 0, paging: PagingOptions = PagingOptions(), results: Seq[SystemUser] = Nil, durationMs: Int = 0, occurred: LocalDateTime = DateUtils.now) extends BaseResult[SystemUser] with Product with Serializable
  3. sealed abstract class Theme extends StringEnumEntry
  4. final case class UserProfile(id: UUID, username: String, email: String, role: String, created: LocalDateTime) extends Product with Serializable

Value Members

  1. object SystemUser extends Serializable
  2. object SystemUserResult extends Serializable
  3. object Theme extends StringEnum[Theme] with StringCirceEnum[Theme]
  4. object UserProfile extends Serializable

Ungrouped