Class AbstractSetStatusLogic
java.lang.Object
ch.tocco.nice2.optional.einvoicing.impl.action.generateebill.processlogic.AbstractSetStatusLogic
- All Implemented Interfaces:
TransactionProcessLogic
- Direct Known Subclasses:
SetStatusPreprocessedLogic
,SetStatusTransmittedManualLogic
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSetStatusLogic
(PersistenceService persistenceService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
final void
processEbillTransaction
(Entity targetEntity, Entity ebillTransaction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.einvoicing.api.TransactionProcessLogic
getName
-
Constructor Details
-
AbstractSetStatusLogic
public AbstractSetStatusLogic(PersistenceService persistenceService, SecurityManager securityManager)
-
-
Method Details
-
getStatusUniqueId
-
processEbillTransaction
- Specified by:
processEbillTransaction
in interfaceTransactionProcessLogic
-