Package de.uplanet.lucy.usermanager.ds
Class DS_GROUP
- java.lang.Object
-
- de.uplanet.lucy.usermanager.ds.DS_GROUP
-
@Scriptable @ConstantClass public final class DS_GROUP extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
ATTRIBUTES
all attribute guids (unmodifiable)static String
CLASSGUID
The class GUIDstatic int
CLASSID
The classid 6 for the class GROUPstatic String
CLASSNAME
The classame GROUPstatic String
EXTERNAL_USER_GROUP
The GUID of the external user groupstatic String
GUID_MAIL
Attribute GUID for the Column 'STRMAIL' in the table 'DSGROUP'static String
LIGHT_USER_GROUP
The GUID of the light user group
-
-
-
Field Detail
-
LIGHT_USER_GROUP
public static final String LIGHT_USER_GROUP
The GUID of the light user group- See Also:
- Constant Field Values
-
EXTERNAL_USER_GROUP
public static final String EXTERNAL_USER_GROUP
The GUID of the external user group- See Also:
- Constant Field Values
-
CLASSNAME
public static final String CLASSNAME
The classame GROUP- See Also:
- Constant Field Values
-
CLASSID
public static final int CLASSID
The classid 6 for the class GROUP- See Also:
- Constant Field Values
-
CLASSGUID
public static final String CLASSGUID
The class GUID- See Also:
- Constant Field Values
-
GUID_MAIL
public static final String GUID_MAIL
Attribute GUID for the Column 'STRMAIL' in the table 'DSGROUP'- See Also:
- Constant Field Values
-
-