com.metl.h2.dbformats

H2Command

Related Docs: class H2Command | package dbformats

object H2Command extends H2Command with LongKeyedMetaMapper[H2Command]

Linear Supertypes
LongKeyedMetaMapper[H2Command], KeyedMetaMapper[Long, H2Command], MetaMapper[H2Command], BaseMetaMapper, H2Command, H2MeTLStanza[H2Command], H2MeTLContent[H2Command], IdPK, LongKeyedMapper[H2Command], BaseLongKeyedMapper, KeyedMapper[Long, H2Command], BaseKeyedMapper, Mapper[H2Command], Serializable, Serializable, BaseMapper, FieldContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. H2Command
  2. LongKeyedMetaMapper
  3. KeyedMetaMapper
  4. MetaMapper
  5. BaseMetaMapper
  6. H2Command
  7. H2MeTLStanza
  8. H2MeTLContent
  9. IdPK
  10. LongKeyedMapper
  11. BaseLongKeyedMapper
  12. KeyedMapper
  13. BaseKeyedMapper
  14. Mapper
  15. Serializable
  16. Serializable
  17. BaseMapper
  18. FieldContainer
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AnyBound = T forSome {type T}

    Definition Classes
    MetaMapper
  2. case class FieldHolder extends Product with Serializable

    Definition Classes
    MetaMapper
  3. type FieldPF = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    Mapper
  4. type KeyedMapperType = H2Command

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  5. type MapperType = H2Command

    Definition Classes
    Mapper → BaseMapper
  6. type OtherMapper = KeyedMapper[_, _]

    Definition Classes
    MetaMapper
  7. type OtherMetaMapper = KeyedMetaMapper[_, _]

    Definition Classes
    MetaMapper
  8. type Q = MappedForeignKey[AnyBound, H2Command, OO] with MappedField[AnyBound, H2Command] forSome {type OO <: KeyedMapper[AnyBound, OO]}

    Definition Classes
    KeyedMetaMapper
  9. type RealType = H2Command

    Definition Classes
    MetaMapper → BaseMetaMapper
  10. type TheKeyType = Long

    Definition Classes
    BaseLongKeyedMapper → BaseKeyedMapper

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. final def _dbTableNameLC: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  5. def addEndStuffs(in: String, params: List[QueryParam[H2Command]], conn: SuperConnection): (String, Box[Long], Box[Long])

    Attributes
    protected
    Definition Classes
    MetaMapper
  6. def addFormSnippet(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  7. def addSnippetCallback(obj: H2Command): Unit

    Definition Classes
    KeyedMetaMapper
  8. def addSnippetSetup: H2Command

    Definition Classes
    KeyedMetaMapper
  9. def afterCommit: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  10. def afterCreate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  11. def afterDelete: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  12. def afterSave: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  13. def afterSchemifier: Unit

    Definition Classes
    KeyedMetaMapper → MetaMapper → BaseMetaMapper
  14. def afterUpdate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  15. def afterValidation: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  16. def afterValidationOnCreate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  17. def afterValidationOnUpdate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  18. def allFields: Seq[BaseField]

    Definition Classes
    Mapper → FieldContainer
  19. def appendFieldToStrings(in: H2Command): String

    Definition Classes
    MetaMapper
  20. def appendFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  21. def asHtml(toLine: H2Command): NodeSeq

    Definition Classes
    MetaMapper
  22. def asHtml: NodeSeq

    Definition Classes
    Mapper
  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def asJs(actual: H2Command): JsExp

    Definition Classes
    MetaMapper
  25. def asJs: JsExp

    Definition Classes
    Mapper
  26. def asSafeJs(actual: H2Command, f: KeyObfuscator): JsExp

    Definition Classes
    KeyedMetaMapper
  27. def asSafeJs(f: KeyObfuscator): JsExp

    Definition Classes
    KeyedMapper
  28. def asValid: Box[H2Command]

    Definition Classes
    Mapper
  29. object author extends MappedString[C] with H2MeTLIndexedString

    Definition Classes
    H2MeTLStanza
  30. def beforeCreate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  31. def beforeDelete: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  32. def beforeSave: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  33. def beforeSchemifier: Unit

    Definition Classes
    MetaMapper → BaseMetaMapper
  34. def beforeUpdate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  35. def beforeValidation: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  36. def beforeValidationOnCreate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  37. def beforeValidationOnUpdate: List[(H2Command) ⇒ Unit]

    Definition Classes
    MetaMapper
  38. implicit def boundedFieldToItem(in: (MappedField[String, H2Command], Int)): BoundedIndexField[H2Command]

    Definition Classes
    MetaMapper
  39. def buildMapper(rs: ResultSet): List[Box[(ResultSet, Int, H2Command) ⇒ Unit]]

    Definition Classes
    MetaMapper
  40. def buildSelectString(fields: Seq[SelectableField], conn: SuperConnection, by: QueryParam[H2Command]*): (String, Box[Long], Box[Long], List[QueryParam[H2Command]])

    Definition Classes
    MetaMapper
  41. def bulkDelete_!!(dbId: ConnectionIdentifier, by: QueryParam[H2Command]*): Boolean

    Definition Classes
    MetaMapper
  42. def bulkDelete_!!(by: QueryParam[H2Command]*): Boolean

    Definition Classes
    MetaMapper
  43. def checkNames: Unit

    Definition Classes
    Mapper
  44. def clean_?(toCheck: H2Command): Boolean

    Definition Classes
    MetaMapper
  45. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. val columnNamesForInsert: String

    Definition Classes
    MetaMapper
  47. def columnPrimaryKey_?(name: String): Boolean

    Definition Classes
    MetaMapper
  48. val columnQueriesForInsert: String

    Definition Classes
    MetaMapper
  49. object command extends MappedString[H2Command]

    Definition Classes
    H2Command
  50. object commandParameters extends MappedText[H2Command]

    Definition Classes
    H2Command
  51. def comparePrimaryKeys(other: H2Command): Boolean

    Definition Classes
    KeyedMapper → Mapper
  52. def connectionIdentifier: ConnectionIdentifier

    Definition Classes
    Mapper
  53. def connectionIdentifier(id: ConnectionIdentifier): H2Command

    Definition Classes
    Mapper
  54. def count(by: QueryParam[H2Command]*): Long

    Definition Classes
    MetaMapper
  55. def count: Long

    Definition Classes
    MetaMapper
  56. def countByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): Long

    Definition Classes
    MetaMapper
  57. def countByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): Long

    Definition Classes
    MetaMapper
  58. def countDb(dbId: ConnectionIdentifier, by: QueryParam[H2Command]*): Long

    Definition Classes
    MetaMapper
  59. def countryField: Box[MappedCountry[H2Command]]

    Definition Classes
    Mapper
  60. def create: H2Command

    Definition Classes
    MetaMapper
  61. def createInstance: H2Command

    Definition Classes
    MetaMapper
  62. def createInstance(dbId: ConnectionIdentifier, rs: ResultSet, mapFuncs: List[Box[(ResultSet, Int, H2Command) ⇒ Unit]]): H2Command

    Definition Classes
    MetaMapper
  63. def createInstances[T](dbId: ConnectionIdentifier, rs: ResultSet, start: Box[Long], omax: Box[Long], f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  64. def createInstances(dbId: ConnectionIdentifier, rs: ResultSet, start: Box[Long], omax: Box[Long]): List[H2Command]

    Definition Classes
    MetaMapper
  65. def crudSnippets: SnippetPF

    Definition Classes
    KeyedMetaMapper
  66. def crudSnippets_?: Boolean

    Definition Classes
    KeyedMetaMapper
  67. def dbAddTable: Box[() ⇒ Unit]

    Definition Classes
    MetaMapper → BaseMetaMapper
  68. def dbCalculateConnectionIdentifier: PartialFunction[H2Command, ConnectionIdentifier]

    Definition Classes
    Mapper
  69. def dbDefaultConnectionIdentifier: ConnectionIdentifier

    Definition Classes
    MetaMapper
  70. def dbIndexes: List[BaseIndex[H2Command]]

    Definition Classes
    MetaMapper → BaseMetaMapper
  71. def dbName: String

    Definition Classes
    MetaMapper → Mapper → BaseMapper
  72. def dbSelectDBConnectionForFind: PartialFunction[Long, ConnectionIdentifier]

    Definition Classes
    KeyedMetaMapper
  73. def dbStringToKey(in: String): Box[Long]

    Definition Classes
    KeyedMetaMapper
  74. def dbTableName: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  75. def db_can_delete_?: Boolean

    Definition Classes
    Mapper
  76. def decodeFromJSON_!(json: JObject, markFieldsAsDirty: Boolean): H2Command

    Attributes
    protected
    Definition Classes
    MetaMapper
  77. def delete_!(toDelete: H2Command): Boolean

    Definition Classes
    MetaMapper
  78. def delete_!: Boolean

    Definition Classes
    Mapper
  79. def dirty_?(toTest: H2Command): Boolean

    Definition Classes
    MetaMapper
  80. def dirty_?: Boolean

    Definition Classes
    Mapper
  81. var displayFieldAsLineElement: (NodeSeq) ⇒ NodeSeq

    Definition Classes
    MetaMapper
  82. var displayNameToHeaderElement: (String) ⇒ NodeSeq

    Definition Classes
    MetaMapper
  83. def doHtmlLine(toLine: H2Command): NodeSeq

    Definition Classes
    MetaMapper
  84. def doPostCommit(func: () ⇒ Unit): H2Command

    Definition Classes
    Mapper
  85. def editFormSnippet(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  86. def editSnippetCallback(obj: H2Command): Unit

    Definition Classes
    KeyedMetaMapper
  87. def editSnippetSetup: H2Command

    Definition Classes
    KeyedMetaMapper
  88. val elemName: String

    Definition Classes
    MetaMapper
  89. def encodeAsJSON_!(toEncode: H2Command): JObject

    Attributes
    protected
    Definition Classes
    MetaMapper
  90. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  91. def equals(other: Any): Boolean

    Definition Classes
    KeyedMapper → AnyRef → Any
  92. def fieldByName[T](fieldName: String, actual: H2Command): Box[MappedField[T, H2Command]]

    Definition Classes
    MetaMapper
  93. def fieldByName[T](fieldName: String): Box[MappedField[T, H2Command]]

    Definition Classes
    Mapper
  94. def fieldMapperTransforms(fieldHtml: (BaseOwnedMappedField[H2Command]) ⇒ NodeSeq, mappedObject: H2Command): Seq[CssSel]

    Definition Classes
    MetaMapper
  95. def fieldMapperTransforms(fieldTransform: (BaseOwnedMappedField[H2Command]) ⇒ NodeSeq): Seq[CssSel]

    Definition Classes
    Mapper
  96. lazy val fieldMatcher: PartialFunction[(H2Command, String), MappedField[Any, H2Command]]

    Definition Classes
    MetaMapper
  97. def fieldOrder: List[BaseOwnedMappedField[H2Command]]

    Definition Classes
    MetaMapper
  98. implicit def fieldToItem[T](in: MappedField[T, H2Command]): IndexItem[H2Command]

    Definition Classes
    MetaMapper
  99. def fieldTransforms: Seq[CssSel]

    Definition Classes
    Mapper
  100. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  101. def find(by: QueryParam[H2Command]*): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  102. def find(dbId: ConnectionIdentifier, key: String): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  103. def find(key: String): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  104. def find(key: List[String]): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  105. def find(key: Any): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  106. def findAll(by: QueryParam[H2Command]*): List[H2Command]

    Definition Classes
    MetaMapper
  107. def findAll(): List[H2Command]

    Definition Classes
    MetaMapper
  108. def findAllByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): List[H2Command]

    Definition Classes
    MetaMapper
  109. def findAllByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): List[H2Command]

    Definition Classes
    MetaMapper
  110. def findAllByPreparedStatement(dbId: ConnectionIdentifier, stmt: PreparedStatement): List[H2Command]

    Definition Classes
    MetaMapper
  111. def findAllByPreparedStatement(f: (SuperConnection) ⇒ PreparedStatement): List[H2Command]

    Definition Classes
    MetaMapper
  112. def findAllByPreparedStatementDb[T](dbId: ConnectionIdentifier, stmt: PreparedStatement)(f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  113. def findAllDb(dbId: ConnectionIdentifier, by: QueryParam[H2Command]*): List[H2Command]

    Definition Classes
    MetaMapper
  114. def findAllDb(dbId: ConnectionIdentifier): List[H2Command]

    Definition Classes
    MetaMapper
  115. def findAllFields(fields: Seq[SelectableField], by: QueryParam[H2Command]*): List[H2Command]

    Definition Classes
    MetaMapper
  116. def findAllFieldsDb(dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[H2Command]*): List[H2Command]

    Definition Classes
    MetaMapper
  117. def findApplier(name: String, inst: AnyRef): Box[(H2Command, AnyRef) ⇒ Unit]

    Attributes
    protected
    Definition Classes
    MetaMapper
  118. def findByKey(key: Long): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  119. def findDb(dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[H2Command]*): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  120. def findDb(dbId: ConnectionIdentifier, by: QueryParam[H2Command]*): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  121. def findDb(dbId: ConnectionIdentifier, key: Any): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  122. def findDbByKey(dbId: ConnectionIdentifier, fields: Seq[SelectableField], key: Long): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  123. def findDbByKey(dbId: ConnectionIdentifier, key: Long): Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  124. def findMap[T](by: QueryParam[H2Command]*)(f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  125. def findMapByInsecureSql[T](query: String, checkedBy: IHaveValidatedThisSQL)(f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  126. def findMapByInsecureSqlDb[T](dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL)(f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  127. def findMapDb[T](dbId: ConnectionIdentifier, by: QueryParam[H2Command]*)(f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  128. def findMapFieldDb[T](dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[H2Command]*)(f: (H2Command) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  129. def findOrCreate(key: List[String]): H2Command

    Definition Classes
    KeyedMetaMapper
  130. def findOrCreate(key: Any): H2Command

    Definition Classes
    KeyedMetaMapper
  131. def flatMapFieldTitleForm[T](toMap: H2Command, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    MetaMapper
  132. def flatMapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    Mapper
  133. def flatMapFieldTitleForm2[T](toMap: H2Command, func: (NodeSeq, MappedField[_, H2Command], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    MetaMapper
  134. def flatMapFieldTitleForm2[T](func: (NodeSeq, MappedField[_, H2Command], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    Mapper
  135. def formFields(toMap: H2Command): List[MappedField[_, H2Command]]

    Definition Classes
    MetaMapper
  136. def formFields: List[MappedField[_, H2Command]]

    Definition Classes
    Mapper
  137. def formSnippet(html: NodeSeq, obj: H2Command, cleanup: (H2Command) ⇒ Unit): NodeSeq

    Definition Classes
    KeyedMetaMapper
  138. var formatFormElement: (NodeSeq, NodeSeq) ⇒ NodeSeq

    Definition Classes
    MetaMapper
  139. def formatFormLine(displayName: NodeSeq, form: NodeSeq): NodeSeq

    Definition Classes
    MetaMapper
  140. def getActualBaseField(actual: H2Command, protoField: BaseOwnedMappedField[H2Command]): BaseOwnedMappedField[H2Command]

    Definition Classes
    MetaMapper
  141. def getActualField[T](actual: H2Command, protoField: MappedField[T, H2Command]): MappedField[T, H2Command]

    Definition Classes
    MetaMapper
  142. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  143. def getSingleton: H2Command.type

    Definition Classes
    H2Command → KeyedMapper → Mapper
  144. def hashCode(): Int

    Definition Classes
    KeyedMapper → AnyRef → Any
  145. def htmlHeaders: NodeSeq

    Definition Classes
    MetaMapper
  146. def htmlLine: NodeSeq

    Definition Classes
    Mapper
  147. def indexedField(toSave: H2Command): Box[MappedField[Any, H2Command]]

    Definition Classes
    MetaMapper
  148. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  149. def localeField: Box[MappedLocale[H2Command]]

    Definition Classes
    Mapper
  150. def mapFieldTitleForm[T](toMap: H2Command, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    Definition Classes
    MetaMapper
  151. def mapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    Definition Classes
    Mapper
  152. lazy val mappedFields: Seq[BaseMappedField]

    Definition Classes
    MetaMapper → BaseMetaMapper
  153. lazy val mappedFieldsForModel: List[MappedField[_, H2Command]]

    Definition Classes
    MetaMapper
  154. object metlType extends MappedString[C]

    Definition Classes
    H2MeTLContent
  155. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  156. final def notify(): Unit

    Definition Classes
    AnyRef
  157. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  158. def objFromIndexedParam: Box[H2Command]

    Definition Classes
    KeyedMetaMapper
  159. def prependFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  160. def primaryKeyField: MappedLongIndex[MapperType]

    Definition Classes
    IdPK
  161. def reload: H2Command

    Definition Classes
    KeyedMapper
  162. object room extends MappedString[C] with H2MeTLIndexedString

    Definition Classes
    H2MeTLContent
  163. val rootClass: Class[?0] forSome {type ?0 >: ?0, type ?0 <: MetaMapper[H2Command] with H2Command}

    Attributes
    protected
    Definition Classes
    MetaMapper
  164. def runSafe[T](f: ⇒ T): T

    Definition Classes
    Mapper
  165. def runValidationList(toValidate: H2Command): List[FieldError]

    Attributes
    protected
    Definition Classes
    MetaMapper
  166. final def safe_?: Boolean

    Definition Classes
    Mapper
  167. def save(toSave: H2Command): Boolean

    Definition Classes
    MetaMapper
  168. def save(): Boolean

    Definition Classes
    Mapper → BaseMapper
  169. def saveMe(): H2Command

    Definition Classes
    Mapper
  170. def saved_?(toSave: H2Command): Boolean

    Definition Classes
    MetaMapper
  171. def saved_?: Boolean

    Definition Classes
    Mapper
  172. def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)]

    Definition Classes
    Mapper
  173. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  174. implicit def thisToMappee(in: Mapper[H2Command]): H2Command

    Definition Classes
    Mapper
  175. def timeZoneField: Box[MappedTimeZone[H2Command]]

    Definition Classes
    Mapper
  176. object timestamp extends MappedLong[C]

    Definition Classes
    H2MeTLStanza
  177. def toForm(toMap: H2Command): NodeSeq

    Definition Classes
    MetaMapper
  178. def toForm(button: Box[String], redoSnippet: (NodeSeq) ⇒ NodeSeq, onSuccess: (H2Command) ⇒ Unit): NodeSeq

    Definition Classes
    Mapper
  179. def toForm(button: Box[String], f: (H2Command) ⇒ Any): NodeSeq

    Definition Classes
    Mapper
  180. def toForm(button: Box[String], onSuccess: String): NodeSeq

    Definition Classes
    Mapper
  181. def toHtml(toMap: H2Command): NodeSeq

    Definition Classes
    MetaMapper
  182. def toHtml: NodeSeq

    Definition Classes
    Mapper
  183. def toString(): String

    Definition Classes
    Mapper → AnyRef → Any
  184. def toXml(what: H2Command): Elem

    Definition Classes
    MetaMapper
  185. def toXml: Elem

    Definition Classes
    Mapper
  186. def unapply(key: Any): Option[H2Command]

    Definition Classes
    KeyedMetaMapper
  187. def updateFromJSON_!(toUpdate: H2Command, json: JObject): H2Command

    Attributes
    protected
    Definition Classes
    MetaMapper
  188. final def validate(toValidate: H2Command): List[FieldError]

    Definition Classes
    MetaMapper
  189. def validate: List[FieldError]

    Definition Classes
    Mapper
  190. def validation: List[(H2Command) ⇒ List[FieldError]]

    Definition Classes
    MetaMapper
  191. def viewSnippetSetup: H2Command

    Definition Classes
    KeyedMetaMapper
  192. def viewTransform(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  193. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  194. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. def whatToSet(toSave: H2Command): String

    Definition Classes
    MetaMapper

Deprecated Value Members

  1. def addSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use addFormSnippet instead.

  2. def appendField(pf: FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use appendFieldTransform with CssSels instead.

  3. def editSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use editFormSnippet instead.

  4. def fieldMapperPF(transform: (BaseOwnedMappedField[H2Command]) ⇒ NodeSeq, actual: H2Command): PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    MetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  5. def fieldMapperPF(transform: (BaseOwnedMappedField[H2Command]) ⇒ NodeSeq): FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  6. def fieldPF: FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldTransforms with CssSels instead.

  7. def modSnippet(xhtml: NodeSeq, obj: H2Command, cleanup: (H2Command) ⇒ Unit): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use formSnippet instead.

  8. def prependField(pf: FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use prependFieldTransform with CssSels instead.

  9. def viewSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use viewTransform instead.

Inherited from LongKeyedMetaMapper[H2Command]

Inherited from KeyedMetaMapper[Long, H2Command]

Inherited from MetaMapper[H2Command]

Inherited from BaseMetaMapper

Inherited from H2Command

Inherited from H2MeTLStanza[H2Command]

Inherited from H2MeTLContent[H2Command]

Inherited from IdPK

Inherited from LongKeyedMapper[H2Command]

Inherited from BaseLongKeyedMapper

Inherited from KeyedMapper[Long, H2Command]

Inherited from BaseKeyedMapper

Inherited from Mapper[H2Command]

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from AnyRef

Inherited from Any

Ungrouped