Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.annotation
Class PortalTransactionAnnotationParser

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

Deprecated.

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

See Also:
Serialized Form

Constructor Summary
PortalTransactionAnnotationParser()
          Deprecated.  
 
Method Summary
 org.springframework.transaction.interceptor.TransactionAttribute parseTransactionAnnotation(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(AnnotatedElement annotatedElement)
Deprecated. 
Specified by:
parseTransactionAnnotation in interface org.springframework.transaction.annotation.TransactionAnnotationParser

Liferay 6.1.2-ce-ga3