Object/Class

razie.audit

Audit

Related Docs: class Audit | package audit

Permalink

object Audit extends SI[AuditService] with AuditService with Logging with Serializable

just a proxy to auditing

Linear Supertypes
Serializable, Serializable, AuditService, Logging, Auditor, SI[AuditService], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Audit
  2. Serializable
  3. Serializable
  4. AuditService
  5. Logging
  6. Auditor
  7. SI
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class cdebug extends AnyRef

    Permalink
    Definition Classes
    Logging
    Annotations
    @inline()
  2. class clog extends AnyRef

    Permalink
    Definition Classes
    Logging
    Annotations
    @inline()

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 val ENTITY_CREATE: String("ENTITY_CREATE")

    Permalink
    Definition Classes
    AuditService
  5. final val ENTITY_DELETE: String("ENTITY_DELETE")

    Permalink
    Definition Classes
    AuditService
  6. final val ENTITY_UPDATE: String("ENTITY_UPDATE")

    Permalink
    Definition Classes
    AuditService
  7. final val ERR_AUTHREQUIRED: String("ERR_AUTHREQUIRED")

    Permalink
    Definition Classes
    AuditService
  8. final val ERR_FAILEDWIKIEDIT: String("ERR_FAILEDWIKIEDIT")

    Permalink
    Definition Classes
    AuditService
  9. final val ERR_NO_SUCH_USER: String("ERR_NO_SUCH_USER")

    Permalink
    Definition Classes
    AuditService
  10. final val ERR_UNAUTHORIZED: String("ERR_UNAUTHORIZED")

    Permalink
    Definition Classes
    AuditService
  11. final val REGD_EMAIL: String("INFO_REGD_EMAIL")

    Permalink
    Definition Classes
    AuditService
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def audit(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  14. def audit(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  15. def auth(details: String): Unit

    Permalink
    Definition Classes
    AuditService
  16. def cdebug: cdebug

    Permalink

    c++ memories, anyone...

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Definition Classes
    Logging
    Annotations
    @inline()
  17. def clog: clog

    Permalink

    c++ memories, anyone...

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Definition Classes
    Logging
    Annotations
    @inline()
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def create[T](entity: T): T

    Permalink

    audit creation of an entity

    audit creation of an entity

    Definition Classes
    AuditService
  20. def createnoaudit[T](entity: T): T

    Permalink
    Definition Classes
    AuditService
  21. def debug(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  22. def debug(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  23. def delete[T](entity: T): T

    Permalink

    audit delete of an entity

    audit delete of an entity

    Definition Classes
    AuditService
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def error(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  27. def error(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  28. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getInstance: AuditService

    Permalink
    Definition Classes
    SI
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def info(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  33. def info(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def log(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  36. def log(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  37. def logdb(what: String, details: Any*): String

    Permalink

    log a db operation - this method you need to provide

    log a db operation - this method you need to provide

    Definition Classes
    AuditAuditor
  38. def logdbWithLink(what: String, link: String, details: Any*): String

    Permalink

    log a db operation

    log a db operation

    Definition Classes
    AuditAuditor
  39. val logger: Log

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def missingPage(url: String): Unit

    Permalink
    Definition Classes
    AuditService
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newlog(s: String): Log

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  43. def newlog(clazz: Class[_]): Log

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. def prepInstance(t: AuditService): AuditService

    Permalink

    overwrite this to prepare your instance i.e.

    overwrite this to prepare your instance i.e. initialize it

    Attributes
    protected
    Definition Classes
    SI
  47. def regdemail(email: String): Unit

    Permalink
    Definition Classes
    AuditService
  48. def security(what: String, details: Any*): String

    Permalink

    audit a security issue

    audit a security issue

    Definition Classes
    AuditService
  49. def setInstance(adb: AuditService): Unit

    Permalink

    set the instance to use

    set the instance to use

    Definition Classes
    SI
  50. def slf4j: Logger

    Permalink

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    Printf rules!

    Attributes
    protected
    Definition Classes
    Logging
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def tee(message: ⇒ String): String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  53. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  54. def trace(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  55. def trace(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  56. def unauthorized(details: String): Unit

    Permalink
    Definition Classes
    AuditService
  57. def update[T](entity: T): T

    Permalink

    audit update of an entity

    audit update of an entity

    Definition Classes
    AuditService
  58. def updatenoaudit[T](entity: T): T

    Permalink
    Definition Classes
    AuditService
  59. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def warn(message: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  63. def warn(message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  64. def wikiFailedEdit(user: String, cat: String, name: String): Unit

    Permalink
    Definition Classes
    AuditService
  65. def wrongLogin(email: String, pwd: String): Unit

    Permalink
    Definition Classes
    AuditService

Inherited from Serializable

Inherited from Serializable

Inherited from AuditService

Inherited from Logging

Inherited from Auditor

Inherited from SI[AuditService]

Inherited from AnyRef

Inherited from Any

Ungrouped