Class BTGISServiceDataLog
java.lang.Object
overit.geocall.bl.BusinessTask<GISServiceSavingNotificationEvent>
overit.geocall.basic.bl.DataLogReactor<GISServiceSavingNotificationEvent>
overit.geocallapp.wfm.core.bl.securitylog.task.BTGISServiceDataLog
- All Implemented Interfaces:
Serializable,Tool
@Event(GISServiceSavingNotificationEvent.class)
public class BTGISServiceDataLog
extends DataLogReactor<GISServiceSavingNotificationEvent>
Business task in order to log the GIS service data when a change is performed.
When the
When the
GISServiceSavingNotificationEvent is launched the BT
notices the call and logs the updated GIS service data 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
-
BTGISServiceDataLog
public BTGISServiceDataLog()
-
-
Method Details
-
getData
Description copied from class:DataLogReactorGets the data to log.- Specified by:
getDatain classDataLogReactor<GISServiceSavingNotificationEvent>- 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<GISServiceSavingNotificationEvent>- 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<GISServiceSavingNotificationEvent>- 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<GISServiceSavingNotificationEvent>- Parameters:
event- Event used to retrieve the information about the object to log.- Returns:
- The type's name of the data log.
-