Class TransactionServiceImpl

java.lang.Object
org.craftercms.studio.impl.v1.service.transaction.TransactionServiceImpl
All Implemented Interfaces:
TransactionService

public class TransactionServiceImpl extends Object implements TransactionService
Provide different types of transactions to the site
Author:
russdanner
  • Field Details

  • Constructor Details

    • TransactionServiceImpl

      public TransactionServiceImpl()
  • Method Details

    • getTransaction

      public javax.transaction.UserTransaction getTransaction()
      get a standard user transaction
      Specified by:
      getTransaction in interface TransactionService
    • getContentRepository

      public ContentRepository getContentRepository()
      getter for content repository
    • setContentRepository

      public void setContentRepository(ContentRepository repo)
      setter for content repository