类 SysAppClientService

java.lang.Object
com.publiccms.common.base.BaseService<SysAppClient>
com.publiccms.logic.service.sys.SysAppClientService

@Service @Transactional public class SysAppClientService extends BaseService<SysAppClient>
SysAppClientService
  • 字段详细资料

  • 构造器详细资料

    • SysAppClientService

      public SysAppClientService()
  • 方法详细资料

    • getPage

      @Transactional(readOnly=true) public PageHandler getPage(Short siteId, String channel, Long userId, Date startLastLoginDate, Date endLastLoginDate, Date startCreateDate, Date endCreateDate, Boolean disabled, String orderField, String orderType, Integer pageIndex, Integer pageSize)
      参数:
      siteId -
      channel -
      userId -
      startLastLoginDate -
      endLastLoginDate -
      startCreateDate -
      endCreateDate -
      disabled -
      orderField -
      orderType -
      pageIndex -
      pageSize -
      返回:
    • getEntity

      public SysAppClient getEntity(Short siteId, String channel, String uuid)
      参数:
      siteId -
      channel -
      uuid -
      返回:
      the entity
    • updateUser

      public SysAppClient updateUser(Serializable id, Long userId)
      参数:
      id -
      userId -
      返回:
    • updateLastLogin

      public SysAppClient updateLastLogin(Serializable id, String clientVersion, String ip)
      参数:
      id -
      clientVersion -
      ip -
      返回:
    • updateStatus

      public SysAppClient updateStatus(Serializable id, boolean status)
      参数:
      id -
      status -
      返回: