A B C D E F G I J M O P R S U 
All Classes All Packages

S

save(Commission) - Method in class edu.cnm.deepdive.albuquirky.service.CommissionService
Method to save an entire Commission.
save(Commission, Profile) - Method in class edu.cnm.deepdive.albuquirky.service.CommissionService
Method to save the seller and commissioner on a Commission.
save(Image) - Method in class edu.cnm.deepdive.albuquirky.service.ImageService
Method to save images pertaining to the user profile or product listing.
save(Order, Profile) - Method in class edu.cnm.deepdive.albuquirky.service.OrderService
Saves an Order in the database.
save(Product) - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Saves the product into the database.
save(Product, Profile) - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Saves the Profile reference for a Product.
save(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
Updates a Profile in the database.
save(ProfilePicture) - Method in class edu.cnm.deepdive.albuquirky.service.ProfilePictureService
Updates a ProfilePicture in the database.
saveProductOnOrder(ProductOnOrder, Order) - Method in class edu.cnm.deepdive.albuquirky.service.OrderService
 
SecurityConfiguration - Class in edu.cnm.deepdive.albuquirky.configuration
The SecurityConfiguration class handles the security for the AlbuQuirky web server application by checking the credentials for the web server match the Google Cloud credentials for the project.
SecurityConfiguration(ProfileService) - Constructor for class edu.cnm.deepdive.albuquirky.configuration.SecurityConfiguration
Constructor for the SecurityConfiguration class.
setAddress(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
setBuyer(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Order
setCommissioner(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Setter of the commissioner
setCommissionRequest(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Sets the commission request for the Commission.
setContentType(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Sets the file extension for the profile picture.
setCreated(Date) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Sets the creation timestamp for the profile picture.
setDescription(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
setEmail(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Sets the email
setImage(ProfilePicture) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Sets the ProfilePicture for the profile.
setImageDescription(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
setImageFileName(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
setItemQuantity(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
setName(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
setName(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Sets the profile picture's filename.
setOauth(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Sets the OAuth 2.0
setOrder(Order) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
Sets Order
setPath(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Sets the file path for the profile picture.
setPrice(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
setProduct(Product) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Sets the Product associated with the commission.
setProduct(Product) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
Sets Product id
setProduct(Product) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
Sets Product
setProfile(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Sets Profile
setSeller(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Sets Profile seller id
setStock(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
setUnitPrice(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
setUser(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Sets the associated Profile for the profile picture.
setUsername(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
setWaitlistPosition(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
StorageService - Interface in edu.cnm.deepdive.albuquirky.service
 
store(MultipartFile) - Method in interface edu.cnm.deepdive.albuquirky.service.StorageService
 
store(MultipartFile, Profile) - Method in class edu.cnm.deepdive.albuquirky.service.ProfilePictureService
Stores a profile picture in the database.
A B C D E F G I J M O P R S U 
All Classes All Packages