models

package models

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. models
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Atach(contentType: String, fileName: String, grpName: String, partId: Long = 0, notifyId: Long = 0, replyId: Long = 0) extends KeyedEntity[Long] with Product with Serializable

  2. case class DesignChange(dcNo: String, dcDescription: String) extends KeyedEntity[Long] with Product with Serializable

  3. case class Notify(message: String, atach: AtachForm, announceId: Long, notifyType: Long, partId: Long, state: Int) extends KeyedEntity[Long] with Product with Serializable

  4. case class Part(name: String, atach: AtachForm, projectId: Long = 0) extends KeyedEntity[Long] with Product with Serializable

  5. case class PartRelation(parentId: Long, childId: Long, quantity: Long, delDcId: Long, addDcId: Long, dcSeq: Long) extends KeyedEntity[CompositeKey2[Long, Long]] with Product with Serializable

  6. case class Project(name: String) extends KeyedEntity[Long] with Product with Serializable

  7. case class ProjectMembers(projectId: Long, userId: Long) extends KeyedEntity[CompositeKey2[Long, Long]] with Product with Serializable

  8. case class Reply(message: String, replyUserId: Long, notifyId: Long, replyId: Long, atach: AtachForm) extends KeyedEntity[Long] with Product with Serializable

  9. case class User(name: String, email: String) extends KeyedEntity[Long] with Product with Serializable

Value Members

  1. object PartsListDb extends Schema

Inherited from AnyRef

Inherited from Any

Ungrouped