A G L R S

A

addFriend(String, String) - Method in class social105.SocialDB
Add a new friend for a person.

G

getAttributeValue(String, String) - Method in class social105.SocialDB
Look up the value of an attribute for a particular person.
getDB() - Static method in class social105.SocialDB
Return a static instance of SocialDB, which encapsulates a connection to the database.

L

listAttributesOf(String) - Method in class social105.SocialDB
List all the attributes for a person.
listFriendsOf(String) - Method in class social105.SocialDB
Return a list of all the registered friends of a given person.
listPeople() - Method in class social105.SocialDB
Return a list of all the people known to the database.
listPeopleWithAttribute(String) - Method in class social105.SocialDB
Return a list of all the people who have a particular attribute defined, regardless of that attribute's value.
listPeopleWithAttributeValue(String, String) - Method in class social105.SocialDB
Return a list of all the people who have a particular attribute with a particular value.
login(String) - Method in class social105.SocialDB
Login to the database.

R

removeAttribute(String, String) - Method in class social105.SocialDB
Remove an attribute from a person.
removeFriend(String, String) - Method in class social105.SocialDB
Remove a friend from a person.

S

SocialDB - class social105.SocialDB.
A support class for ICS 105 projects on social networking.
SocialDB() - Constructor for class social105.SocialDB
Constructor.
setAttribute(String, String, String) - Method in class social105.SocialDB
Set an attribute and value for a person.
social105 - package social105
 

A G L R S