Class UserInfoService

java.lang.Object
org.codelibs.fess.app.service.UserInfoService

public class UserInfoService extends Object
Service class for managing user information data. This service provides operations for maintaining and cleaning up user information records.
  • Constructor Details

    • UserInfoService

      public UserInfoService()
      Default constructor for UserInfoService.
  • Method Details

    • deleteBefore

      public void deleteBefore(int days)
      Deletes user information records older than the specified number of days. This method is used for data cleanup and maintenance operations.
      Parameters:
      days - the number of days to keep user information records