| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A folder is an entry which can contain other entries
| Field Summary | 
| Fields inherited from interface org.netbeans.lib.collab.PersonalStoreEntry | 
| BOOKMARK, BOOKMARK_FOLDER, CONFERENCE, CONTACT, CONTACT_FOLDER, FOLDER, GATEWAY, GROUP, PROFILE, PROFILE_FOLDER, WATCHER | 
| Method Summary | |
|  java.util.Collection | getEntries()returns all entries in this folder | 
|  java.util.Collection | getEntries(java.lang.String entryType)returns all entries of a specified type | 
|  PersonalStoreEntry | getEntry(java.lang.String entryId)returns a specific entry referenced in this folder | 
|  boolean | hasEntry(java.lang.String entryId)returns true is the specified entry is in this folder | 
|  void | rename(java.lang.String displayName)rename the display name for this folder | 
|  int | size()returns the number of entries in the folder | 
| Methods inherited from interface org.netbeans.lib.collab.PersonalStoreEntry | 
| addToFolder, getDisplayName, getEntryId, getFolders, getType, remove, removeFromFolder, save, setDisplayName | 
| Method Detail | 
public int size()
public java.util.Collection getEntries()
                                throws CollaborationException
CollaborationException
public java.util.Collection getEntries(java.lang.String entryType)
                                throws CollaborationException
entryType - the type for filter on
CollaborationException
public PersonalStoreEntry getEntry(java.lang.String entryId)
                            throws CollaborationException
entryId - ID of the entry to retrieve.
CollaborationExceptionpublic boolean hasEntry(java.lang.String entryId)
entryId - ID of the entry to retrieve.public void rename(java.lang.String displayName)
displayName - new display name for this folder| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||