com.moesol.bindings.microsoft.dao
Class _User.Jni
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.microsoft.dao._DAO.Jni
com.moesol.bindings.microsoft.dao._User.Jni
- All Implemented Interfaces:
- _DAO, _User, IDispatch, IUnknown
- Direct Known Subclasses:
- User
- Enclosing interface:
- _User
public static class _User.Jni
- extends _DAO.Jni
- implements _User
Implementation, Java to COM.
Fields inherited from interface com.moesol.bindings.microsoft.dao._User |
IID, TYPELIB |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
Invoke |
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO |
getProperties |
_User.Jni
protected _User.Jni()
internalOnSetInterface
protected void internalOnSetInterface()
- Description copied from class:
IUnknown.Jni
- Template method to setup apartment thread checking. Call:
MoeSolInternal.recordApartment(this) to setup apartment thread
checking.
- Overrides:
internalOnSetInterface
in class _DAO.Jni
getName
public String getName()
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
getName
in interface _User
- Returns:
IDL: [out] [retval] BSTR*
setName
public void setName(String p0)
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
setName
in interface _User
- Parameters:
p0
- IDL: [in] BSTR
setPID
public void setPID(String p0)
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
setPID
in interface _User
- Parameters:
p0
- IDL: [in] BSTR
setPassword
public void setPassword(String p0)
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
setPassword
in interface _User
- Parameters:
p0
- IDL: [in] BSTR
getGroups
public Groups getGroups()
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
getGroups
in interface _User
- Returns:
IDL: [out] [retval] Groups**
NewPassword
public void NewPassword(String p0,
String p1)
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
NewPassword
in interface _User
- Parameters:
p0
- IDL: [in] BSTR
p1
- IDL: [in] BSTR
CreateGroup
public Group CreateGroup(Object p0,
Object p1)
- Description copied from interface:
_User
IDL: [ helpstring("") ]
- Specified by:
CreateGroup
in interface _User
- Parameters:
p0
- IDL: [in] [optional] VARIANT
p1
- IDL: [in] [optional] VARIANT
- Returns:
IDL: [out] [retval] Group**
CreateGroup
public Group CreateGroup(Object p0)
- [optional=1]
- Specified by:
CreateGroup
in interface _User
CreateGroup
public Group CreateGroup()
- [optional=2]
- Specified by:
CreateGroup
in interface _User
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.