C D E F G J M P S U 
All Classes All Packages

S

save(Event, User, String, String) - Method in class edu.cnm.deepdive.picmegallery.service.EventService
This is a method to save an Event object
save(Photo, Event) - Method in class edu.cnm.deepdive.picmegallery.service.PhotoService
Saves a new photo associated with a specific event into the PicMe database.
SecurityConfiguration - Class in edu.cnm.deepdive.picmegallery.configuration
This class contains our configuration for the web security on the server-side through google Oauth 2.0
SecurityConfiguration(UserService) - Constructor for class edu.cnm.deepdive.picmegallery.configuration.SecurityConfiguration
Constructor of our securityConfiguration, utilizing the userService.
setAddress(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the Event's address.
setCaption(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
Sets the caption of a Photo.
setConnected(Date) - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
Sets or updates the time the User connected last to our service
setDescription(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the Event's description.
setDisplayName(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
Allows the User to set their display name on the PicMe app to something different from their Google account
setEvent(Event) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
Sets the Event that is associated with a Photo.
setLatitude(Double) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the latitude of an Event.
setLatitude(Double) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
Sets the latitude where a photo was taken.
setLongitude(Double) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the longitude of an Event.
setLongitude(Double) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
Sets the longitude where a photo was taken.
setName(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the Event's name.
setOauthKey(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
Sets or allows us to update the User's OauthKey if they modify their Google Account
setPasskey(String) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the passkey of an Event.
setUser(User) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
Sets the sets the User who created the event.
setUser(User) - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
Sets the user that is associated with a Photo.
C D E F G J M P S U 
All Classes All Packages