|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wavemaker.runtime.service.AbstractLiveDataService
public abstract class AbstractLiveDataService
An abstract form of the LiveDataService interface.
| Constructor Summary | |
|---|---|
AbstractLiveDataService()
|
|
| Method Summary | |
|---|---|
protected java.lang.reflect.Method |
findMethod(java.lang.String methodName,
java.lang.Object[] arguments)
Get a method in the current object with the specified name which can take the arguments passed in (number of arguments is checked, types are not). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.wavemaker.runtime.service.LiveDataService |
|---|
delete, insert, read, update |
| Constructor Detail |
|---|
public AbstractLiveDataService()
| Method Detail |
|---|
protected java.lang.reflect.Method findMethod(java.lang.String methodName,
java.lang.Object[] arguments)
methodName - The method to search for.arguments - The arguments which will be passed in; only the number of
arguments is checked, not the type.
MethodInvokeException - If the method is not found or the match isn't strict.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||