BatchesRepository

class Object
trait Matchable
class Any

Value members

Abstract methods

def addNewBatch[M[_] : LiftIO](agingBatch: AgingBatchDTO): M[Unit]
def approveBatch[M[_] : LiftIO](passedBatch: QualityAssuredBatchPassedDTO): M[Unit]
def readReadyForQA[M[_] : CanRaise[String]](id: String): M[BatchReadyForQualityAssuranceDTO]
def rejectBatch[M[_] : LiftIO](failedBatch: QualityAssuredBatchFailedDTO): M[Unit]