com.atomizesoftware.spin.data.repositories.ReportRepositoryComponent

ReportRepositoryImpl

class ReportRepositoryImpl extends ReportRepository

Implements functions related to com.atomizesoftware.spin.models.ReportDefinition

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

Instance Constructors

  1. new ReportRepositoryImpl(reportsDirPath: String)

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. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  8. def filtered(limit: Int, offset: Int, references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[ReportDefinition]

    Gets a list of com.atomizesoftware.spin.models.ReportDefinition with the requested filters.

    Gets a list of com.atomizesoftware.spin.models.ReportDefinition with the requested filters.

    Definition Classes
    ReportRepositoryImplReportRepository
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def findReportFileWithName(name: String): Option[InputStream]

    If file with name name.jasper exists in the reportsDirPath, use it.

    If file with name name.jasper exists in the reportsDirPath, use it. If not, try to find the file as an embedded resource. If it still doesn't find the file, returns None.

    Definition Classes
    ReportRepositoryImplReportRepository
  11. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  13. def insert(reportDef: ReportDefinition)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Option[Long]

    Definition Classes
    ReportRepositoryImplReportRepository
  14. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  18. val reportsDirPath: String

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

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. def totalCountForFilters(filter: String, filterOr: String, search: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

    Gets the number of records that correspond to the complex select statement.

    Gets the number of records that correspond to the complex select statement.

    Definition Classes
    ReportRepositoryImplReportRepository
  22. def update(reportDef: ReportDefinition)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Definition Classes
    ReportRepositoryImplReportRepository
  23. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withCode(code: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[ReportDefinition]

    Definition Classes
    ReportRepositoryImplReportRepository
  27. def withId(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[ReportDefinition]

    Definition Classes
    ReportRepositoryImplReportRepository

Inherited from ReportRepository

Inherited from AnyRef

Inherited from Any

Ungrouped