|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addPrivacyItem(PrivacyItem item)
Add PrivacyItem to the PrivacyList |
PrivacyItem |
createPrivacyItem(java.lang.String type,
int access)
Creates a new PrivacyItem for this privacy list |
java.lang.String |
getName()
return The name of this privacy list |
java.util.Collection |
getPrivacyItems()
return an Collection of PrivacyItem objects |
void |
removePrivacyItem(PrivacyItem item)
Remove PrivacyItem from the PrivacyList |
void |
reset()
Removes all PrivacyItem from the PrivacyList |
void |
setName(java.lang.String name)
|
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name of this privacy listpublic PrivacyItem createPrivacyItem(java.lang.String type, int access) throws CollaborationException
type
- The Type of the Privacy Item.access
- The access level for this privacy item
CollaborationException
public java.util.Collection getPrivacyItems() throws CollaborationException
CollaborationException
public void addPrivacyItem(PrivacyItem item) throws CollaborationException
item
- Item to be added to the PrivacyList
CollaborationException
public void removePrivacyItem(PrivacyItem item) throws CollaborationException
item
- Item to be added to the PrivacyList
CollaborationException
public void reset() throws CollaborationException
CollaborationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |