com.atomizesoftware.spin

controllers

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. trait AdminControllerComponent extends AnyRef

  2. trait AuthenticationControllerComponent extends AnyRef

  3. trait CargoControllerComponent extends AnyRef

  4. trait CargoTypeControllerComponent extends AnyRef

    Holds the implementation of the CargoTypeController.

  5. trait CompanyControllerComponent extends AnyRef

  6. trait ContainerControllerComponent extends AnyRef

    Holds the implementation of the Container Controller.

  7. trait ContainerTypeControllerComponent extends AnyRef

    Holds the implementation of the ContainerTypeController.

  8. trait ContractControllerComponent extends AnyRef

  9. trait CustomerControllerComponent extends AnyRef

  10. trait CustomsStatusControllerComponent extends AnyRef

    Holds the implementation of the CustomsStatusController.

  11. trait DeviceControllerComponent extends AnyRef

  12. trait DocumentControllerComponent extends AnyRef

  13. trait DocumentTypeControllerComponent extends AnyRef

  14. trait EquipmentControllerComponent extends AnyRef

  15. trait EquipmentTypeControllerComponent extends AnyRef

  16. case class FileInfo(name: String, path: String) extends Product with Serializable

    Represents a the information regarding a document that was uploaded, its name and file path.

  17. trait GPSControllerComponent extends AnyRef

  18. case class GPSPositionSerializer(deviceRepository: DeviceRepository, userRepository: UserRepository, dataModel: DataModel) extends CustomSerializer[GPSPosition] with Product with Serializable

  19. case class GPSPositionXYFormat(gpsPosition: GPSPosition) extends Product with Serializable

  20. trait GroupControllerComponent extends AnyRef

  21. trait HelpControllerComponent extends AnyRef

  22. trait IncidentTypeControllerComponent extends AnyRef

    Holds the implementation of the IncidentTypeController.

  23. trait InvoicingStatusControllerComponent extends AnyRef

  24. trait ItemStatusControllerComponent extends AnyRef

    Holds the implementation of the ItemStatusController.

  25. trait KVSControllerComponent extends AnyRef

  26. trait KioskControllerComponent extends AnyRef

  27. trait LanguageControllerComponent extends AnyRef

  28. case class LinkTo(documentId: Long, entityId: Long, entityName: String) extends Product with Serializable

    Represents a the information regarding a link for a document.

  29. trait LocationControllerComponent extends AnyRef

  30. trait LocationTypeControllerComponent extends AnyRef

  31. case class LocationWithCount(location: Location, counter: Int) extends Product with Serializable

  32. trait MapMarkersControllerComponent extends AnyRef

  33. trait MenuControllerComponent extends AnyRef

  34. trait MovableItemSnapshotControllerComponent extends AnyRef

  35. trait MovementControllerComponent extends AnyRef

    Holds the implementation of the Movement Controller.

  36. case class MovementSerializer(movementRepository: MovementRepository, deviceRepository: DeviceRepository, userRepository: UserRepository, dataModel: DataModel) extends CustomSerializer[Movement] with Product with Serializable

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.Movement entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.Movement entity. When serializing returns a json string that contains all fields of the container and the references included. When deserializing only container fields are extracted and a com.atomizesoftware.spin.models.Movement is returned.

  37. trait MovementStatusControllerComponent extends AnyRef

  38. trait MovementTypeControllerComponent extends AnyRef

  39. case class MovementTypeWithCount(movementType: MovementType, counter: Int) extends Product with Serializable

  40. trait NumberStandardControllerComponent extends AnyRef

    Holds the implementation of the ContainerTypeController.

  41. trait OrderControllerComponent extends AnyRef

  42. trait OrderStatusControllerComponent extends AnyRef

  43. trait OrderTypeControllerComponent extends AnyRef

  44. trait ParameterControllerComponent extends AnyRef

  45. trait ParameterTypeControllerComponent extends AnyRef

  46. trait PermissionControllerComponent extends AnyRef

  47. trait PluginControllerComponent extends AnyRef

  48. trait PriceControllerComponent extends AnyRef

  49. trait ReportControllerComponent extends AnyRef

  50. trait ServiceLevelAgreementControllerComponent extends AnyRef

  51. trait ShapeControllerComponent extends AnyRef

  52. trait SupplierControllerComponent extends AnyRef

  53. trait TagControllerComponent extends AnyRef

  54. trait UserControllerComponent extends AnyRef

  55. trait UserDefinedFieldsControllerComponent extends AnyRef

