public interface ICustomizationUsersGroup
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
addUser(Object user)
Adds a new user to the user group.
|
boolean |
deleted()
If true, the object is marked for deletion, but the deletion has not been committed.
|
void |
deleted(boolean pVal)
If true, the object is marked for deletion, but the deletion has not been committed.
|
String |
hideFilter(String filterType)
The data hiding filter for the entity specified by the FilterType parameter.
|
void |
hideFilter(String filterType,
String pVal)
The data hiding filter for the entity specified by the FilterType parameter.
|
int |
id()
The user group Id.
|
boolean |
is_System()
Deprecated.
|
boolean |
isSystem()
Checks if the user group is a built-in system user group.
|
String |
name()
The user group name.
|
void |
name(String pVal)
The user group name.
|
void |
removeUser(Object user)
Removes a user from the user group.
|
boolean |
updated()
Indicates if the object has been modified since being downloaded from database.
|
void |
updated(boolean pVal)
Indicates if the object has been modified since being downloaded from database.
|
IList |
usersList()
A list of all members of the user group.
|
Object |
usersList(int index) |
int id()
The user group Id.
Getter method for the COM property "ID"
String name()
The user group name.
Getter method for the COM property "Name"
void name(String pVal)
The user group name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.boolean is_System()
Deprecated. Use IsSystem, which uses better error handling.
Getter method for the COM property "Is_System"
void addUser(Object user)
Adds a new user to the user group.
user
- Mandatory java.lang.Object parameter.void removeUser(Object user)
Removes a user from the user group.
user
- Mandatory java.lang.Object parameter.IList usersList()
A list of all members of the user group.
Object usersList(int index)
boolean updated()
Indicates if the object has been modified since being downloaded from database.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the object has been modified since being downloaded from database.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.boolean deleted()
If true, the object is marked for deletion, but the deletion has not been committed.
Getter method for the COM property "Deleted"
void deleted(boolean pVal)
If true, the object is marked for deletion, but the deletion has not been committed.
Setter method for the COM property "Deleted"
pVal
- Mandatory boolean parameter.boolean isSystem()
Checks if the user group is a built-in system user group.
Getter method for the COM property "IsSystem"
String hideFilter(String filterType)
The data hiding filter for the entity specified by the FilterType parameter.
Getter method for the COM property "HideFilter"
filterType
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.