com.moesol.bindings.platform_sdk.data_services
Interface Filters

All Superinterfaces:
IDispatch, IUnknown
All Known Implementing Classes:
Filters.Jni

public interface Filters
extends IDispatch

IDL: [ helpstring("Filters Interface"), dual, oleautomation, dispatchable ] interface


Nested Class Summary
static class Filters.Disp
          Implementation, COM to Java.
static class Filters.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(D2D139E2-B6CA-11D1-9F31-00C04FC29D52)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 void Append(String TableName, int FilterType, String FilterCriteria)
          IDL: [ helpstring("") ]
 void Delete(Object Index)
          IDL: [ helpstring("") ]
 int getCount()
          IDL: [ helpstring("") ]
 Filter getItem(Object Index)
          IDL: [ helpstring("") ]
 void Refresh()
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(D2D139E2-B6CA-11D1-9F31-00C04FC29D52)]

Method Detail

Refresh

void Refresh()
IDL: [ helpstring("") ]


getCount

int getCount()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

getItem

Filter getItem(Object Index)
IDL: [ helpstring("") ]

Parameters:
Index - IDL: [in] VARIANT
Returns:
IDL: [out] [retval] Filter**

Append

void Append(String TableName,
            int FilterType,
            String FilterCriteria)
IDL: [ helpstring("") ]

Parameters:
TableName - IDL: [in] BSTR
FilterType - IDL: [in] FilterTypeEnum
FilterCriteria - IDL: [in] BSTR

Delete

void Delete(Object Index)
IDL: [ helpstring("") ]

Parameters:
Index - IDL: [in] VARIANT


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.