Class

it.agilelab.bigdata.wasp.repository.postgres.bl

ProducerBLImpl

Related Doc: package bl

Permalink

case class ProducerBLImpl(waspDB: WaspPostgresDB) extends ProducerBL with PostgresBL with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PostgresBL, ProducerBL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProducerBLImpl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PostgresBL
  7. ProducerBL
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProducerBLImpl(waspDB: WaspPostgresDB)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def createTable(): Unit

    Permalink
    Definition Classes
    ProducerBLImplPostgresBL
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def getActiveProducers(isActive: Boolean): Seq[ProducerModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  9. def getAll: Seq[ProducerModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  10. def getByName(name: String): Option[ProducerModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  11. def getByTopicName(name: String): Seq[ProducerModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getNonSystemProducers: Seq[ProducerModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  14. def getSystemProducers: Seq[ProducerModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  15. def getTopic(topicBL: TopicBL, producerModel: ProducerModel): Option[TopicModel]

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  16. def insertIfNotExists(producerModel: ProducerModel): Unit

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def persist(producerModel: ProducerModel): Unit

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  22. def setIsActive(producerModel: ProducerModel, isActive: Boolean): Unit

    Permalink
    Definition Classes
    ProducerBL
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. implicit val tableDefinition: TableDefinition[ProducerModel, String]

    Permalink
    Definition Classes
    ProducerBLImplPostgresBL
  25. def update(producerModel: ProducerModel): Unit

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  26. def upsert(producerModel: ProducerModel): Unit

    Permalink
    Definition Classes
    ProducerBLImpl → ProducerBL
  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val waspDB: WaspPostgresDB

    Permalink
    Definition Classes
    ProducerBLImplPostgresBL

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PostgresBL

Inherited from ProducerBL

Inherited from AnyRef

Inherited from Any

Ungrouped