Interface Y9logUserLoginInfoCustomRepository

    • Method Detail

      • countByLoginTimeBetweenAndSuccess

        long countByLoginTimeBetweenAndSuccess​(Date startTime,
                                               Date endTime,
                                               String success)
      • countBySuccessAndUserHostIpAndUserId

        long countBySuccessAndUserHostIpAndUserId​(String success,
                                                  String userHostIp,
                                                  String userId)
      • countByUserHostIpAndSuccess

        long countByUserHostIpAndSuccess​(String userHostIp,
                                         String success)
      • countByUserHostIpLikeAndLoginTimeBetweenAndSuccess

        long countByUserHostIpLikeAndLoginTimeBetweenAndSuccess​(String userHostIp,
                                                                Date startTime,
                                                                Date endTime,
                                                                String success)
      • listDistinctUserHostIpByUserIdAndLoginTime

        List<Object[]> listDistinctUserHostIpByUserIdAndLoginTime​(String userId,
                                                                  Date startTime,
                                                                  Date endTime)
      • pageByLoginTimeBetweenAndSuccess

        net.risesoft.pojo.Y9Page<Y9logUserLoginInfo> pageByLoginTimeBetweenAndSuccess​(Date startTime,
                                                                                      Date endTime,
                                                                                      String success,
                                                                                      int page,
                                                                                      int rows)
      • pageByUserHostIpAndSuccess

        net.risesoft.pojo.Y9Page<Map<String,​Object>> pageByUserHostIpAndSuccess​(String userHostIp,
                                                                                      String success,
                                                                                      int page,
                                                                                      int rows)
      • pageByUserHostIpAndSuccessAndUserNameLike

        net.risesoft.pojo.Y9Page<Map<String,​Object>> pageByUserHostIpAndSuccessAndUserNameLike​(String userHostIp,
                                                                                                     String success,
                                                                                                     String userName,
                                                                                                     int page,
                                                                                                     int rows)
      • pageByUserHostIpLikeAndLoginTimeBetweenAndSuccess

        net.risesoft.pojo.Y9Page<Y9logUserLoginInfo> pageByUserHostIpLikeAndLoginTimeBetweenAndSuccess​(String userHostIp,
                                                                                                       Date startTime,
                                                                                                       Date endTime,
                                                                                                       String success,
                                                                                                       int page,
                                                                                                       int rows)
      • searchQuery

        net.risesoft.pojo.Y9Page<Y9logUserLoginInfo> searchQuery​(String tenantId,
                                                                 String managerLevel,
                                                                 net.risesoft.model.log.LogInfoModel loginInfoModel,
                                                                 int page,
                                                                 int rows)