A B C D E F G H I L R S U

A

AbstractLiveDataService - Class in com.wavemaker.runtime.service
An abstract form of the LiveDataService interface.
AbstractLiveDataService() - Constructor for class com.wavemaker.runtime.service.AbstractLiveDataService
 
AGRuntime - Class in com.activegrid.runtime
Deprecated. AGRuntime is now deprecated; instead, use RuntimeAccess. In a future release, AGRuntime will be removed. Also, note that RuntimeAccess uses a different bean name (runtimeAccess).
AGRuntime() - Constructor for class com.activegrid.runtime.AGRuntime
Deprecated. Do not use this constructor; instead, use either AGRuntime.getInstance() or access this class through bean properties.

B

begin() - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated. Start a transaction, ignored if a tx is already running.
begin() - Method in interface com.wavemaker.runtime.data.DataServiceManager
Start a transaction, ignored if a tx is already running.

C

clientPrepare(Object) - Static method in class com.activegrid.runtime.data.util.SystemUtils
Deprecated.  
clientPrepare(Object, DataServiceManagerAccess) - Static method in class com.activegrid.runtime.data.util.SystemUtils
Deprecated.  
clientPrepare() - Static method in class com.wavemaker.runtime.data.util.SystemUtils
 
clientPrepare(Object) - Static method in class com.wavemaker.runtime.data.util.SystemUtils
Deprecated.  
clientPrepare(Object, DataServiceManagerAccess) - Static method in class com.wavemaker.runtime.data.util.SystemUtils
Deprecated.  
com.activegrid.runtime - package com.activegrid.runtime
 
com.activegrid.runtime.data - package com.activegrid.runtime.data
 
com.activegrid.runtime.data.util - package com.activegrid.runtime.data.util
 
com.wavemaker.runtime - package com.wavemaker.runtime
 
com.wavemaker.runtime.data - package com.wavemaker.runtime.data
 
com.wavemaker.runtime.data.util - package com.wavemaker.runtime.data.util
 
com.wavemaker.runtime.server - package com.wavemaker.runtime.server
 
com.wavemaker.runtime.service - package com.wavemaker.runtime.service
 
com.wavemaker.runtime.service.annotations - package com.wavemaker.runtime.service.annotations
 
com.wavemaker.runtime.service.response - package com.wavemaker.runtime.service.response
 
commit() - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated. Commit the current transaction, if one is in progress.
commit() - Method in interface com.wavemaker.runtime.data.DataServiceManager
Commit the current transaction, if one is in progress.

D

DataServiceManager - Interface in com.activegrid.runtime.data
Deprecated. This is now deprecated; see DataServiceManager. This will be removed in a future release.
DataServiceManager - Interface in com.wavemaker.runtime.data
Entry point of Data Service API.
DataServiceManagerAccess - Interface in com.activegrid.runtime.data
Deprecated. This is now deprecated; see DataServiceManagerAccess. This will be removed in a future release.
DataServiceManagerAccess - Interface in com.wavemaker.runtime.data
 
delete(Object) - Method in interface com.wavemaker.runtime.service.LiveDataService
Delete the object.
dispose() - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated.  
dispose() - Method in interface com.wavemaker.runtime.data.DataServiceManager
 
DownloadResponse - Class in com.wavemaker.runtime.server
A class containing a download response.
DownloadResponse() - Constructor for class com.wavemaker.runtime.server.DownloadResponse
 
DownloadResponse(InputStream, String, String) - Constructor for class com.wavemaker.runtime.server.DownloadResponse
 

E

ExposeToClient - Annotation Type in com.wavemaker.runtime.service.annotations
Exposes any method or type that this annotation is applied to to the client.

F

findMethod(String, Object[]) - Method in class com.wavemaker.runtime.service.AbstractLiveDataService
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).

G

getContents() - Method in class com.wavemaker.runtime.server.DownloadResponse
 
getContentType() - Method in class com.wavemaker.runtime.server.DownloadResponse
 
getDataServiceManager() - Method in interface com.activegrid.runtime.data.DataServiceManagerAccess
Deprecated.  
getDataServiceManager() - Method in interface com.wavemaker.runtime.data.DataServiceManagerAccess
 
getDataSetSize() - Method in class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 
getFileName() - Method in class com.wavemaker.runtime.server.DownloadResponse
 
getInstance() - Static method in class com.activegrid.runtime.AGRuntime
Deprecated. Statically return the current instance of AGRuntime.
getInstance() - Static method in class com.wavemaker.runtime.RuntimeAccess
Statically return the current instance of RuntimeAccess.
getMetaData() - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated.  
getMetaData() - Method in interface com.wavemaker.runtime.data.DataServiceManager
 
getRequest() - Method in class com.activegrid.runtime.AGRuntime
Deprecated. Get the current HttpServletRequest.
getRequest() - Method in class com.wavemaker.runtime.RuntimeAccess
Get the current HttpServletRequest.
getResult() - Method in class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 
getRuntimeAccess() - Method in class com.activegrid.runtime.AGRuntime
Deprecated.  
getService(String) - Method in class com.activegrid.runtime.AGRuntime
Deprecated. Get the service with the specified service id.
getService(Class<?>) - Method in class com.activegrid.runtime.AGRuntime
Deprecated. Get the service (of the corresponding serviceType).
getService(String) - Method in class com.wavemaker.runtime.RuntimeAccess
Get the service with the specified service id.
getService(Class<?>) - Method in class com.wavemaker.runtime.RuntimeAccess
Get the service (of the corresponding serviceType).
getServiceBean(String) - Method in class com.wavemaker.runtime.RuntimeAccess
 
