repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/WebSiteUrlDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/WebSiteUrlDaoImpl.java
package com.roncoo.jui.common.dao.impl; import com.roncoo.jui.common.dao.WebSiteUrlDao; import com.roncoo.jui.common.entity.WebSiteUrl; import com.roncoo.jui.common.entity.WebSiteUrlExample; import com.roncoo.jui.common.mapper.WebSiteUrlMapper; import com.roncoo.jui.common.util.PageUtil; import com.roncoo.jui.common.u...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/ReportDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/ReportDaoImpl.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysUserDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysUserDaoImpl.java
package com.roncoo.jui.common.dao.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.SysUserDao; import com.roncoo.jui.common.entity.SysUser; import com.roncoo.jui.common.entity.SysUserExample;...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/DataDictionaryListDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/DataDictionaryListDaoImpl.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysRoleUserDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysRoleUserDaoImpl.java
package com.roncoo.jui.common.dao.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.SysRoleUserDao; import com.roncoo.jui.common.entity.SysRoleUser; import com.roncoo.jui.common.entity.SysRole...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/DataDictionaryDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/DataDictionaryDaoImpl.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/RcDataDictionaryDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/RcDataDictionaryDaoImpl.java
package com.roncoo.jui.common.dao.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.RcDataDictionaryDao; import com.roncoo.jui.common.entity.RcDataDictionary; import com.roncoo.jui.common.entity.RcDataDictionaryExamp...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/WebSiteDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/WebSiteDaoImpl.java
package com.roncoo.jui.common.dao.impl; import com.roncoo.jui.common.dao.WebSiteDao; import com.roncoo.jui.common.entity.WebSite; import com.roncoo.jui.common.entity.WebSiteExample; import com.roncoo.jui.common.mapper.WebSiteMapper; import com.roncoo.jui.common.util.PageUtil; import com.roncoo.jui.common.util.jui.Page...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysRoleDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysRoleDaoImpl.java
package com.roncoo.jui.common.dao.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.SysRoleDao; import com.roncoo.jui.common.entity.SysRole; import com.roncoo.jui.common.entity.SysRoleExample; import com.roncoo.jui.c...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysMenuDaoImpl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/dao/impl/SysMenuDaoImpl.java
package com.roncoo.jui.common.dao.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.roncoo.jui.common.dao.SysMenuDao; import com.roncoo.jui.common.entity.SysMenu; import com.roncoo.jui.common.entity.SysMenuExample;...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/HttpUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/HttpUtil.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/MD5Util.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/MD5Util.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/PageUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/PageUtil.java
package com.roncoo.jui.common.util; import java.io.Serializable; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.slf4j.Logger; import org.slf4j.LoggerFactory;...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/ArrayListUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/ArrayListUtil.java
package com.roncoo.jui.common.util; import java.io.Serializable; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.springframework.beans.BeanUtils; /** * 队列属性复制 * * @author wujing * @param <T> */ public final class ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/JSONUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/JSONUtil.java
/** * Copyright 2015-2016 广州市领课网络科技有限公司 */ package com.roncoo.jui.common.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; /** * @author wujing */ public final class JSONUtil { private sta...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/SqlUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/SqlUtil.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/DateUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/DateUtil.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/ConfUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/ConfUtil.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/Constants.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/Constants.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/filter/XSSFilter.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/filter/XSSFilter.java
package com.roncoo.jui.common.util.filter; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.Web...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/jui/Page.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/jui/Page.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/jui/Jui.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/jui/Jui.java
package com.roncoo.jui.common.util.jui; import java.io.Serializable; /** * 封装jui * * @author wujing */ public class Jui implements Serializable { private static final long serialVersionUID = 1L; private int statusCode; // 必选。状态码 private String message; // 可选。信息内容。 private String navTabId; // 可选。 private S...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/BaseController.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/BaseController.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/RoncooException.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/RoncooException.java
package com.roncoo.jui.common.util.base; /** * 异常处理类 * * @author wujing */ public class RoncooException extends RuntimeException { private static final long serialVersionUID = 1L; /** 异常码 */ protected int expCode; /** 异常信息 */ protected String expMsg; public RoncooException(int expCode, String expMsg) { ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/Result.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/Result.java
package com.roncoo.jui.common.util.base; import java.io.Serializable; /** * 接口返回对象实体 * * @author wujing * @param <T> */ public class Result<T> implements Serializable { private static final long serialVersionUID = 1L; /** * 状态 */ private boolean status = false; /** * 错误码 */ private int errCode =...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/Base.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/base/Base.java
/* * Copyright 2015-2016 RonCoo(http://www.roncoo.com) Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/excel/ReportExcelUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/excel/ReportExcelUtil.java
/** * Copyright 2015-2017 广州市领课网络科技有限公司 */ package com.roncoo.jui.common.util.excel; import java.io.IOException; import java.util.List; import javax.servlet.ServletOutputStream; import org.apache.poi.xssf.usermodel.XSSFCell; import org.apache.poi.xssf.usermodel.XSSFCellStyle; import org.apache.poi.xssf.usermodel.X...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/excel/ExcelUtil.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/util/excel/ExcelUtil.java
package com.roncoo.jui.common.util.excel; import org.apache.poi.hssf.util.HSSFColor; import org.apache.poi.xssf.usermodel.XSSFCellStyle; import org.apache.poi.xssf.usermodel.XSSFFont; import org.apache.poi.xssf.usermodel.XSSFSheet; import org.apache.poi.xssf.usermodel.XSSFWorkbook; public final class ExcelUtil { pr...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenu.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenu.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class SysMenu implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private Long parentId; private St...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSiteUrlExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSiteUrlExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class WebSiteUrlExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int pageS...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRoleUserExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRoleUserExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class SysRoleUserExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int page...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRoleExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRoleExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class SysRoleExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int pageSize...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysUser.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysUser.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class SysUser implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private String userStatus; privat...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysUserExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysUserExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class SysUserExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int pageSize...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
true
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenuRole.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenuRole.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class SysMenuRole implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private Long menuId; private ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionary.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionary.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class RcDataDictionary implements Serializable { private Long id; private String statusId; private Date createTime; private Date updateTime; private String fieldName; private String fieldCode;...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRoleUser.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRoleUser.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class SysRoleUser implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private Long roleId; private ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSite.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSite.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class WebSite implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private String title; private Str...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSiteUrl.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSiteUrl.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class WebSiteUrl implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private Long siteId; private S...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcReport.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcReport.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class RcReport implements Serializable { private Long id; private String statusId; private Date createTime; private Date updateTime; private Integer sort; private String userEmail; privat...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenuExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenuExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class SysMenuExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int pageSize...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenuRoleExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysMenuRoleExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class SysMenuRoleExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int page...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionaryExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionaryExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class RcDataDictionaryExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionaryList.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionaryList.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class RcDataDictionaryList implements Serializable { private Long id; private String statusId; private Date createTime; private Date updateTime; private String fieldCode; private String fieldK...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionaryListExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcDataDictionaryListExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class RcDataDictionaryListExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcReportExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/RcReportExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class RcReportExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int pageSiz...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSiteExample.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/WebSiteExample.java
package com.roncoo.jui.common.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class WebSiteExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; protected int limitStart = -1; protected int pageSize...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRole.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/entity/SysRole.java
package com.roncoo.jui.common.entity; import java.io.Serializable; import java.util.Date; public class SysRole implements Serializable { private Long id; private Date gmtCreate; private Date gmtModified; private String statusId; private Integer sort; private String roleName; private ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysMenuRoleMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysMenuRoleMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.SysMenuRole; import com.roncoo.jui.common.entity.SysMenuRoleExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface SysMenuRoleMapper { int countByExa...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysRoleUserMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysRoleUserMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.SysRoleUser; import com.roncoo.jui.common.entity.SysRoleUserExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface SysRoleUserMapper { int countByExa...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/WebSiteMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/WebSiteMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.WebSite; import com.roncoo.jui.common.entity.WebSiteExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface WebSiteMapper { int countByExample(WebSite...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/RcDataDictionaryMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/RcDataDictionaryMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.RcDataDictionary; import com.roncoo.jui.common.entity.RcDataDictionaryExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface RcDataDictionaryMapper { ...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/RcReportMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/RcReportMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.RcReport; import com.roncoo.jui.common.entity.RcReportExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface RcReportMapper { int countByExample(RcRe...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysUserMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysUserMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.SysUser; import com.roncoo.jui.common.entity.SysUserExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface SysUserMapper { int countByExample(SysUser...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysMenuMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysMenuMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.SysMenu; import com.roncoo.jui.common.entity.SysMenuExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface SysMenuMapper { int countByExample(SysMenu...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/WebSiteUrlMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/WebSiteUrlMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.WebSiteUrl; import com.roncoo.jui.common.entity.WebSiteUrlExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface WebSiteUrlMapper { int countByExampl...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysRoleMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/SysRoleMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.SysRole; import com.roncoo.jui.common.entity.SysRoleExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface SysRoleMapper { int countByExample(SysRole...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/RcDataDictionaryListMapper.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/mapper/RcDataDictionaryListMapper.java
package com.roncoo.jui.common.mapper; import com.roncoo.jui.common.entity.RcDataDictionaryList; import com.roncoo.jui.common.entity.RcDataDictionaryListExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface RcDataDictionaryList...
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/ResultEnum.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/ResultEnum.java
package com.roncoo.jui.common.enums; import lombok.Getter; @Getter public enum ResultEnum { SUCCESS(200, "成功"), ERROR(99, "失败"); private Integer code; private String desc; private ResultEnum(Integer code, String desc) { this.code = code; this.desc = desc; } }
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/StatusIdEnum.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/StatusIdEnum.java
package com.roncoo.jui.common.enums; import lombok.Getter; @Getter public enum StatusIdEnum { YES("1", "可用"), NO("0", "禁用"); private String code; private String desc; private StatusIdEnum(String code, String desc) { this.code = code; this.desc = desc; } }
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/UserStatusEnum.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/UserStatusEnum.java
package com.roncoo.jui.common.enums; import lombok.Getter; /** * 用户状态 */ @Getter public enum UserStatusEnum { NORMAL("1", "正常"), CANCEL("2", "注销"); private String code; private String desc; private UserStatusEnum(String code, String desc) { this.code = code; this.desc = desc; } }
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
roncoo/roncoo-jui-springboot
https://github.com/roncoo/roncoo-jui-springboot/blob/bfa5120e427c3a055d20180917acfce528d3d68c/roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/UserSexEnum.java
roncoo-jui-springboot-common/src/main/java/com/roncoo/jui/common/enums/UserSexEnum.java
package com.roncoo.jui.common.enums; import lombok.Getter; /** * 用户性别 */ @Getter public enum UserSexEnum { MEN("1", "男"), WOMEN("2", "女"); private String code; private String desc; private UserSexEnum(String code, String desc) { this.code = code; this.desc = desc; } }
java
Apache-2.0
bfa5120e427c3a055d20180917acfce528d3d68c
2026-01-05T02:40:56.023655Z
false
justinsb/jetcd
https://github.com/justinsb/jetcd/blob/1e73f1deb7d090748515eb8ab07caa4cc706834e/src/test/java/com/justinsb/etcd/SmokeTest.java
src/test/java/com/justinsb/etcd/SmokeTest.java
package com.justinsb.etcd; import java.net.URI; import java.util.UUID; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import com.google.common.util.concurrent.ListenableFuture; import com.justinsb.etcd.EtcdC...
java
Apache-2.0
1e73f1deb7d090748515eb8ab07caa4cc706834e
2026-01-05T02:41:00.047549Z
false
justinsb/jetcd
https://github.com/justinsb/jetcd/blob/1e73f1deb7d090748515eb8ab07caa4cc706834e/src/main/java/com/justinsb/etcd/EtcdClient.java
src/main/java/com/justinsb/etcd/EtcdClient.java
package com.justinsb.etcd; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URLEncoder; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutionException; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse...
java
Apache-2.0
1e73f1deb7d090748515eb8ab07caa4cc706834e
2026-01-05T02:41:00.047549Z
false
justinsb/jetcd
https://github.com/justinsb/jetcd/blob/1e73f1deb7d090748515eb8ab07caa4cc706834e/src/main/java/com/justinsb/etcd/EtcdResult.java
src/main/java/com/justinsb/etcd/EtcdResult.java
package com.justinsb.etcd; public class EtcdResult { // General values public String action; public EtcdNode node; public EtcdNode prevNode; // For errors public Integer errorCode; public String message; public String cause; public int errorIndex; public boolean isError() { return errorCode != null; } ...
java
Apache-2.0
1e73f1deb7d090748515eb8ab07caa4cc706834e
2026-01-05T02:41:00.047549Z
false
justinsb/jetcd
https://github.com/justinsb/jetcd/blob/1e73f1deb7d090748515eb8ab07caa4cc706834e/src/main/java/com/justinsb/etcd/EtcdClientException.java
src/main/java/com/justinsb/etcd/EtcdClientException.java
package com.justinsb.etcd; import java.io.IOException; public class EtcdClientException extends IOException { private static final long serialVersionUID = 1L; final Integer httpStatusCode; final EtcdResult result; public EtcdClientException(String message, Throwable cause) { super(message, ...
java
Apache-2.0
1e73f1deb7d090748515eb8ab07caa4cc706834e
2026-01-05T02:41:00.047549Z
false
justinsb/jetcd
https://github.com/justinsb/jetcd/blob/1e73f1deb7d090748515eb8ab07caa4cc706834e/src/main/java/com/justinsb/etcd/EtcdNode.java
src/main/java/com/justinsb/etcd/EtcdNode.java
package com.justinsb.etcd; import java.util.List; public class EtcdNode { public String key; public long createdIndex; public long modifiedIndex; public String value; // For TTL keys public String expiration; public Integer ttl; // For listings public boolean dir; public List<EtcdNode> nodes; @Override ...
java
Apache-2.0
1e73f1deb7d090748515eb8ab07caa4cc706834e
2026-01-05T02:41:00.047549Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/test/java/com/zhuinden/flowless_viewpager_example/ExampleUnitTest.java
flowless-viewpager-example/src/test/java/com/zhuinden/flowless_viewpager_example/ExampleUnitTest.java
package com.zhuinden.flowless_viewpager_example; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertE...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewOne.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewOne.java
package com.zhuinden.flowless_viewpager_example; import android.annotation.TargetApi; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.widget.RelativeLayout; import flowless.preset.FlowLifecycles; /** * Created by Zhuinden on 2016.07.17.. */ public class Pag...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewFour.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewFour.java
package com.zhuinden.flowless_viewpager_example; import android.annotation.TargetApi; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.widget.RelativeLayout; import flowless.preset.FlowLifecycles; /** * Created by Zhuinden on 2016.07.17.. */ public class Pag...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/MainActivity.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/MainActivity.java
package com.zhuinden.flowless_viewpager_example; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.view.ViewGroup; import com.zhuinden.flowless_viewpager_example.extracted....
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/FirstKey.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/FirstKey.java
package com.zhuinden.flowless_viewpager_example; import com.google.auto.value.AutoValue; import com.zhuinden.flowless_viewpager_example.extracted.FlowAnimation; import com.zhuinden.flowless_viewpager_example.extracted.LayoutKey; /** * Created by Zhuinden on 2016.07.17.. */ @AutoValue public abstract class FirstKey...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewTwo.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewTwo.java
package com.zhuinden.flowless_viewpager_example; import android.annotation.TargetApi; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.widget.RelativeLayout; import flowless.preset.FlowLifecycles; /** * Created by Zhuinden on 2016.07.17.. */ public class Pag...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewFive.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewFive.java
package com.zhuinden.flowless_viewpager_example; import android.annotation.TargetApi; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.widget.RelativeLayout; import flowless.preset.FlowLifecycles; /** * Created by Zhuinden on 2016.07.17.. */ public class Pag...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewThree.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/PagerViewThree.java
package com.zhuinden.flowless_viewpager_example; import android.annotation.TargetApi; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.widget.RelativeLayout; import flowless.preset.FlowLifecycles; /** * Created by Zhuinden on 2016.07.17.. */ public class Pag...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/FlowlessPagerAdapter.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/FlowlessPagerAdapter.java
package com.zhuinden.flowless_viewpager_example; import android.os.Bundle; import android.os.Parcelable; import android.support.v4.view.PagerAdapter; import android.util.SparseArray; import android.view.View; import android.view.ViewGroup; import flowless.Bundleable; import flowless.preset.FlowLifecycles; /** * Cre...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/FirstView.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/FirstView.java
package com.zhuinden.flowless_viewpager_example; import android.annotation.TargetApi; import android.content.Context; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.widget.LinearLayout; i...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/DispatcherUtils.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/DispatcherUtils.java
package com.zhuinden.flowless_viewpager_example.extracted; import android.animation.Animator; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import flowless.Direction; import flowless.Traversal; /** * Created by Zhuinden on 2016.12.03.. ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/LayoutKey.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/LayoutKey.java
package com.zhuinden.flowless_viewpager_example.extracted; import android.os.Parcelable; import android.support.annotation.LayoutRes; /** * Created by Zhuinden on 2016.06.27.. */ public interface LayoutKey extends Parcelable { @LayoutRes int layout(); FlowAnimation animation(); }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/ExampleDispatcher.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/ExampleDispatcher.java
package com.zhuinden.flowless_viewpager_example.extracted; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.support.annotation.NonNull; import android.view.View; import android.view.ViewGroup; import flowless.Direction; import flowless.Traversal; import flowless.Trav...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/FlowAnimation.java
flowless-viewpager-example/src/main/java/com/zhuinden/flowless_viewpager_example/extracted/FlowAnimation.java
package com.zhuinden.flowless_viewpager_example.extracted; import android.animation.Animator; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.View; import java.io.Serializable; i...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/main/java/com/google/auto/value/AutoValue.java
flowless-viewpager-example/src/main/java/com/google/auto/value/AutoValue.java
package com.google.auto.value; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) public @interface AutoValue { /** * Specifies that Auto...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-viewpager-example/src/androidTest/java/com/zhuinden/flowless_viewpager_example/ApplicationTest.java
flowless-viewpager-example/src/androidTest/java/com/zhuinden/flowless_viewpager_example/ApplicationTest.java
package com.zhuinden.flowless_viewpager_example; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public App...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/test/java/flowless/HistoryTest.java
flowless-library/src/test/java/flowless/HistoryTest.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/test/java/flowless/ReentranceTest.java
flowless-library/src/test/java/flowless/ReentranceTest.java
/* * Copyright 2014 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/test/java/flowless/FlowTest.java
flowless-library/src/test/java/flowless/FlowTest.java
/* * Copyright 2013 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/test/java/flowless/TestKey.java
flowless-library/src/test/java/flowless/TestKey.java
/* * Copyright 2014 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/Dispatcher.java
flowless-library/src/main/java/flowless/Dispatcher.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/InternalContextWrapper.java
flowless-library/src/main/java/flowless/InternalContextWrapper.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/ServiceProvider.java
flowless-library/src/main/java/flowless/ServiceProvider.java
package flowless; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.View; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.Map; import static flowless.Preconditions.checkNotNull; /** * Created by Zhui...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/ForceBundler.java
flowless-library/src/main/java/flowless/ForceBundler.java
package flowless; import android.view.View; import flowless.preset.FlowLifecycles; /** * Created by Zhuinden on 2016.03.02.. */ public class ForceBundler { public static void saveToBundle(View... activeViews) { if(activeViews != null && activeViews.length > 0) { for(View view : activeViews)...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/KeyContextWrapper.java
flowless-library/src/main/java/flowless/KeyContextWrapper.java
package flowless; import android.content.Context; /** * Created by Zhuinden on 2016.12.18.. */ public interface KeyContextWrapper { public static final String KEY_SERVICE_TAG = "flowless.KEY"; public class Methods { private Methods() { } @SuppressWarnings("unchecked") publ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/InternalLifecycleIntegration.java
flowless-library/src/main/java/flowless/InternalLifecycleIntegration.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/FlowContextWrapper.java
flowless-library/src/main/java/flowless/FlowContextWrapper.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/NotPersistent.java
flowless-library/src/main/java/flowless/NotPersistent.java
/* * Copyright 2015 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/Bundleable.java
flowless-library/src/main/java/flowless/Bundleable.java
package flowless; import android.os.Bundle; import android.support.annotation.Nullable; /** * Created by Zhuinden on 2016.07.01.. */ public interface Bundleable { Bundle toBundle(); void fromBundle(@Nullable Bundle bundle); }
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/History.java
flowless-library/src/main/java/flowless/History.java
/* * Copyright 2013 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/TraversalCallback.java
flowless-library/src/main/java/flowless/TraversalCallback.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/ClassKey.java
flowless-library/src/main/java/flowless/ClassKey.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false
Zhuinden/flowless
https://github.com/Zhuinden/flowless/blob/a958f08cd91352ad5430fb3bce986e6b132f5cd9/flowless-library/src/main/java/flowless/State.java
flowless-library/src/main/java/flowless/State.java
/* * Copyright 2016 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
java
Apache-2.0
a958f08cd91352ad5430fb3bce986e6b132f5cd9
2026-01-05T02:40:56.157166Z
false