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

G

get(long) - Method in class edu.cnm.deepdive.albuquirky.service.CommissionService
Method to return a commission that matches a specific ID.
get(long) - Method in class edu.cnm.deepdive.albuquirky.service.ImageService
Method to get a specific image.
get(long) - Method in class edu.cnm.deepdive.albuquirky.service.OrderService
Retrieves a specific Order by ID.
get(long) - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Returns a product by ID.
get(long) - Method in class edu.cnm.deepdive.albuquirky.service.ProfilePictureService
Retrieves a profile picture by its ID.
get(long, Profile) - Method in class edu.cnm.deepdive.albuquirky.service.ProfilePictureService
Retrieves a profile picture by its ID and the user.
getAddress() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Returns the Profile.address
getAddress(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.ProfileController
The Get method which returns the profile address.
getAll() - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Returns every Product object in the database.
getAllByBuyerOrderByPlacedDate(Profile) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.OrderRepository
The getAllByBuyerOrderByPlaceDate query list orders placed by the buyer ordered by date.
getAllByNameContainsOrderByName(String) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProductRepository
The Get method to return all Product objects with a partial match to the keyword by name.
getAllByOrderId(long) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProductOnOrderRepository
Returns all products on a specific order.
getAllByProduct(Product) - Method in class edu.cnm.deepdive.albuquirky.service.ImageService
Method to get images tied to a specific product.
getAllByProductOrderByCreatedAsc(Product) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ImageRepository
Method to return all images associated with a specific Product.
getAllByProfileAndNameContainsOrderByName(Profile, String) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProductRepository
The Get method to return all Product objects with a partial match to the keyword by name, sold by a particular Profile.
getAllByProfileOrderByName(Profile) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProductRepository
The Get method to return all Product objects sold by a particular Profile.
getAllBySellerOrderByPlacedDate(Profile) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.OrderRepository
The getAllBySellerOrderByPlacedDate query lists orders sold by the user, ordered by the date placed.
getAllBySellerOrderByTimestamp(Profile) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.CommissionRepository
Method to get a list of Commission for a specific seller, ordered by timestamp.
getAllProducts() - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns all existing products.
getBuyer() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Order
Gets the buying Profile.
getByBuyer(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.OrderService
Retrieves all orders placed by a specific buyer.
getByCommissioner(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.CommissionService
Method to return a list of Commission by the commissioning party, ordered by timestamp.
getById(Long) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
Retrieves a Profile by their ID.
getByName(String) - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Returns all Product objects with a name matching a keyword.
getByProfile(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Returns all Product objects associated with a seller Profile.
getByProfileAndName(Profile, String) - Method in class edu.cnm.deepdive.albuquirky.service.ProductService
Returns all Product objects with a name matching a keyword, sold by a particular seller.
getBySeller(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.CommissionService
Method to return a list of (@link Commission} by the commissioned party, ordered by timestamp.
getBySeller(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.OrderService
Retrieves all orders sold by a specific seller.
getCommission(long) - Method in class edu.cnm.deepdive.albuquirky.controller.CommissionController
The Get method that returns the commission by commission id
getCommissioner() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Gets the commissioning Profile.
getCommissionRequest() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Returns the commission request for the Commission.
getCommissionRequest(long) - Method in class edu.cnm.deepdive.albuquirky.controller.CommissionController
The Get method that returns the commission request by commission id
getCommissionsRequested() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Gets the commissions requested by the Profile.
getCommissionsSelling() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Gets the Profile waitlist.
getCommissionsWhereCommissioner(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.CommissionController
The Get method which returns a list of commission from commissioner(buyer)
getCommissionsWhereSeller(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.CommissionController
The Get method which returns a list of commission from seller
getContentType() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Gets the file extension for the profile picture.
getCreated() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
Gets the creation timestamp for the image.
getCreated() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Gets the creation timestamp for the profile picture.
getDescription() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the product description.
getDescription(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ImageController
The Get method which returns the description of an image.
getDescription(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns the description of a product
getEmail() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Returns the Profile.email
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Gets the ID of the Commission.
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Order
Gets the ID for the order.
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the Product.id
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
Returns the ProductOnOrder.id
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Returns the Profile.id
getId() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Gets the ID for the profile picture.
getImage() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Gets the ProfilePicture for the profile.
getImage(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ImageController
The Get method for retrieving an Image object by its ID.
getImage(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.ProfileController
The Get method which returns the profile image.
getImageDescription() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
Gets the image description.
getImageFileName() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
Gets the filename for the image.
getItemQuantity() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
getItemsOnOrder() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Order
Gets the items on the order.
getName() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the Product.name
getName() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
The filename for the profile picture.
getName(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns a product from the product name
getOauth() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Returns the Profile's OAuth 2.0
getOrCreate(String, String, String) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
Method to get the user Profile, or create it if it does not already exist.
getOrder() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
Returns the Order id
getOrder(long) - Method in class edu.cnm.deepdive.albuquirky.controller.OrderController
The Get method which returns an order by the order ID.
getOrder(Long, Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.ProfileController
The Get method which returns the Profile matching the ID provided.
getOrderItems() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets a list of products on an Order.
getOrdersBought() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Gets a list of Order objects placed by the profile.
getOrdersSold() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Gets a list of Order objects sold by the profile.
getPath() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Gets the file path for the profile picture.
getPlacedDate() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Order
Gets the creation timestamp for when the order was placed.
getPostedDate() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the creation timestamp for the product.
getPrice() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the product price.
getPrice(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns the price of a product.
getProduct() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Gets the Product associated with the commission.
getProduct() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Image
Gets the Product associated with the image.
getProduct() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
Returns the Product id
getProduct(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns a product from a product ID.
getProductImages() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets a list of Image objects for the product.
getProductImages(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ImageController
The Get method which returns a list of Image objects for a Product.
getProducts() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Gets a list of Product objects sold by the user.
getProductsMatchingKeyword(String) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns a product matching a keyword
getProductsOnOrder(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductOnOrderController
The Get method which returns all ProductOnOrder entities for a particular Order.
getProductsOnOrder(long) - Method in class edu.cnm.deepdive.albuquirky.service.OrderService
 
getProductsWhereSelling(boolean, Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns products from a seller.
getProfile() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the Profile selling the product.
getSeller() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Returns the Profile id of the seller.
getStock() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Product
Gets the remaining inventory for the product.
getStock(long) - Method in class edu.cnm.deepdive.albuquirky.controller.ProductController
The Get method which returns the stock of a product.
getTimestamp() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Gets the commission creation timestamp.
getUnitPrice() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProductOnOrder
getUser() - Method in class edu.cnm.deepdive.albuquirky.model.entity.ProfilePicture
Gets the associated Profile for the profile picture.
getUsername() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Profile
Returns the Profile.username
getUsername(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.ProfileController
The Get method which returns the username for the current user.
getUserOrders(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.OrderController
The Get method which returns a list of the user's placed orders.
getUserProfilePicture(long, Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.ProfilePictureController
The Get method which returns a ProfilePicture for a specified user.
getUserSoldOrders(Authentication) - Method in class edu.cnm.deepdive.albuquirky.controller.OrderController
The Get method which returns a list of the orders the user is responsible for fulfilling.
getWaitlist(Profile) - Method in class edu.cnm.deepdive.albuquirky.service.CommissionService
Method to return a truncated list of Commission representing the user's waitlist.
getWaitlistPosition() - Method in class edu.cnm.deepdive.albuquirky.model.entity.Commission
Gets the waitlist position for the commission.
A B C D E F G I J M O P R S U 
All Classes All Packages