getServiceWire(String) - Method in class com.wavemaker.runtime.RuntimeAccess
 
getSession() - Method in class com.activegrid.runtime.AGRuntime
Deprecated. Retrieve the current HttpSession.
getSession() - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated.  
getSession() - Method in interface com.wavemaker.runtime.data.DataServiceManager
 
getSession() - Method in class com.wavemaker.runtime.RuntimeAccess
Retrieve the current HttpSession.
getTenantId() - Method in class com.wavemaker.runtime.RuntimeAccess
 

H

HideFromClient - Annotation Type in com.wavemaker.runtime.service.annotations
Hides any method or type that this annotation is applied to from the client, both at design-time and runtime (so invokes will fail).

I

insert(Object) - Method in interface com.wavemaker.runtime.service.LiveDataService
Insert the object, and return the same object (which may be updated as a result of the insert operation).
invoke(Task, Object...) - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated. Run a Task instance within a Transaction.
invoke(Task, Object...) - Method in interface com.wavemaker.runtime.data.DataServiceManager
Run a Task instance within a Transaction.

L

LiveDataService - Interface in com.wavemaker.runtime.service
This interface defines a LiveData/CRUD service.
LiveDataServiceResponse - Class in com.wavemaker.runtime.service.response
Wrapper that CRUD operations can return to provide meta-data about their result to the client.
LiveDataServiceResponse() - Constructor for class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 
LiveDataServiceResponse(Object) - Constructor for class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 
LiveDataServiceResponse(Object, int) - Constructor for class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 

R

read(TypeDefinition, Object, PropertyOptions, PagingOptions) - Method in interface com.wavemaker.runtime.service.LiveDataService
LiveData interface's read() operation.
registerPropertyFilter() - Static method in class com.activegrid.runtime.data.util.SystemUtils
Deprecated.  
registerPropertyFilter() - Static method in class com.wavemaker.runtime.data.util.SystemUtils
 
rollback() - Method in interface com.activegrid.runtime.data.DataServiceManager
Deprecated. Rollback the current transaction, if one is in progress.
rollback() - Method in interface com.wavemaker.runtime.data.DataServiceManager
Rollback the current transaction, if one is in progress.
RuntimeAccess - Class in com.wavemaker.runtime
Runtime bean.
RuntimeAccess() - Constructor for class com.wavemaker.runtime.RuntimeAccess
Do not use this constructor; instead, use either RuntimeAccess.getInstance() or access this class through bean properties.

S

serverMergeForInsert(Object, Session, DataServiceMetaData) - Static method in class com.wavemaker.runtime.data.util.SystemUtils
 
serverMergeForUpdate(Object, DataServiceManagerAccess) - Static method in class com.activegrid.runtime.data.util.SystemUtils
Deprecated.  
serverMergeForUpdate(Object, Session, DataServiceMetaData) - Static method in class com.activegrid.runtime.data.util.SystemUtils
Deprecated.  
serverMergeForUpdate(Object, DataServiceManagerAccess) - Static method in class com.wavemaker.runtime.data.util.SystemUtils
 
serverMergeForUpdate(Object, Session, DataServiceMetaData) - Static method in class com.wavemaker.runtime.data.util.SystemUtils
 
setContents(InputStream) - Method in class com.wavemaker.runtime.server.DownloadResponse
 
setContentType(String) - Method in class com.wavemaker.runtime.server.DownloadResponse
 
setDataSetSize(long) - Method in class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 
setFileName(String) - Method in class com.wavemaker.runtime.server.DownloadResponse
 
setRequest(HttpServletRequest) - Method in class com.wavemaker.runtime.RuntimeAccess
 
setResult(Object) - Method in class com.wavemaker.runtime.service.response.LiveDataServiceResponse
 
setRuntimeAccess(RuntimeAccess) - Method in class com.activegrid.runtime.AGRuntime
Deprecated.  
setRuntimeBean(AGRuntime) - Static method in class com.activegrid.runtime.AGRuntime
Deprecated.  
setRuntimeBean(RuntimeAccess) - Static method in class com.wavemaker.runtime.RuntimeAccess
 
setServiceManager(ServiceManager) - Method in class com.wavemaker.runtime.RuntimeAccess
 
setTenantId(int) - Method in class com.wavemaker.runtime.RuntimeAccess
 
SystemUtils - Class in com.activegrid.runtime.data.util
Deprecated. This is now deprecated; see SystemUtils. This will be removed in a future release.
SystemUtils - Class in com.wavemaker.runtime.data.util
Published utility methods.

U

update(Object) - Method in interface com.wavemaker.runtime.service.LiveDataService
Update the parameter, and return the same object (may be updated as a result of the update operation).

A B C D E F G H I L R S U