Class LogServiceImpl
java.lang.Object
ch.tocco.nice2.optional.automation.impl.LogServiceImpl
- All Implemented Interfaces:
LogService
-
Nested Class Summary
Nested classes/interfaces inherited from interface LogService
LogService.Type -
Constructor Summary
ConstructorsConstructorDescriptionLogServiceImpl(PersistenceService persistenceService, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, L10N l10N, TextResources textResources) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidlog(LogService.Type type, String textResourceKey, Map<String, Object> vars, DataHolder dataHolder) void
-
Constructor Details
-
LogServiceImpl
public LogServiceImpl(PersistenceService persistenceService, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, L10N l10N, TextResources textResources)
-
-
Method Details
-
log
public void log(LogService.Type type, String textResourceKey, Map<String, Object> vars, Entity automation) - Specified by:
login interfaceLogService
-
log
public void log(LogService.Type type, String textResourceKey, Map<String, Object> vars, DataHolder dataHolder) - Specified by:
login interfaceLogService
-
completed
- Specified by:
completedin interfaceLogService
-
completed
- Specified by:
completedin interfaceLogService
-