Uses of Class
com.jms.socialmedia.model.UserPage
-
Packages that use UserPage Package Description com.jms.socialmedia.dataservice com.jms.socialmedia.handlers Request Handlerscom.jms.socialmedia.mybatis -
-
Uses of UserPage in com.jms.socialmedia.dataservice
Methods in com.jms.socialmedia.dataservice that return UserPage Modifier and Type Method Description UserPage
CachingDataService. getUserPageInfoByName(String username)
UserPage
DataService. getUserPageInfoByName(String username)
UserPage
DataServiceWithMetrics. getUserPageInfoByName(String username)
UserPage
MockDataService. getUserPageInfoByName(String username)
UserPage
MybatisDataService. getUserPageInfoByName(String username)
-
Uses of UserPage in com.jms.socialmedia.handlers
Methods in com.jms.socialmedia.handlers that return UserPage Modifier and Type Method Description UserPage
UserRequestHandler. handleGetUserPage(spark.Request request, spark.Response response)
-
Uses of UserPage in com.jms.socialmedia.mybatis
Methods in com.jms.socialmedia.mybatis that return UserPage Modifier and Type Method Description UserPage
SqlSessionUsersMapper. getUserPageInfoByName(String username)
UserPage
UsersMapper. getUserPageInfoByName(String username)
-