com.bstek.dorado.data.provider
public abstract class AbstractDataProviderGetResultMethodInterceptor extends PatternMethodInterceptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
METHOD_NAME |
static java.lang.String |
PAGING_METHOD_NAME |
| Constructor and Description |
|---|
AbstractDataProviderGetResultMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected abstract java.lang.Object |
invokeGetPagingResult(org.aopalliance.intercept.MethodInvocation methodInvocation,
DataProvider dataProvider,
java.lang.Object parameter,
Page page,
DataType resultDataType) |
protected abstract java.lang.Object |
invokeGetResult(org.aopalliance.intercept.MethodInvocation methodInvocation,
DataProvider dataProvider,
java.lang.Object parameter,
DataType resultDataType) |
getExcludePattern, getOrder, getPattern, setExcludePattern, setOrder, setPatternpublic static final java.lang.String METHOD_NAME
public static final java.lang.String PAGING_METHOD_NAME
public AbstractDataProviderGetResultMethodInterceptor()
public final java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
java.lang.Throwableprotected abstract java.lang.Object invokeGetResult(org.aopalliance.intercept.MethodInvocation methodInvocation,
DataProvider dataProvider,
java.lang.Object parameter,
DataType resultDataType)
throws java.lang.Throwable
java.lang.Throwableprotected abstract java.lang.Object invokeGetPagingResult(org.aopalliance.intercept.MethodInvocation methodInvocation,
DataProvider dataProvider,
java.lang.Object parameter,
Page page,
DataType resultDataType)
throws java.lang.Throwable
java.lang.ThrowableCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.