trait AbstractAudit[User] extends Audit[User]
- Self Type
- AbstractAudit[User] with AppBase[User]
- Source
- Audit.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractAudit
- Audit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AuditData(action: String = null, entity_id: jLong = null, user: User, time: jDate = null, entity: String = null, newData: Map[String, Any] = null, oldData: Map[String, Any] = null, diff: List[Map[String, Any]] = null, relevant_id: List[Long] = null, error: String = null) extends Product with Serializable
Abstract Value Members
- abstract def audit(data: (AbstractAudit.this)#AuditData): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def audit[C <: (AbstractAudit.this)#RequestContext[_]](res: C, error: Throwable): Unit
-
def
audit[C <: (AbstractAudit.this)#RequestContext[_]](originalContext: C)(action: ⇒ C): C
- Definition Classes
- AbstractAudit → Audit
-
def
auditLogin(user: User, loginInfo: QuereaseProvider.QE.DTO): Unit
- Definition Classes
- AbstractAudit → Audit
-
def
auditSave(id: jLong, viewName: String, map: Map[String, Any], error: String)(implicit user: User, state: ApplicationState): Unit
- Definition Classes
- AbstractAudit → Audit
- val blackListedFields: Set[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createRelevantIdExtractor: PartialFunction[Any, Long]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDiff(oldObj: Map[String, Any], newObj: Map[String, Any]): List[Map[String, Any]]
- def getRelevantIds(viewName: String, viewId: Long, data: Map[String, Any], loadFromDb: Boolean, error: Throwable): List[Long]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyFields: List[String]
- def logList(view: String, user: User, inParams: Map[String, Any], offset: Int, limit: Int, orderBy: String, state: ApplicationState, doCount: Boolean): Unit
- def logRemove(id: Long, view: String, user: User, oldData: QuereaseProvider.QE.DWI, error: Throwable): Unit
- def logSave(id: Long, view: String, old: QuereaseProvider.QE.DTO, obj: QuereaseProvider.QE.DTO, inParams: Map[String, Any], user: User, save: Map[String, Any], extraPropsToSave: Map[String, Any], error: Throwable): Unit
- def logUnchangedSaves: Boolean
- def logView(id: jLong, view: String, user: User, inParams: Map[String, Any], state: Map[String, Any], data: Map[String, Any]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val relevantIdExtractor: PartialFunction[Any, Long]
- def relevantKeys(view: String): Set[String]
- def removeBlacklistedFields(m: Map[String, Any]): Map[String, Any]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()