public class TransactionInterceptorFactoryBean
extends java.lang.Object
implements com.liferay.portal.kernel.spring.util.FactoryBean<org.aopalliance.intercept.MethodInterceptor>
| Constructor and Description |
|---|
TransactionInterceptorFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
org.aopalliance.intercept.MethodInterceptor |
create() |
org.aopalliance.intercept.MethodInterceptor |
postProcessing(org.aopalliance.intercept.MethodInterceptor methodInterceptor) |
public org.aopalliance.intercept.MethodInterceptor create()
create in interface com.liferay.portal.kernel.spring.util.FactoryBean<org.aopalliance.intercept.MethodInterceptor>public org.aopalliance.intercept.MethodInterceptor postProcessing(org.aopalliance.intercept.MethodInterceptor methodInterceptor)
postProcessing in interface com.liferay.portal.kernel.spring.util.FactoryBean<org.aopalliance.intercept.MethodInterceptor>