com.moesol.bindings.microsoft.dao
Class _User.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.microsoft.dao._DAO.Jni
              extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao._User
_User.Disp, _User.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao._User
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected _User.Jni()
           
 
Method Summary
 Group CreateGroup()
          [optional=2]
 Group CreateGroup(Object p0)
          [optional=1]
 Group CreateGroup(Object p0, Object p1)
          IDL: [ helpstring("") ]
 Groups getGroups()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void NewPassword(String p0, String p1)
          IDL: [ helpstring("") ]
 void setName(String p0)
          IDL: [ helpstring("") ]
 void setPassword(String p0)
          IDL: [ helpstring("") ]
 void setPID(String p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

_User.Jni

protected _User.Jni()
Method Detail

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.