Package org.codelibs.fess.app.service
Class FavoriteLogService
- java.lang.Object
-
- org.codelibs.fess.app.service.FavoriteLogService
-
public class FavoriteLogService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FavoriteLogBhvfavoriteLogBhvprotected FessConfigfessConfigprotected SystemHelpersystemHelperprotected UserInfoBhvuserInfoBhv
-
Constructor Summary
Constructors Constructor Description FavoriteLogService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddUrl(String userCode, BiConsumer<UserInfo,FavoriteLog> favoriteLogLambda)List<String>getUrlList(String userCode, List<String> urlList)
-
-
-
Field Detail
-
systemHelper
protected SystemHelper systemHelper
-
userInfoBhv
protected UserInfoBhv userInfoBhv
-
favoriteLogBhv
protected FavoriteLogBhv favoriteLogBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
addUrl
public boolean addUrl(String userCode, BiConsumer<UserInfo,FavoriteLog> favoriteLogLambda)
-
-