A B C D E F G I J M O P R S U
All Classes All Packages
All Classes All Packages
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
Orderin 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
- save(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
-
Updates a
Profilein the database. - save(ProfilePicture) - Method in class edu.cnm.deepdive.albuquirky.service.ProfilePictureService
-
Updates a
ProfilePicturein 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
SecurityConfigurationclass. - setAddress(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
-
Sets the
Profile.address - setBuyer(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Order
-
Sets
Order.buyer - 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
-
Sets
Product.description - 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
ProfilePicturefor 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
-
Sets
Image.imageFileName - setItemQuantity(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
-
Sets the
ProductOnOrder.itemQuantity - setName(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
-
Sets
Product.name - 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
-
Sets
Product.price - setProduct(Product) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
-
Sets the
Productassociated with the commission. - setProduct(Product) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
-
Sets
Productid - 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
Profileseller id - setStock(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
-
Sets
Product.stock - setUnitPrice(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
-
Sets the
ProductOnOrder.unitPrice - setUser(Profile) - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
-
Sets the associated
Profilefor the profile picture. - setUsername(String) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
-
Sets the
Profile.username - setWaitlistPosition(int) - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
-
Sets the
Commission.waitlistPosition - 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.
All Classes All Packages