Class EntityFolderTemplateAfterCommitListener
java.lang.Object
ch.tocco.nice2.persist.core.api.util.CollectingAfterCommitListener
ch.tocco.nice2.dms.impl.entitydocs.template.EntityFolderTemplateAfterCommitListener
- All Implemented Interfaces:
ContextListener,EntityListener,CommitListener,EventListener
After commit listener creating folders and resources in an entity's folder according to Entity_folder_templates
-
Constructor Summary
ConstructorsConstructorDescriptionEntityFolderTemplateAfterCommitListener(CommandExecutor commandExecutor, EntityDocumentsService entityDocumentsService, EntityFolderTemplateService entityFolderTemplateService, FolderNodeMergeService folderNodeMergeService, EntityFolderTemplateConfirmationService entityFolderTemplateConfirmationService, SecurityManager securityManager) -
Method Summary
Methods inherited from class ch.tocco.nice2.persist.core.api.util.CollectingAfterCommitListener
afterCommit, beforeCommit, contextDestroying, customizeMode, entityCreated, entityDeleted, entityUpdated, handleAfterCommit, setFutureCollectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.util.CommitListener
afterFlush, priorityMethods inherited from interface ch.tocco.nice2.persist.core.api.ContextListener
transactionStarted
-
Constructor Details
-
EntityFolderTemplateAfterCommitListener
public EntityFolderTemplateAfterCommitListener(CommandExecutor commandExecutor, EntityDocumentsService entityDocumentsService, EntityFolderTemplateService entityFolderTemplateService, FolderNodeMergeService folderNodeMergeService, EntityFolderTemplateConfirmationService entityFolderTemplateConfirmationService, SecurityManager securityManager)
-
-
Method Details
-
getAfterCommitTask
- Specified by:
getAfterCommitTaskin classCollectingAfterCommitListener
-