com.atomizesoftware.spin.managers.OrderManagerComponent

OrderManager

class OrderManager extends AnyRef

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

Instance Constructors

  1. new OrderManager()

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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createOrder(order: Order)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Try[Option[Order]]

    Creates an order

    Creates an order

    returns

    a com.atomizesoftware.spin.models.Order if successful

  7. def createOrderStatus(orderStatus: OrderStatus)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): OrderStatus

    Creates an order status.

    Creates an order status.

    returns

    the newly created order status.

  8. def createOrderType(orderType: OrderType)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): OrderType

    Creates an order type.

    Creates an order type.

    returns

    the newly created order type.

  9. def createSLA(sla: ServiceLevelAgreement)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): ServiceLevelAgreement

    Creates a sla.

    Creates a sla.

    returns

    the newly created service level agreement.

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

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

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

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

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

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

    Definition Classes
    Any
  16. implicit val locationRepo: LocationRepository

  17. val logger: Logger

  18. implicit val movementRepo: MovementRepository

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

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

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

    Definition Classes
    AnyRef
  22. def numberFor(order: Order)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[String]

  23. implicit val orderRepo: OrderRepository

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def updateOrder(order: Order)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Try[Option[Order]]

    Updates the order

  27. def updateOrderStatus(orderStatus: OrderStatus)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.OrderStatus

    orderStatus

    to update

  28. def updateOrderType(orderType: OrderType)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.OrderType

    orderType

    to update

  29. def updateOrders(orders: List[Order])(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Try[List[Option[Order]]]

    Updates several orders

    Updates several orders

    returns

    true if all orders were successfully updated, false otherwise.

  30. def updateSLA(sla: ServiceLevelAgreement)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.ServiceLevelAgreement

  31. implicit val userRepo: UserRepository

  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