Value Members

  1. object CargoCsvSerializer

  2. object CargoSerializer extends CustomSerializer[Cargo]

  3. object CargoTypeSerializer extends CustomSerializer[CargoType]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.CargoType entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.CargoType entity. When serializing returns a json string that contains all fields of the cargo type. When deserializing, cargo type fields are extracted and a com.atomizesoftware.spin.models.CargoType is returned.

  4. object CompanyCsvSerializer

  5. object CompanySerializer extends CustomSerializer[Company]

  6. object ContainerCsvSerializer

  7. object ContainerSerializer extends CustomSerializer[Container]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.Container entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.Container entity. When serializing returns a json string that contains all fields of the container and the references included. When deserializing only container fields are extracted and a com.atomizesoftware.spin.models.Container is returned.

  8. object ContainerTypeSerializer extends CustomSerializer[ContainerType]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ContainerType entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ContainerType entity. When serializing returns a json string that contains all fields of the container type. When deserializing, container type fields are extracted and a com.atomizesoftware.spin.models.ContainerType is returned.

  9. object ContractSerializer extends CustomSerializer[Contract]

  10. object CustomerSerializer extends CustomSerializer[Customer]

  11. object CustomsStatusSerializer extends CustomSerializer[CustomsStatus]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.CustomsStatus entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.CustomsStatus entity. When serializing returns a json string that contains all fields of the customs status. When deserializing, customs status fields are extracted and a com.atomizesoftware.spin.models.CustomsStatus is returned.

  12. object DeviceCsvSerializer

  13. object DeviceSerializer extends CustomSerializer[Device]

  14. object DocumentCsvSerializer

  15. object DocumentFileSerializer extends CustomSerializer[DocumentFile]

  16. object DocumentSerializer extends CustomSerializer[Document]

  17. object DocumentTypeSerializer extends CustomSerializer[DocumentType]

  18. object EquipmentCsvSerializer

  19. object EquipmentSerializer extends CustomSerializer[Equipment]

  20. object EquipmentTypeSerializer extends CustomSerializer[EquipmentType]

  21. object FileInfoSerializer extends CustomSerializer[FileInfo]

  22. object GPSPositionXYFormatSerializer extends CustomSerializer[GPSPositionXYFormat]

  23. object GroupCsvSerializer

  24. object GroupSerializer extends CustomSerializer[Group]

  25. object IncidentTypeSerializer extends CustomSerializer[IncidentType]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.IncidentType entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.IncidentType entity. When serializing returns a json string that contains all fields of the incident type. When deserializing, incident fields are extracted and a com.atomizesoftware.spin.models.IncidentType is returned.

  26. object InvoicingStatusSerializer extends CustomSerializer[InvoicingStatus]

  27. object ItemStatusSerializer extends CustomSerializer[ItemStatus]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ItemStatus entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ItemStatus entity. When serializing returns a json string that contains all fields of the item status. When deserializing, item status fields are extracted and a com.atomizesoftware.spin.models.ItemStatus is returned.

  28. object KVSSerializer extends CustomSerializer[KVS]

  29. object LanguageSerializer extends CustomSerializer[Language]

  30. object LinkToSerializer extends CustomSerializer[LinkTo]

  31. object LocationSerializer extends CustomSerializer[Location]

  32. object LocationTypeSerializer extends CustomSerializer[LocationType]

  33. object LocationWithCountSerializer extends CustomSerializer[LocationWithCount]

  34. object MenuSerializer extends CustomSerializer[Menu]

  35. object MovableItemSnapshotSerializer extends CustomSerializer[MovableItemSnapshot]

  36. object MovementCsvSerializer

  37. object MovementStatusSerializer extends CustomSerializer[MovementStatus]

  38. object MovementTypeSerializer extends CustomSerializer[MovementType]

  39. object MovementTypeWithCountSerializer extends CustomSerializer[MovementTypeWithCount]

  40. object NumberStandardSerializer extends CustomSerializer[NumberStandard]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.NumberStandard entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.NumberStandard entity. When serializing returns a json string that contains all fields of the container type. When deserializing, container type fields are extracted and a com.atomizesoftware.spin.models.NumberStandard is returned.

  41. object OrderCsvSerializer

  42. object OrderSerializer extends CustomSerializer[Order]

  43. object OrderStatusSerializer extends CustomSerializer[OrderStatus]

  44. object OrderTypeSerializer extends CustomSerializer[OrderType]

  45. object ParameterSerializer extends CustomSerializer[Parameter]

  46. object ParameterTypeSerializer extends CustomSerializer[ParameterType]

  47. object PermissionCsvSerializer

  48. object PermissionSerializer extends CustomSerializer[Permission]

  49. object PriceSerializer extends CustomSerializer[Price]

  50. object ReportDefinitionSerializer extends CustomSerializer[ReportDefinition]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ReportDefinition entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ReportDefinition entity. When serializing returns a json string that contains all fields of the report. When deserializing, report fields are extracted and a com.atomizesoftware.spin.models.ReportDefinition is returned.

  51. object ServiceLevelAgreementSerializer extends CustomSerializer[ServiceLevelAgreement]

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ServiceLevelAgreement entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the com.atomizesoftware.spin.models.ServiceLevelAgreement entity. When serializing returns a json string that contains all fields of the sla. When deserializing, sla fields are extracted and a com.atomizesoftware.spin.models.ServiceLevelAgreement is returned.

  52. object ShapeSerializer extends CustomSerializer[Shape]

  53. object SupplierSerializer extends CustomSerializer[Supplier]

  54. object TagSerializer extends CustomSerializer[Tag]

  55. object UserCsvSerializer

  56. object UserDefinedFieldsDefinitionSerializer extends CustomSerializer[UserDefinedFieldsDefinition]

    Extends the Serializer collection with our custom serializer/deserializer functions for the UserDefinedFieldsDefinition entity.

    Extends the Serializer collection with our custom serializer/deserializer functions for the UserDefinedFieldsDefinition entity. When serializing returns a json string that contains all fields of the user defined fields definition. When de-serializing, user defined fields definition fields are extracted and a com.atomizesoftware.spin.models.UserDefinedFieldsDefinition is returned.

  57. object UserSerializer extends CustomSerializer[User]

Ungrouped