com.remobjects.dataabstract.intf

Classes

Class Notes
BaseLoginService_Proxy The BaseLoginService_Proxy is used to talk to server's login service. It is used by RemoteDataAdapter as a default login proxy, though you can change it by calling RemoteDataAdapter.setLoginService and providing your own implementation of IBaseLoginService...
ColumnSorting The ColumnSorting class represents information about sorting data in the result data table.
DataAbstractService_Proxy The DataAbstractService_Proxy is used to talk to server's data service. It is used by RemoteDataAdapter as a default data proxy, though you can change it by calling RemoteDataAdapter.setDataService and providing your own implementation of IDataAbstractService...
DataParameter Stores a name/value pair.
Defines_com_remobjects_dataabstract_intf
NameValuePair
NameValuePairArray
OnDataTableChangedEvent
SimpleDataAbstractService_AsyncProxy
SimpleDataAbstractService_Proxy
SimpleDataParameter
SimpleDataParameterArray
SimpleDataResult
SimpleDataResultArray
SimpleDelta
SimpleDeltaArray
SimpleDeltaChange
SimpleDeltaChangeArray
SimpleFieldInfo
SimpleFieldInfoArray
SimpleRequestInfo
SimpleRequestInfoArray
StringArrayArray
TableRequestInfo TableRequestInfo allows you to specify additional parameters for querying certain schema tables.
TableRequestInfoV5 As well as TableRequestInfo, TableRequestInfoV5 class allows to specify additional custom parameters for getting data from certain schema table.
TableRequestInfoV6 As well as TableRequestInfoV5, TableRequestInfoV6 class allows to specify additional custom parameters for getting data from certain schema table.
TableRequestInfoV7 As well as TableRequestInfo, TableRequestInfoV7 class allows to specify additional custom parameters for getting data from certain schema table.

Interfaces

Interface Notes
IBaseLoginService IBaseLoginService interface is a part of Data Abstract server interface and used for user authentication.
IBaseLoginService_Async
IDataAbstractService IDataAbstractService interface is a part of Data Abstract server interface and is used for working with remote data. This interface is implemented in DataAbstractService_Proxy class that is used by default in RemoteDataAdapter class.
IDataChangeNotification
IMultiDbLoginService_Async
IMultiDbLoginServiceV5_Async
ISimpleDataAbstractService
ISimpleDataAbstractService_Async
ISimpleLoginService_Async

Enums

Enum Notes
ColumnSortDirection The enumeration defines the direction of sorting and is used in configuration of TableRequestInfo instances to define the sort direction of the returned data.
SimpleDataMode
SimpleDataType