A B C D E F G H I J K L M N O P Q R S T U V W Z

G

generateVCard() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ViewContactBackingBean
Generate visible contact items as vCard
getAddresses() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalAddressesBackingBean
Get the address entries to be filled in the form
getAddresses() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkAddressesBackingBean
Get addresses to fill in the form
getAll() - Method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactDao
 
getAllComparators() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get all comparators used to sort the contacts as select items
getAllContactGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddContactBackingBean
Get all the visibility contact groups from the current user
getAllContactItems() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getAllContactItems() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get all contact items, each of which is identified by a key
getAllContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactGroupTest
 
getAllContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
Get all contacts in the group
getAllContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.EnumeratedGroup
 
getAllContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.EverybodyGroup
 
getAllContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.FriendOfFriendGroup
 
getAllContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.services.ContactService
 
getAllEnumeratedGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SessionBackingBean
Get all the contact groups from the current user
getAllFriends() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getAllFriends() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Return a set of all contacts who are in at least one of this user's groups.
getAllStates() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddContactBackingBean
Get all states as a list of Select Items to be used in the form
getAllStates() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.model.StateContactItem
Get all state names
getAllViewContactGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get all the view contact groups from the current user as select items
getAllViewContactGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getAllViewContactGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get all view contact groups, each of which is identified by a key
getAllVisibilityContactGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getAllVisibilityContactGroups() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get all visibility contact groups, each of which is identified by a key
getBasedGroupKeys() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AutomaticGroup
Get the based groups from which this group is derived.
getBasicBirthday() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getBasicBirthday() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getBasicFirstName() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getBasicFirstName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getBasicHometown() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getBasicHometown() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getBasicLastName() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getBasicLastName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getBasicMiddleName() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getBasicMiddleName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getBasicNickname() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getBasicNickname() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getByQuery(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactDao
 
getByQuery(String, Object) - Method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactDao
 
getByQuery(String, Object, Object) - Method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactDao
 
getByQuery(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.services.ContactService
 
getCityContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AddressContactItem
Get the city component of the address
getCityContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getCityContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getCityContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getColleagueViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getColleagueViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getColleagueViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getColleagueVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getColleagueVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getColleagueVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getCompanyContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AddressContactItem
Get the company component of the address
getCompanyContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getCompanyContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getCompanyContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean.ContactViewAdapter
 
getContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
Get a new instance of contact
getContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.User
Get the contact associated with this user
getContactDao() - Method in class edu.jhu.cs.oose.group3.intelligentbook.services.ContactService
 
getContactGroupDao() - Method in class edu.jhu.cs.oose.group3.intelligentbook.services.ContactService
 
getContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getContactItem(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get a contact item.
getContactItemDao() - Method in class edu.jhu.cs.oose.group3.intelligentbook.services.ContactService
 
getContactItemKeys() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddContactBackingBean
Get the implementation of ContactItemKeys, used for identifying ContactItems
getContactItemKeys() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
Get the implementation of contact item keys
getContactItemRef(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get a contact item.
getContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get all contacts that satisfy the search criteria
getContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the list of contacts to fill in the form
getContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SearchBackingBean
Get the found contacts
getContactService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddContactBackingBean
Get the current contact service, used to update contacts in the database
getContactService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get the current contact service, used for saving contacts
getContactService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the contact service used for saving contacts
getContactService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SearchBackingBean
Get the contact service for saving contacts
getContactService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.TestBean
Get the current contact service, used to update contacts in the database
getContactService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ViewContactBackingBean
Get the contact service, for saving contacts.
getContactViews(List<Contact>) - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Return a list of contact view adapters given a set of contacts
getContactViewsByLastName(List<Contact>) - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get how contact should be displayed if sorted by last name This is a special case
getContents() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactItemTest
 
getContents() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.BirthdayContactItem
Get the contents as a string
getContents() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactItem
Get the contents stored at this contact item
getCountryContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AddressContactItem
Get the country component of the address
getCurrentUser() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.LoginBackingBean
Get the current user, if valid
getCurrentUser() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SessionBackingBean
Get the current user
getDate() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.BirthdayContactItem
 
getEmailContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getEmailContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getEmailContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getEmails() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the email entries to be filled in the form
getEmails() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
Get the emails to fill in the form
getErrors() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SuperBackingBean
Get the error messages to be displayed
getEverybodyVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getEverybodyVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getEverybodyVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFamilyViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getFamilyViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getFamilyViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFamilyVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getFamilyVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getFamilyVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFirstName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddBasicInfoBackingBean
Get the first name entry for the form
getFirstName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean.ContactViewAdapter
 
getFirstName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.RegisterBackingBean
Get the first name
getFirstNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getFirstNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getFirstNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFriendlyName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactItem
Get modified name if the name is invalid
getFriendOfFriendVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getFriendOfFriendVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getFriendOfFriendVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFriendViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getFriendViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getFriendViewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFriendVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getFriendVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getFriendVisibilityGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getFullName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getFullName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get the full name of the user that this contact belongs to
getGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the selected group
getGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SearchBackingBean
Get the search group for the form
getGroupId() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
Get the group id
getGroupName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactGroupTest
 
getGroupName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
Get the group name
getGroupToAdd() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the group to add
getHashedPassword() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.User
Get the hashed password for this user
getHomePhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean.ContactViewAdapter
 
getHometown() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddBasicInfoBackingBean
Get the hometown entry for the form
getHometownContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getHometownContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getHometownContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getInstance() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactDao
Get an instance of contact dao
getInstance() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactGroupDao
Get an instance of this DAO
getInstance() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.dao.ContactItemDao
Get an instance of this DAO
getInstance() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.dao.UserDao
Get an instance of this DAO
getInstance() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
Get an instance of default contact factory
getInstance() - Static method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
Get an instance of random contact factory
getJumpLocation() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalAddressesBackingBean
Get the jump location for knowing the position of the form
getJumpLocation() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the jump location, for knowing the position in the form
getJumpLocation() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkAddressesBackingBean
 
getJumpLocation() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getKey() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Entry
 
getLastName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddBasicInfoBackingBean
Get the last name entry for the form
getLastName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean.ContactViewAdapter
 
getLastName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.RegisterBackingBean
Get the last name
getLastNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getLastNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getLastNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getMaxAddresses() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalAddressesBackingBean
Get the max number of addresses
getMaxAddresses() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkAddressesBackingBean
 
getMaxEmails() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the max number of emails
getMaxEmails() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getMaxPhones() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the max number of emails
getMaxPhones() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getMiddleName() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddBasicInfoBackingBean
Get the middle name entry for the form
getMiddleNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getMiddleNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getMiddleNameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getMobilePhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean.ContactViewAdapter
 
getMoveFromContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get contacts to be displayed in the Move From table
getMoveToContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get contacts to be displayed in the Move To table
getNewGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get the newly created group in the form
getNickname() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddBasicInfoBackingBean
Get the nickname entry for the form
getNicknameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getNicknameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getNicknameContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getNotices() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SuperBackingBean
Get notices to be displayed
getOrdering() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactItem
 
getPassword() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.LoginBackingBean
Get the password
getPassword() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.RegisterBackingBean
Get the password
getPersonalHomePhone() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalHomePhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalMobilePhone() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalMobilePhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherAddress(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherAddress(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherCity(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherCity(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherEmail(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherEmail(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherPhone(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherPhone(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherState(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherState(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherStreet(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherStreet(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalOtherZipCode(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalOtherZipCode(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalPrimaryAddress() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalPrimaryAddress() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalPrimaryCity() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalPrimaryCity() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalPrimaryEmail() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalPrimaryEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalPrimaryState() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalPrimaryState() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalPrimaryStreet() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalPrimaryStreet() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalPrimaryZipCode() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalPrimaryZipCode() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPersonalSecondaryEmail() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getPersonalSecondaryEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getPhoneContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getPhoneContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getPhoneContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getPhones() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the phone entries to fill in the form
getPhones() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
Get the phones to fill in the form
getPrimaryEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean.ContactViewAdapter
 
getQuery() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the query in the search text input
getQuery() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SearchBackingBean
Get the query to fill in the form
getQueryContacts() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the query contacts found
getRandomNumber() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
Get a random number
getRandomString() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
Get a random string
getRenderAddresses() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalAddressesBackingBean
Get whether it's ok to render an address
getRenderAddresses() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkAddressesBackingBean
 
getRenderEmails() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get whether to render emails
getRenderEmails() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getRenderPhones() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get whether it's ok to render phone entries
getRenderPhones() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getSelectedContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get which contact is currently selected
getSelectedGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageViewGroupsBackingBean
Get the selected group in the from
getStateContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AddressContactItem
Get the state component of the address
getStateContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getStateContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getStateContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getStreetContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AddressContactItem
Get the street component of the address
getStreetContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getStreetContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getStreetContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getTarget() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddBasicInfoBackingBean
Get the target entry, allowing the bean to know which contact item is selected
getTargetAddress() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalAddressesBackingBean
Get the target address, for knowing which address is being referred in the form.
getTargetAddress() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkAddressesBackingBean
 
getTargetContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
Get the target contact, for identifying the selected contact
getTargetContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SearchBackingBean
Get the selected contact in the form
getTargetContact() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ViewContactBackingBean
Get the selected contact
getTargetEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the target email, for knowing which email is being referred
getTargetEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getTargetPhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddPersonalInfoBackingBean
Get the target phone, for knowing which phone is being referred
getTargetPhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.AddWorkInfoBackingBean
 
getType() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.NonsingularContactItem
Get the type of this contact item
getUser(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.dao.UserDao
 
getUserId() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getUserId() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get the user id assigned to this contact
getUsername() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.LoginBackingBean
Get the user name
getUsername() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.RegisterBackingBean
Get the username
getUsername() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.User
Get the username for logging in
getUsers() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.TestBean
Get the users to to be filled in the form
getUserService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.RegisterBackingBean
Get the user service for actually saving an user to database
getUserService() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.TestBean
Get the current user service, used to update users in the database
getValue() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Entry
 
getViewContactGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getViewContactGroup(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get a view contact group
getVisibilityContactGroup() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getVisibilityContactGroup(String) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get a visibility contact group
getVisibleContactItems() - Method in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ViewContactBackingBean
Get the visible contact items that current user can see to fill in the form
getVisibleContactItems() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactTest
 
getVisibleContactItems(Contact) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.Contact
Get the contact items that the other contact can see
getVisibleGroupKeys() - Method in class edu.jhu.cs.oose.group3.intelligentbook.junit.ContactItemTest
 
getVisibleGroupKeys() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactItem
Get the keys for the contact groups that this contact item is visible to
getWebsiteContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getWebsiteContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getWebsiteContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
getWorkOtherAddress(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherAddress(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherCity(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherCity(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherCompany(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherCompany(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherEmail(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherEmail(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherPhone(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherPhone(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherState(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherState(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherStreet(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherStreet(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkOtherZipCode(int) - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkOtherZipCode(int) - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryAddress() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryAddress() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryCity() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryCity() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryCompany() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryCompany() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryEmail() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryPhone() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryPhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryState() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryState() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryStreet() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryStreet() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkPrimaryZipCode() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkPrimaryZipCode() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkSecondaryEmail() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkSecondaryEmail() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getWorkSecondaryPhone() - Method in interface edu.jhu.cs.oose.group3.intelligentbook.model.ContactItemKeys
 
getWorkSecondaryPhone() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactItemKeys
 
getZipContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.AddressContactItem
Get the zip component of the address
getZipContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactFactory
 
getZipContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.DefaultContactFactory
 
getZipContactItem() - Method in class edu.jhu.cs.oose.group3.intelligentbook.model.RandomContactFactory
 
group - Variable in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
 
group - Variable in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.SearchBackingBean
 
groupId - Variable in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
 
groupName - Variable in class edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
 
groupToAdd - Variable in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.ManageVisibilityGroupsBackingBean
 

A B C D E F G H I J K L M N O P Q R S T U V W Z