Package | Description |
---|---|
org.jivesoftware.sparkimpl.plugin.privacy | |
org.jivesoftware.sparkimpl.plugin.privacy.list | |
org.jivesoftware.sparkimpl.plugin.privacy.ui |
Modifier and Type | Method and Description |
---|---|
SparkPrivacyList |
PrivacyManager.createPrivacyList(java.lang.String listName) |
SparkPrivacyList |
PrivacyManager.getActiveList()
Returns the active PrivacyList
|
SparkPrivacyList |
PrivacyManager.getDefaultList() |
SparkPrivacyList |
PrivacyManager.getPrivacyList(java.lang.String s)
Returns the sparkprivacylist that the manager keeps local, to get updated
version try to forcereloadlists
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SparkPrivacyList> |
PrivacyManager.getPrivacyLists()
The server can store different privacylists.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PrivacyManager.isListHidden(SparkPrivacyList list) |
Modifier and Type | Method and Description |
---|---|
void |
PrivacyPresenceHandler.removeIconsForList(SparkPrivacyList list) |
void |
PrivacyPresenceHandler.setIconsForList(SparkPrivacyList list) |
Modifier and Type | Method and Description |
---|---|
SparkPrivacyList |
PrivacyTreeNode.getPrivacyList()
Get the pricayList this node refers to
|
Constructor and Description |
---|
PrivacyTreeNode(SparkPrivacyList list)
Creates a Node with a reference to the SparkPrivacyList and changes the
Name to list's name
|