Class EbillRecipientLogServiceImpl
java.lang.Object
ch.tocco.nice2.optional.einvoicing.impl.service.EbillRecipientLogServiceImpl
- All Implemented Interfaces:
EbillRecipientLogService
@Component
public class EbillRecipientLogServiceImpl
extends Object
implements EbillRecipientLogService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.einvoicing.api.EbillRecipientLogService
EbillRecipientLogService.RecipientEvent -
Constructor Summary
ConstructorsConstructorDescriptionEbillRecipientLogServiceImpl(EntityDefaultValueService defaultValueService, PersistenceService persistenceService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLog(Entity recipient, EbillRecipientLogService.RecipientEvent event, String description) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.optional.einvoicing.api.EbillRecipientLogService
createLog
-
Constructor Details
-
EbillRecipientLogServiceImpl
public EbillRecipientLogServiceImpl(EntityDefaultValueService defaultValueService, PersistenceService persistenceService, SecurityManager securityManager)
-
-
Method Details
-
createLog
public void createLog(Entity recipient, EbillRecipientLogService.RecipientEvent event, String description) - Specified by:
createLogin interfaceEbillRecipientLogService
-