Uses of Class
fi.tut.mei.matchmaking.dao.ProductDescription
-
Packages that use ProductDescription Package Description fi.tut.mei.matchmaking.data.temp fi.tut.mei.matchmaking.dataproviders fi.tut.mei.matchmaking.mapper -
-
Uses of ProductDescription in fi.tut.mei.matchmaking.data.temp
Methods in fi.tut.mei.matchmaking.data.temp that return types with arguments of type ProductDescription Modifier and Type Method Description static List<ProductDescription>
MockDataProvider. getMockedProductList()
This method is to get mocked PRDs list -
Uses of ProductDescription in fi.tut.mei.matchmaking.dataproviders
Methods in fi.tut.mei.matchmaking.dataproviders that return types with arguments of type ProductDescription Modifier and Type Method Description List<ProductDescription>
DataManager. persistedPRDDataList()
This method is used to return all the PRD data fetched from database.Methods in fi.tut.mei.matchmaking.dataproviders with parameters of type ProductDescription Modifier and Type Method Description void
DataManager. addProductDesc(ProductDescription productDesc)
Saving a product description to the databseMethod parameters in fi.tut.mei.matchmaking.dataproviders with type arguments of type ProductDescription Modifier and Type Method Description void
DataManager. saveProductDescList(List<ProductDescription> productDescriptionList)
Utility function to save product description list -
Uses of ProductDescription in fi.tut.mei.matchmaking.mapper
Methods in fi.tut.mei.matchmaking.mapper with parameters of type ProductDescription Modifier and Type Method Description static PRDRefCT
DataMapper. pdDaoToDtoMapper(ProductDescription pdDao)
-