com.moesol.bindings.microsoft.dao
Class _Group.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._Group.Jni
All Implemented Interfaces:
_DAO, _Group, IDispatch, IUnknown
Direct Known Subclasses:
Group
Enclosing interface:
_Group

public static class _Group.Jni
extends _DAO.Jni
implements _Group

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._Group
_Group.Disp, _Group.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao._Group
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 _Group.Jni()
           
 
Method Summary
 User CreateUser()
          [optional=3]
 User CreateUser(Object p0)
          [optional=2]
 User CreateUser(Object p0, Object p1)
          [optional=1]
 User CreateUser(Object p0, Object p1, Object p2)
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 Users getUsers()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void setName(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

_Group.Jni

protected _Group.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: _Group
IDL: [ helpstring("") ]

Specified by:
getName in interface _Group
Returns:
IDL: [out] [retval] BSTR*

setName

public void setName(String p0)
Description copied from interface: _Group
IDL: [ helpstring("") ]

Specified by:
setName in interface _Group
Parameters:
p0 - IDL: [in] BSTR

setPID

public void setPID(String p0)
Description copied from interface: _Group
IDL: [ helpstring("") ]

Specified by:
setPID in interface _Group
Parameters:
p0 - IDL: [in] BSTR

getUsers

public Users getUsers()
Description copied from interface: _Group
IDL: [ helpstring("") ]

Specified by:
getUsers in interface _Group
Returns:
IDL: [out] [retval] Users**

CreateUser

public User CreateUser(Object p0,
                       Object p1,
                       Object p2)
Description copied from interface: _Group
IDL: [ helpstring("") ]

Specified by:
CreateUser in interface _Group
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] User**

CreateUser

public User CreateUser(Object p0,
                       Object p1)
[optional=1]

Specified by:
CreateUser in interface _Group

CreateUser

public User CreateUser(Object p0)
[optional=2]

Specified by:
CreateUser in interface _Group

CreateUser

public User CreateUser()
[optional=3]

Specified by:
CreateUser in interface _Group


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