Uses of Class
fi.tut.mei.matchmaking.dao.SystemLayout
-
Packages that use SystemLayout Package Description fi.tut.mei.matchmaking.data.temp fi.tut.mei.matchmaking.dataproviders fi.tut.mei.matchmaking.mapper -
-
Uses of SystemLayout in fi.tut.mei.matchmaking.data.temp
Methods in fi.tut.mei.matchmaking.data.temp that return types with arguments of type SystemLayout Modifier and Type Method Description static List<SystemLayout>
MockDataProvider. getMockedSystemLayouts()
This method returns mocked System Layout data -
Uses of SystemLayout in fi.tut.mei.matchmaking.dataproviders
Methods in fi.tut.mei.matchmaking.dataproviders that return types with arguments of type SystemLayout Modifier and Type Method Description List<SystemLayout>
DataManager. persistedLayoutList()
Fetch database saved system layoutsMethod parameters in fi.tut.mei.matchmaking.dataproviders with type arguments of type SystemLayout Modifier and Type Method Description void
DataManager. saveSystemLayoutsList(List<SystemLayout> systemLayoutList)
Saving system layouts list to the database -
Uses of SystemLayout in fi.tut.mei.matchmaking.mapper
Methods in fi.tut.mei.matchmaking.mapper with parameters of type SystemLayout Modifier and Type Method Description static fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT
DataMapper. systemLayoutDaoToDtoMapper(SystemLayout sysLayout)
-