C D E F G J M P S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- get(long, User) - Method in class edu.cnm.deepdive.picmegallery.service.EventService
-
This method returns an event by passing in the User who created it and the associated event id.
- get(long, String) - Method in class edu.cnm.deepdive.picmegallery.service.EventService
-
Gets a specified event by the event id and passkey
- get(long, String, Authentication) - Method in class edu.cnm.deepdive.picmegallery.controller.EventController
-
This get method returns access to an Event in the PicMe Database, for those who did not originate the Event.
- getAddress() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the Event's address.
- getAllPhotosByUser(User) - Method in class edu.cnm.deepdive.picmegallery.controller.PhotoController
-
Gets the photos associated with a User.
- getAllPhotosByUser(User) - Method in class edu.cnm.deepdive.picmegallery.service.PhotoService
-
Gets all the photos associated with a user.
- getAllUserEvents(User) - Method in class edu.cnm.deepdive.picmegallery.service.EventService
-
This gets all the Events created by a user.
- getAllUserEvents(User, Authentication) - Method in class edu.cnm.deepdive.picmegallery.controller.EventController
-
This method gets all Events in the PicMeDatabase for a specified User.
- getCaption() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the caption of a Photo.
- getConnected() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Gets the last time a User connected to the PicME service
- getCreated() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Gets the date a User is created in our application.
- getDescription() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the Event's description.
- getDisplayName() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Gets the User's display name which is different from the one associated with their Google account
- getEvent() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the Event associated with the Photo.
- getEvent(long, Authentication) - Method in class edu.cnm.deepdive.picmegallery.controller.EventController
-
This method gets the event specified for the User who created this event.
- getEvents() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
This gets us a list of Events that the current user is part of/ included in.
- getId() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the Event's id.
- getId() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the Photo id
- getId() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Gets the User Id.
- getLatitude() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the latitude of an Event.
- getLatitude() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the latitude of a photo.
- getLongitude() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the longitude of an Event.
- getLongitude() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the longitude of a photo.
- getName() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the Event's name.
- getOauthKey() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Gets the User's oauth key they used to sign in and access PicMe Gallery's services
- getOrCreate(String, String) - Method in class edu.cnm.deepdive.picmegallery.service.UserService
-
Searches for a user with an Oauth Key and then makes a new user with an OauthKey if it cannot find them.
- getPasskey() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the passkey of an Event.
- getPhotos() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets all the photos related to an event.
- getPhotos() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Returns a list of photos associated with (uploaded by) the current user.
- getPhotos(long, String, Authentication) - Method in class edu.cnm.deepdive.picmegallery.controller.EventController
-
This method gets the photos associated with an Event in the PicMe Database, for those who did not originate the Event.
- getPhotos(long, Authentication) - Method in class edu.cnm.deepdive.picmegallery.controller.EventController
-
This method gets the photos associated with an Event in the PicMe Database, for the Event originator/creator.
- getTime() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the Event's start time
- getUpdated() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the time the Event was updated.
- getUpdated() - Method in class edu.cnm.deepdive.picmegallery.model.entity.User
-
Gets the time/date a User profile is updated.
- getUploaded() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the time stamp of when a photo is uploaded.
- getUser() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets the User who created the event.
- getUser() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Photo
-
Gets the user that that is associated with a Photo.
- getUsers() - Method in class edu.cnm.deepdive.picmegallery.model.entity.Event
-
Gets all the user associated with an event.
All Classes All Packages