mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
77210: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75268: Removed deprecations of Alfresco-specific bind transactional bind methods. These are valid as they are an abstraction. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78066 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -183,7 +183,6 @@ public abstract class AlfrescoTransactionSupport extends TransactionSupportUtil
|
||||
* implements <tt>equals</tt> and <tt>hashCode</tt>.
|
||||
*
|
||||
* @param daoService
|
||||
* @deprecated use TransactionSupportUtil directly
|
||||
*/
|
||||
public static void bindDaoService(TransactionalDao daoService)
|
||||
{
|
||||
@@ -208,7 +207,6 @@ public abstract class AlfrescoTransactionSupport extends TransactionSupportUtil
|
||||
* implements <tt>equals</tt> and <tt>hashCode</tt>.
|
||||
*
|
||||
* @param integrityChecker
|
||||
* @deprecated use TransactionSupportUtil directly
|
||||
*/
|
||||
public static void bindIntegrityChecker(IntegrityChecker integrityChecker)
|
||||
{
|
||||
@@ -234,7 +232,6 @@ public abstract class AlfrescoTransactionSupport extends TransactionSupportUtil
|
||||
*
|
||||
* @param indexerAndSearcher the Lucene indexer to perform transaction completion
|
||||
* tasks on
|
||||
* @deprecated use TransactionSupportUtil directly
|
||||
*/
|
||||
public static void bindLucene(LuceneIndexerAndSearcher indexerAndSearcher)
|
||||
{
|
||||
@@ -257,7 +254,6 @@ public abstract class AlfrescoTransactionSupport extends TransactionSupportUtil
|
||||
*
|
||||
* @param indexerAndSearcher the Lucene indexer to perform transaction completion
|
||||
* tasks on
|
||||
* @deprecated use TransactionSupportUtil directly
|
||||
*/
|
||||
public static void bindListener(TransactionListener listener)
|
||||
{
|
||||
|
Reference in New Issue
Block a user