com
.
atomizesoftware
.
spin
.
data
dto
package
dto
Visibility
Public
All
Type Members
case class
DBAudit
(
id:
Long
=
1L
,
revisionStamp:
github.nscala_time.time.Imports.DateTime
,
tableName:
String
,
username:
String
,
action:
String
,
changedColumns:
String
,
oldData:
String
,
newData:
String
,
recordId:
String
)
extends
Product
with
Serializable
case class
DocumentAssociation
(
id:
Long
=
1
,
documentId:
Long
,
foreignKeyId:
Long
,
tableName:
String
)
extends
Product
with
Serializable
case class
GroupLocation
(
id:
Long
=
1L
,
groupId:
Long
,
locationId:
Long
)
extends
Product
with
Serializable
case class
GroupMenu
(
id:
Long
=
1L
,
groupId:
Long
,
menuId:
Long
)
extends
Product
with
Serializable
case class
GroupMovementType
(
id:
Long
=
1L
,
groupId:
Long
,
movementTypeId:
Long
)
extends
Product
with
Serializable
case class
GroupPermission
(
id:
Long
=
1L
,
groupId:
Long
,
permissionId:
Long
)
extends
Product
with
Serializable
case class
LocationPath
(
ancestorId:
Long
,
descendantId:
Long
,
depth:
Int
=
0
)
extends
Product
with
Serializable
case class
TagAssociation
(
id:
Long
=
1
,
foreignEntityId:
Long
,
tagId:
Long
,
tableName:
String
)
extends
Product
with
Serializable
case class
UserGroup
(
id:
Long
=
1L
,
userId:
Long
,
groupId:
Long
)
extends
Product
with
Serializable
case class
UserMovementType
(
id:
Long
=
1L
,
userId:
Long
,
movementTypeId:
Long
)
extends
Product
with
Serializable
Ungrouped