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:
Mark Rogers
2014-07-23 16:32:58 +00:00
parent c0224dacca
commit d1cc3c8f4e

View File

@@ -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)
{