com.atomizesoftware.spin.data.dao.SpinDataModel

Tables

object Tables

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tables
  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 CargoTable(pathCoord: String) extends Table[Cargo] with Product with Serializable

  2. case class CargoTypeTable(pathCoord: String) extends Table[CargoType] with Product with Serializable

  3. case class CompanyTable(pathCoord: String) extends Table[Company] with Product with Serializable

  4. case class ContainerTable(pathCoord: String) extends Table[Container] with Product with Serializable

  5. case class ContainerTypeTable(pathCoord: String) extends Table[ContainerType] with Product with Serializable

  6. case class ContractTable(pathCoord: String) extends Table[Contract] with Product with Serializable

  7. case class CustomerTable(pathCoord: String) extends Table[Customer] with Product with Serializable

  8. case class CustomsStatusTable(pathCoord: String) extends Table[CustomsStatus] with Product with Serializable

  9. case class DBAuditTable(pathCoord: String) extends Table[DBAudit] with Product with Serializable

  10. case class DeviceTable(pathCoord: String) extends Table[Device] with Product with Serializable

  11. case class DocumentAssociationTable(pathCoord: String) extends Table[DocumentAssociation] with Product with Serializable

  12. case class DocumentFileTable(pathCoord: String) extends Table[DocumentFile] with Product with Serializable

  13. case class DocumentTable(pathCoord: String) extends Table[Document] with Product with Serializable

  14. case class DocumentTypeTable(pathCoord: String) extends Table[DocumentType] with Product with Serializable

  15. case class EquipmentTable(pathCoord: String) extends Table[Equipment] with Product with Serializable

  16. case class EquipmentTypeTable(pathCoord: String) extends Table[EquipmentType] with Product with Serializable

  17. case class GPSTable(pathCoord: String) extends Table[GPSPosition] with Product with Serializable

  18. case class GroupLocationTable(pathCoord: String) extends Table[GroupLocation] with Product with Serializable

  19. case class GroupMenuTable(pathCoord: String) extends Table[GroupMenu] with Product with Serializable

  20. case class GroupMovementTypeTable(pathCoord: String) extends Table[GroupMovementType] with Product with Serializable

  21. case class GroupPermissionTable(pathCoord: String) extends Table[GroupPermission] with Product with Serializable

  22. case class GroupTable(pathCoord: String) extends Table[Group] with Product with Serializable

  23. case class IncidentTypeTable(pathCoord: String) extends Table[IncidentType] with Product with Serializable

  24. case class InvoicingStatusTable(pathCoord: String) extends Table[InvoicingStatus] with Product with Serializable

  25. case class ItemStatusTable(pathCoord: String) extends Table[ItemStatus] with Product with Serializable

  26. case class KVSTable(pathCoord: String) extends Table[KVS] with Product with Serializable

  27. case class LanguageTable(pathCoord: String) extends Table[Language] with Product with Serializable

  28. case class LocationPathTable(pathCoord: String) extends Table[LocationPath] with Product with Serializable

  29. case class LocationTable(pathCoord: String) extends Table[Location] with Product with Serializable

  30. case class LocationTypeTable(pathCoord: String) extends Table[LocationType] with Product with Serializable

  31. case class MenuTable(pathCoord: String) extends Table[Menu] with Product with Serializable

  32. case class MovableItemSnapshotTable(pathCoord: String) extends Table[MovableItemSnapshot] with Product with Serializable

  33. case class MovableItemTable(pathCoord: String) extends Table[MovableItem] with Product with Serializable

  34. case class MovableItemTypeTable(pathCoord: String) extends Table[MovableItemType] with Product with Serializable

  35. case class MovementStatusTable(pathCoord: String) extends Table[MovementStatus] with Product with Serializable

  36. case class MovementTable(pathCoord: String) extends Table[Movement] with Product with Serializable

  37. case class MovementTypeTable(pathCoord: String) extends Table[MovementType] with Product with Serializable

  38. case class NumberStandardTable(pathCoord: String) extends Table[NumberStandard] with Product with Serializable

  39. case class OrderStatusTable(pathCoord: String) extends Table[OrderStatus] with Product with Serializable

  40. case class OrderTable(pathCoord: String) extends Table[Order] with Product with Serializable

  41. case class OrderTypeTable(pathCoord: String) extends Table[OrderType] with Product with Serializable

  42. case class ParameterTable(pathCoord: String) extends Table[Parameter] with Product with Serializable

  43. case class ParameterTypeTable(pathCoord: String) extends Table[ParameterType] with Product with Serializable

  44. case class PermissionTable(pathCoord: String) extends Table[Permission] with Product with Serializable

  45. case class PriceTable(pathCoord: String) extends Table[Price] with Product with Serializable

  46. case class ReportDefinitionTable(pathCoord: String) extends Table[ReportDefinition] with Product with Serializable

  47. case class ServiceLevelAgreementTable(pathCoord: String) extends Table[ServiceLevelAgreement] with Product with Serializable

  48. case class ShapeTable(pathCoord: String) extends Table[Shape] with Product with Serializable

  49. case class SupplierTable(pathCoord: String) extends Table[Supplier] with Product with Serializable

  50. case class TagAssociationTable(pathCoord: String) extends Table[TagAssociation] with Product with Serializable

  51. case class TagTable(pathCoord: String) extends Table[Tag] with Product with Serializable

  52. case class UserDefinedFieldsDefinitionTable(pathCoord: String) extends Table[UserDefinedFieldsDefinition] with Product with Serializable

  53. case class UserGroupTable(pathCoord: String) extends Table[UserGroup] with Product with Serializable

  54. case class UserMovementTypeTable(pathCoord: String) extends Table[UserMovementType] with Product with Serializable

  55. case class UserTable(pathCoord: String) extends Table[User] with Product with Serializable

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 asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val cargo: CargoTable

  6. val cargoType: CargoTypeTable

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val company: CompanyTable

  9. val container: ContainerTable

  10. val containerType: ContainerTypeTable

  11. val contract: ContractTable

  12. val customer: CustomerTable

  13. val customsStatus: CustomsStatusTable

  14. val dbAudit: DBAuditTable

  15. val device: DeviceTable

  16. val document: DocumentTable

  17. val documentAssociation: DocumentAssociationTable

  18. val documentFile: DocumentFileTable

  19. val documentType: DocumentTypeTable

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. val equipment: EquipmentTable

  23. val equipmentType: EquipmentTypeTable

  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. val gps: GPSTable

  27. val group: GroupTable

  28. val groupLocation: GroupLocationTable

  29. val groupMenu: GroupMenuTable

  30. val groupMovementType: GroupMovementTypeTable

  31. val groupPermission: GroupPermissionTable

  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. val incidentType: IncidentTypeTable

  34. val invoicingStatus: InvoicingStatusTable

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. val itemStatus: ItemStatusTable

  37. val kvs: KVSTable

  38. val language: LanguageTable

  39. val location: LocationTable

  40. val locationPath: LocationPathTable

  41. val locationType: LocationTypeTable

  42. val menu: MenuTable

  43. val movableItem: MovableItemTable

  44. val movableItemSnapshot: MovableItemSnapshotTable

  45. val movableItemType: MovableItemTypeTable

  46. val movement: MovementTable

  47. val movementStatus: MovementStatusTable

  48. val movementType: MovementTypeTable

  49. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  52. val numberStandard: NumberStandardTable

  53. val order: OrderTable

  54. val orderStatus: OrderStatusTable

  55. val orderType: OrderTypeTable

  56. val parameter: ParameterTable

  57. val parameterType: ParameterTypeTable

  58. val permission: PermissionTable

  59. val price: PriceTable

  60. val report: ReportDefinitionTable

  61. val serviceLevelAgreement: ServiceLevelAgreementTable

  62. val shape: ShapeTable

  63. val supplier: SupplierTable

  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  65. val tag: TagTable

  66. val tagAssociation: TagAssociationTable

  67. def toString(): String

    Definition Classes
    AnyRef → Any
  68. val user: UserTable

  69. val userDefinedFieldsDefinition: UserDefinedFieldsDefinitionTable

  70. val userGroup: UserGroupTable

  71. val userMovementType: UserMovementTypeTable

  72. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped