Class BTDataLog

java.lang.Object
overit.geocall.bl.BusinessTask<BODataLog>
overit.geocall.basic.bl.datalog.task.BTDataLog
All Implemented Interfaces:
Serializable, Tool

public class BTDataLog extends BusinessTask<BODataLog>
Task that log the security concerned data.

Needs a BODataLog with all the information needed.

The record saved on db will contain the content's data, the date on which the modification took place, the reference to the user authorizing the modification, the company where the modification is applied and if present the unique id of the object modified (ie the user id, user type id etc.).

Since:
9.2
See Also:
GCApi:
task
  • Constructor Details

    • BTDataLog

      public BTDataLog(@Tool(overit.geocall.basic.datalog.DAODataLog.class) Holder<overit.geocall.basic.datalog.DAODataLog> daodaoDataLogHolder)
  • Method Details