TransactionInvokerImpl@Deprecated
public class ServiceBeanMethodInvocationFactoryImpl
extends Object
implements com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactory
| Constructor and Description |
|---|
ServiceBeanMethodInvocationFactoryImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServiceBeanMethodInvocation |
create(Object target,
Class<?> targetClass,
Method method,
Object[] arguments)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected List<org.aopalliance.intercept.MethodInterceptor> |
getMethodInterceptors(String... methodInterceptorBeanIds)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Object |
proceed(Object target,
Class<?> targetClass,
Method method,
Object[] arguments,
String[] methodInterceptorBeanIds)
Deprecated.
|
public ServiceBeanMethodInvocationFactoryImpl()
public Object proceed(Object target,
Class<?> targetClass,
Method method,
Object[] arguments,
String[] methodInterceptorBeanIds)
throws Exception
proceed in interface com.liferay.portal.kernel.util.ServiceBeanMethodInvocationFactoryException@Deprecated protected ServiceBeanMethodInvocation create(Object target, Class<?> targetClass, Method method, Object[] arguments)
@Deprecated protected List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(String... methodInterceptorBeanIds)