|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface _Group
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
_Group.Disp
Implementation, COM to Java. |
static class |
_Group.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000061-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 | |
---|---|
User |
CreateUser()
[optional=3] |
User |
CreateUser(Object Name)
[optional=2] |
User |
CreateUser(Object Name,
Object PID)
[optional=1] |
User |
CreateUser(Object Name,
Object PID,
Object Password)
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
Users |
getUsers()
IDL: [ helpstring("") ] |
void |
setName(String pbstr)
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 |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000061-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setName(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
void setPID(String rhs)
IDL: [ helpstring("") ]
rhs
- IDL: [in] BSTR
Users getUsers()
IDL: [ helpstring("") ]
IDL: [out] [retval] Users**
User CreateUser(Object Name, Object PID, Object Password)
IDL: [ helpstring("") ]
Name
- IDL: [in] [optional] VARIANT
PID
- IDL: [in] [optional] VARIANT
Password
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] User**
User CreateUser(Object Name, Object PID)
User CreateUser(Object Name)
User CreateUser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |