Class

razie.audit

NoAuditService

Related Doc: package audit

Permalink

class NoAuditService extends AuditService

sample stub audit service - no database backup

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoAuditService
  2. AuditService
  3. Logging
  4. Auditor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NoAuditService()

    Permalink

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 hashCode(): Int

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

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

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

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

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

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

    Permalink

    log a db opreation - this method you need to provide

    log a db opreation - this method you need to provide

    Definition Classes
    NoAuditServiceAuditor
  37. def logdbWithLink(what: String, link: String, details: Any*): String

    Permalink

    log a db operation

    log a db operation

    Definition Classes
    NoAuditServiceAuditor
  38. val logger: Log

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def regdemail(email: String): Unit

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

    Permalink

    audit a security issue

    audit a security issue

    Definition Classes
    AuditService
  47. 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
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

    Permalink

    audit update of an entity

    audit update of an entity

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AuditService

Inherited from AuditService

Inherited from Logging

Inherited from Auditor

Inherited from AnyRef

Inherited from Any

Ungrouped