public class MemberPrivileges extends ServiceDataObject implements Serializable
Constructor and Description |
---|
MemberPrivileges() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCanAdministerSystem()
Gets whether the member can administer the system.
|
boolean |
getCanAdministerUsers()
Gets whether the member can administer users.
|
boolean |
getCreateUpdateGroups()
Gets whether the member can create and update groups.
|
boolean |
getCreateUpdateUsers()
Gets whether the member can create and update users.
|
boolean |
getLoginEnabled()
Gets whether the member can login to the system.
|
boolean |
getPublicAccessEnabled()
Gets whether the member has public access privileges.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCanAdministerSystem(boolean value)
Sets whether the member can administer the system.
|
void |
setCanAdministerUsers(boolean value)
Sets whether the member can administer users.
|
void |
setCreateUpdateGroups(boolean value)
Sets whether the member can create and update groups.
|
void |
setCreateUpdateUsers(boolean value)
Sets whether the member can create and update users.
|
void |
setLoginEnabled(boolean value)
Sets whether the member can login to the system.
|
void |
setPublicAccessEnabled(boolean value)
Sets whether the member has public access privileges.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setCanAdministerSystem(boolean value)
public boolean getCanAdministerSystem()
public void setCanAdministerUsers(boolean value)
public boolean getCanAdministerUsers()
public void setCreateUpdateGroups(boolean value)
public boolean getCreateUpdateGroups()
public void setCreateUpdateUsers(boolean value)
public boolean getCreateUpdateUsers()
public void setLoginEnabled(boolean value)
public boolean getLoginEnabled()
public void setPublicAccessEnabled(boolean value)
public boolean getPublicAccessEnabled()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.