models
package
models
Type Members
-
case class
App(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, content_type: String = "app", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), content: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
AppFormData(english_title: String, french_title: String, english_slug: String, french_slug: String, english_description: String, french_description: String, english_content: String, french_content: String, english_tags: String, french_tags: String, starred: Int) extends Product with Serializable
-
case class
Audio(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, content_type: String = "audio", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), audio_url: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
AudioFormData(english_title: String, french_title: String, english_slug: String, french_slug: String, english_description: String, french_description: String, english_audio_url: String, french_audio_url: String, english_primary_tag: String, french_primary_tag: String, english_tags: String, french_tags: String, starred: Int) extends Product with Serializable
-
-
case class
Featured(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, position: Integer, icon_type: String, content: String, content_type: String = "featured", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
FeaturedFormData(english_title: String, french_title: String, english_slug: String, french_slug: String, english_description: String, french_description: String, position: Int, icon_type: String, english_content: String, french_content: String, english_primary_tag: String, french_primary_tag: String, starred: Int) extends Product with Serializable
-
case class
FooterItem(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, position: Integer, content: String, content_type: String = "footer_item", primary_tag: String = "footer_item", starred: Integer = scala.this.Predef.int2Integer(9), status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
FooterItemFormData(english_title: String, french_title: String, english_description: String, french_description: String, position: Int, english_content: String, french_content: String) extends Product with Serializable
-
case class
HeaderItem(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, position: Integer, content: String, content_type: String = "header_item", primary_tag: String = "header_item", starred: Integer = scala.this.Predef.int2Integer(9), status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
HeaderItemFormData(english_title: String, french_title: String, english_description: String, french_description: String, position: Int, english_content: String, french_content: String) extends Product with Serializable
-
case class
HomeBlock(id: String = helpers.UUID.random.string, version: Long = 0, language: String, title: String = "", description: String = "", content: String = "") extends Product with Serializable
-
case class
Link(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, content_type: String = "link", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), link_url: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
LinkFormData(english_title: String, french_title: String, english_slug: String, french_slug: String, english_description: String, french_description: String, english_link_url: String, french_link_url: String, english_primary_tag: String, french_primary_tag: String, english_tags: String, french_tags: String, starred: Int) extends Product with Serializable
-
case class
MenuItem(id: String = helpers.UUID.random.string, version: Long = 0, parentId: Option[String], tagLineId: Option[String], contentId: Option[String], language: String, position: Int = 0, title: String, description: String = "", longDescription: String = "", published: Int = 0) extends Product with Serializable
-
abstract
class
Model extends AnyRef
-
case class
SelectFeatured(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, href_slug: String, position: Integer, icon_type: String, content_type: String = "select_featured", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
SelectFeaturedFormData(english_title: String, french_title: String, english_description: String, french_description: String, href_slug: String, position: Int, icon_type: String, english_primary_tag: String, french_primary_tag: String, starred: Int) extends Product with Serializable
-
case class
Site(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, content_type: String = "site", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), site_logo: String, content: String, site_url: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
SiteFormData(english_title: String, french_title: String, english_description: String, french_description: String, english_content: String, french_content: String, english_site_url: String, french_site_url: String, english_tags: String, french_tags: String, starred: Int) extends Product with Serializable
-
case class
SiteWord(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, href_id: UUID, position: Integer, content_type: String = "site_word", primary_tag: String = "site_word", starred: Integer = scala.this.Predef.int2Integer(9), status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
SiteWordFormData(english_title: String, french_title: String, english_description: String, french_description: String, href_id: String, position: Int) extends Product with Serializable
-
case class
Slide(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, position: Integer, content_type: String = "slide", primary_tag: String = "slide", starred: Integer = scala.this.Predef.int2Integer(9), slide_background: String, content: String = "", slide_url: String, header_colour: String = "white", status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
SlideFormData(english_title: String, french_title: String, english_description: String, french_description: String, position: Int, english_slide_url: String, french_slide_url: String, header_colour: String) extends Product with Serializable
-
case class
Tag(id: UUID = helpers.UUID.random, version: Long = 0, name: String, count: Long = 0, createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Product with Serializable
-
case class
TagFormData(name: String) extends Product with Serializable
-
case class
TagLine(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, position: Integer, content_type: String = "tag_line", primary_tag: String = "tag_line", starred: Integer = scala.this.Predef.int2Integer(9), status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
TagLineFormData(english_title: String, french_title: String, english_description: String, french_description: String, position: Int, english_tags: String, french_tags: String) extends Product with Serializable
-
case class
Text(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, content_type: String = "text", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), content: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
TextFormData(english_title: String, french_title: String, english_slug: String, french_slug: String, english_description: String, french_description: String, english_content: String, french_content: String, english_primary_tag: String, french_primary_tag: String, english_tags: String, french_tags: String, starred: Int) extends Product with Serializable
-
case class
User(id: UUID = helpers.UUID.random, version: Long = 0, email: String, password: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Model with Product with Serializable
-
case class
Video(id: UUID, translated_id: UUID, version: Long = 0, title: String, slug: String, description: String, long_description: String, content_type: String = "video", primary_tag: String, starred: Integer = scala.this.Predef.int2Integer(9), video_type: String, video_url: String, status: Integer = scala.this.Predef.int2Integer(1), createdAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None, updatedAt: Option[com.github.nscala_time.time.Imports.DateTime] = scala.None) extends Content with Product with Serializable
-
case class
VideoFormData(english_title: String, french_title: String, english_slug: String, french_slug: String, english_description: String, french_description: String, english_long_description: String, french_long_description: String, video_type: String, english_video_url: String, french_video_url: String, english_primary_tag: String, french_primary_tag: String, english_tags: String, french_tags: String, starred: Int) extends Product with Serializable
Value Members
-
object
App extends Serializable
-
object
Audio extends Serializable
-
-
object
Featured extends Serializable
-
object
FooterItem extends Serializable
-
object
HeaderItem extends Serializable
-
object
HomeBlock extends Serializable
-
object
Link extends Serializable
-
object
MenuItem extends Serializable
-
-
object
Site extends Serializable
-
object
SiteWord extends Serializable
-
object
Slide extends Serializable
-
object
Tag extends Serializable
-
object
TagLine extends Serializable
-
object
Text extends Serializable
-
object
User extends Serializable
-
object
Video extends Serializable