com.liferay.portal.spring.annotation
Class PortalTransactionAnnotationParser

java.lang.Object
  extended by com.liferay.portal.spring.annotation.PortalTransactionAnnotationParser
All Implemented Interfaces:
java.io.Serializable, org.springframework.transaction.annotation.TransactionAnnotationParser

Deprecated.

public class PortalTransactionAnnotationParser
extends java.lang.Object
implements org.springframework.transaction.annotation.TransactionAnnotationParser, java.io.Serializable

View Source

Author:
Michael Young, Shuyang Zhou
See Also:
Serialized Form

Constructor Summary
PortalTransactionAnnotationParser()
          Deprecated.  
 
Method Summary
 org.springframework.transaction.interceptor.TransactionAttribute parseTransactionAnnotation(java.lang.reflect.AnnotatedElement annotatedElement)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalTransactionAnnotationParser

public PortalTransactionAnnotationParser()
Deprecated. 
Method Detail

parseTransactionAnnotation

public org.springframework.transaction.interceptor.TransactionAttribute parseTransactionAnnotation(java.lang.reflect.AnnotatedElement annotatedElement)
Deprecated. 
Specified by:
parseTransactionAnnotation in interface org.springframework.transaction.annotation.TransactionAnnotationParser