com.atomizesoftware.spin.managers.ContainerManagerComponent

ContainerManager

class ContainerManager extends AnyRef

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

Instance Constructors

  1. new ContainerManager()

Type Members

  1. case class Containers(container: Option[Container], oldContainer: Option[Container] = None) extends Product with Serializable

  2. case class DependentValues(expectedDeliveryLocationId: Option[Long]) extends 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. implicit val cargoRepo: CargoRepository

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val containerRepo: ContainerRepository

  8. def createContainer(container: Container)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Try[Option[Container]]

    Creates a container and its associated movable item.

    Creates a container and its associated movable item.

    returns

    the newly created container with the current detail information.

  9. def createContainerType(containerType: ContainerType)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): ContainerType

    Creates a container type.

    Creates a container type.

    returns

    the newly created container with the current detail information.

  10. def createContainers(containers: List[Container])(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Try[List[Option[Container]]]

    Creates several containers and its associated movable item.

    Creates several containers and its associated movable item.

    returns

    list with the newly created containers with the current detail information.

  11. def createCustomsStatus(customsStatus: CustomsStatus)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): CustomsStatus

    Creates a com.atomizesoftware.spin.models.CustomsStatus.

    returns

    the newly created customs status.

  12. def createItemSnapshot(snapshot: MovableItemSnapshot)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): MovableItemSnapshot

    Creates the received Movable Item Snapshot

    Creates the received Movable Item Snapshot

    returns

    the newly created MovableItemSnapshot

  13. def createItemStatus(itemStatus: ItemStatus)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): ItemStatus

    Creates an com.atomizesoftware.spin.models.ItemStatus.

    returns

    the newly created item status.

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

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val logger: Logger

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

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

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

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def takeSnapshotOfItemInMovement(movement: Movement)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Unit

    Creates a movable item snapshot based on the SaveSnapshot received

    Creates a movable item snapshot based on the SaveSnapshot received

    returns

    the newly created MovableItemSnapshot.

  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def updateContainer(container: Container)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a container and the associated movable item.

    Updates a container and the associated movable item.

    returns

    true if the changes were successful, false otherwise.

  28. def updateContainerType(containerType: ContainerType)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.ContainerType

    containerType

    to update

  29. def updateContainers(containers: List[Container])(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates several containers and their associated details.

    Updates several containers and their associated details.

    returns

    true if all containers were successfully updated, false otherwise.

  30. def updateCustomsStatus(customsStatus: CustomsStatus)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.CustomsStatus.

    customsStatus

    to update

  31. def updateItemStatus(itemStatus: ItemStatus)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.ItemStatus

    itemStatus

    to update

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped