Class BTSystemSettingDataLog
java.lang.Object
overit.geocall.bl.BusinessTask<SystemSettingSavingNotificationEvent>
overit.geocall.basic.bl.DataLogReactor<SystemSettingSavingNotificationEvent>
overit.geocallapp.wfm.core.bl.securitylog.task.BTSystemSettingDataLog
- All Implemented Interfaces:
Serializable,Tool
@Event(SystemSettingSavingNotificationEvent.class)
public class BTSystemSettingDataLog
extends DataLogReactor<SystemSettingSavingNotificationEvent>
Business task in order to log the system settings when a change is performed.
When the
When the
SystemSettingSavingNotificationEvent is launched the BT
notices the call and logs the updated system settings basing on the event's
input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.basic.bl.DataLogReactor
bodyMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSystemSettingDataLog
public BTSystemSettingDataLog()
-
-
Method Details
-
getData
Description copied from class:DataLogReactorGets the data to log.- Specified by:
getDatain classDataLogReactor<SystemSettingSavingNotificationEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- String representing all the data to log inside the db.
-
getFactory
Description copied from class:DataLogReactorGets the id of the factory. Possibly the one associated with the object to log.- Specified by:
getFactoryin classDataLogReactor<SystemSettingSavingNotificationEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The id associated to the factory.
-
getObjectId
Description copied from class:DataLogReactorGets the unique id associated to the object.- Specified by:
getObjectIdin classDataLogReactor<SystemSettingSavingNotificationEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The unique id associated to the object.
-
getType
Description copied from class:DataLogReactorGets the type's name of the data log.- Specified by:
getTypein classDataLogReactor<SystemSettingSavingNotificationEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The type's name of the data log.
-