Packages

case class ExportModel(inputType: Model, key: String, pkg: List[String] = Nil, propertyName: String, className: String, title: String, description: Option[String], plural: String, arguments: List[ExportField], fields: List[ExportField], pkColumns: List[Column] = Nil, foreignKeys: List[ForeignKey] = Nil, references: List[Reference] = Nil, features: Set[ModelFeature] = Set.empty, extendsClass: Option[String] = None, icon: Option[String] = None, readOnly: Boolean = false, source: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportModel
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExportModel(inputType: Model, key: String, pkg: List[String] = Nil, propertyName: String, className: String, title: String, description: Option[String], plural: String, arguments: List[ExportField], fields: List[ExportField], pkColumns: List[Column] = Nil, foreignKeys: List[ForeignKey] = Nil, references: List[Reference] = Nil, features: Set[ModelFeature] = Set.empty, extendsClass: Option[String] = None, icon: Option[String] = None, readOnly: Boolean = false, source: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(m: ModelMember): ExportModel
  5. val arguments: List[ExportField]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val className: String
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val controllerPackage: List[String]
  10. val description: Option[String]
  11. val doobiePackage: List[String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val extendsClass: Option[String]
  14. val features: Set[ModelFeature]
  15. val fields: List[ExportField]
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val foreignKeys: List[ForeignKey]
  18. val fullClassName: String
  19. def fullClassPath(config: ExportConfiguration): String
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getField(k: String): ExportField
  22. def getFieldOpt(k: String): Option[ExportField]
  23. val icon: Option[String]
  24. val indexedFields: List[ExportField]
  25. val inputType: Model
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val key: String
  28. def modelPackage(config: ExportConfiguration): Seq[String]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val pkColumns: List[Column]
  33. val pkFields: List[ExportField]
  34. def pkType(config: ExportConfiguration): String
  35. val pkg: List[String]
  36. val plural: String
  37. val propertyName: String
  38. val propertyPlural: String
  39. val queriesPackage: List[String]
  40. val readOnly: Boolean
  41. val references: List[Reference]
  42. val routesPackage: List[String]
  43. val searchFields: List[ExportField]
  44. val servicePackage: List[String]
  45. val serviceReference: String
  46. val slickPackage: List[String]
  47. val source: Option[String]
  48. val summaryFields: List[ExportField]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. val title: String
  51. def transformedReferences(config: ExportConfiguration): Seq[(Reference, ExportField, ExportModel, ExportField)]
  52. def transformedReferencesDistinct(config: ExportConfiguration): Seq[(Reference, ExportField, ExportModel, ExportField)]
  53. def validReferences(config: ExportConfiguration): List[Reference]
  54. val viewHtmlPackage: Seq[String]
  55. val viewPackage: Seq[String]
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped