Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
E
edu.jhu.cs.oose.group3.intelligentbook.backingbeans
- package edu.jhu.cs.oose.group3.intelligentbook.backingbeans
This package manages and supplies the backing beans for the web presentation.
edu.jhu.cs.oose.group3.intelligentbook.dao
- package edu.jhu.cs.oose.group3.intelligentbook.dao
This package contains deals with data access objects.
edu.jhu.cs.oose.group3.intelligentbook.model
- package edu.jhu.cs.oose.group3.intelligentbook.model
This package implements the core of the program, which include features related to Contacts, ContactItems and Groups.
edu.jhu.cs.oose.group3.intelligentbook.services
- package edu.jhu.cs.oose.group3.intelligentbook.services
This package deals with the services requested by the website.
edu.jhu.cs.oose.group3.intelligentbook.util
- package edu.jhu.cs.oose.group3.intelligentbook.util
This package deals with utilities for the application.
EmailContactItem
- Class in
edu.jhu.cs.oose.group3.intelligentbook.model
Represents an email address
EmailContactItem()
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
EmailContactItem
EmailContactItem(String)
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
EmailContactItem
emails
- Variable in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.
AddPersonalInfoBackingBean
Here we are using an entry because we are passing a pair of information around.
emails
- Variable in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.
AddWorkInfoBackingBean
Here we are using an entry because we are passing a pair of information around.
Entry
<
K
,
V
> - Class in
edu.jhu.cs.oose.group3.intelligentbook.model
Holds a key-value entry
Entry(K, V)
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
Entry
EnumeratedGroup
- Class in
edu.jhu.cs.oose.group3.intelligentbook.model
A group whose members are directly controlled by the user
EnumeratedGroup()
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
EnumeratedGroup
Constructs empty enumerated group
EnumeratedGroup(String)
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
EnumeratedGroup
Constructs empty enumerated group with group name
equals(Object)
- Method in class edu.jhu.cs.oose.group3.intelligentbook.model.
Contact
errors
- Variable in class edu.jhu.cs.oose.group3.intelligentbook.backingbeans.
SuperBackingBean
error messages to the user
EverybodyGroup
- Class in
edu.jhu.cs.oose.group3.intelligentbook.model
A group in which everybody (every valid contact) is a member
EverybodyGroup()
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
EverybodyGroup
Constructs everybody group with group named "Everybody"
EverybodyGroup(String)
- Constructor for class edu.jhu.cs.oose.group3.intelligentbook.model.
EverybodyGroup
Constructs everybody group with the specified group name
export()
- Method in interface edu.jhu.cs.oose.group3.intelligentbook.util.
ContactExporter
Actually export the contact
export()
- Method in class edu.jhu.cs.oose.group3.intelligentbook.util.
VCardContactExporter
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z