Uses of Class
edu.ucsb.cs156.example.entities.ClothingBrands
Packages that use ClothingBrands
-
Uses of ClothingBrands in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return ClothingBrandsModifier and TypeMethodDescriptionClothingBrandsController.postBrands
(String code, String brand, String price) ClothingBrandsController.updateBrands
(String code, @Valid ClothingBrands incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type ClothingBrandsMethods in edu.ucsb.cs156.example.controllers with parameters of type ClothingBrandsModifier and TypeMethodDescriptionClothingBrandsController.updateBrands
(String code, @Valid ClothingBrands incoming)