|
+
|
dispose ()
|
/* Destroy/Shutdown/Anti-Initializer */ Inherited from Ccs.Common.IService
|
|
+
|
Ccs.BusinessLogic.IGetDataResponse getData (IGetDataRequest, dataset-handle)
|
Performs a read request Inherited from Ccs.BusinessLogic.IBusinessEntity
|
|
+
|
getDataset (dataset-handle)
|
Returns an empty instance of the primary ProDataset to the caller Inherited from Ccs.BusinessLogic.IBusinessEntity
|
|
+
|
Ccs.BusinessLogic.IGetResultCountResponse getResultCount (IGetDataRequest)
|
Returns the count of the total number of result records or a guess
of the result count to the caller Inherited from Ccs.BusinessLogic.IBusinessEntity
|
|
+
|
initialize ()
|
/* Initializer/Startup */ Inherited from Ccs.Common.IService
|
|
+
|
Progress.Lang.Object updateData (dataset-handle, IUpdateDataRequest)
|
Stores data modifications in the persistent storage (typically a
database)
|