Class AuthorityBridgeTableAsynchronouslyRefreshedCache

  • All Implemented Interfaces:
    Callable<Void>, AsynchronouslyRefreshedCache<org.alfresco.util.BridgeTable<String>>, RefreshableCache<org.alfresco.util.BridgeTable<String>>, org.alfresco.util.cache.AsynchronouslyRefreshedCache<org.alfresco.util.BridgeTable<String>>, org.alfresco.util.cache.RefreshableCache<org.alfresco.util.BridgeTable<String>>, org.alfresco.util.cache.RefreshableCacheListener, org.alfresco.util.transaction.TransactionListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class AuthorityBridgeTableAsynchronouslyRefreshedCache
    extends AbstractMTAsynchronouslyRefreshedCache<org.alfresco.util.BridgeTable<String>>
    implements org.springframework.beans.factory.InitializingBean
    Since:
    4.1.3
    Author:
    Andy
    • Constructor Detail

      • AuthorityBridgeTableAsynchronouslyRefreshedCache

        public AuthorityBridgeTableAsynchronouslyRefreshedCache()
    • Method Detail

      • setAuthorityDAO

        public void setAuthorityDAO​(AuthorityDAO authorityDAO)
        Parameters:
        authorityDAO - the authorityDAO to set
      • setAuthorityBridgeDAO

        public void setAuthorityBridgeDAO​(AuthorityBridgeDAO authorityBridgeDAO)
        Parameters:
        authorityBridgeDAO - the authorityBridgeDAO to set
      • setRetryingTransactionHelper

        public void setRetryingTransactionHelper​(RetryingTransactionHelper retryingTransactionHelper)
        Parameters:
        retryingTransactionHelper - the retryingTransactionHelper to set
      • setTenantAdminService

        public void setTenantAdminService​(TenantAdminService tenantAdminService)