com.moesol.bindings.microsoft.dao
Interface _User

All Superinterfaces:
_DAO, IDispatch, IUnknown
All Known Implementing Classes:
_User.Jni, User, User.Jni

public interface _User
extends _DAO

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


Nested Class Summary
static class _User.Disp
          Implementation, COM to Java.
static class _User.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000069-0000-0010-8000-00AA006D2EA4)]
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
 Group CreateGroup()
          [optional=2]
 Group CreateGroup(Object Name)
          [optional=1]
 Group CreateGroup(Object Name, Object PID)
          IDL: [ helpstring("") ]
 Groups getGroups()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 void NewPassword(String bstrOld, String bstrNew)
          IDL: [ helpstring("") ]
 void setName(String pbstr)
          IDL: [ helpstring("") ]
 void setPassword(String rhs)
          IDL: [ helpstring("") ]
 void setPID(String rhs)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
getProperties
 
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(00000069-0000-0010-8000-00AA006D2EA4)]

Method Detail

getName

String getName()
IDL: [ helpstring("") ]

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

setName

void setName(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

setPID

void setPID(String rhs)
IDL: [ helpstring("") ]

Parameters:
rhs - IDL: [in] BSTR

setPassword

void setPassword(String rhs)
IDL: [ helpstring("") ]

Parameters:
rhs - IDL: [in] BSTR

getGroups

Groups getGroups()
IDL: [ helpstring("") ]

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

NewPassword

void NewPassword(String bstrOld,
                 String bstrNew)
IDL: [ helpstring("") ]

Parameters:
bstrOld - IDL: [in] BSTR
bstrNew - IDL: [in] BSTR

CreateGroup

Group CreateGroup(Object Name,
                  Object PID)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
PID - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Group**

CreateGroup

Group CreateGroup(Object Name)
[optional=1]


CreateGroup

Group CreateGroup()
[optional=2]



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