Package org.codelibs.fess.app.service
Class FavoriteLogService
- java.lang.Object
-
- org.codelibs.fess.app.service.FavoriteLogService
-
public class FavoriteLogService extends java.lang.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(java.lang.String userCode, java.util.function.BiConsumer<UserInfo,FavoriteLog> favoriteLogLambda)java.util.List<java.lang.String>getUrlList(java.lang.String userCode, java.util.List<java.lang.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(java.lang.String userCode, java.util.function.BiConsumer<UserInfo,FavoriteLog> favoriteLogLambda)
-
getUrlList
public java.util.List<java.lang.String> getUrlList(java.lang.String userCode, java.util.List<java.lang.String> urlList)
-
-