A B C D E F G H I J K L M N O P Q R S T U V W Y
R
- R_PREFIX -
类 com.seeyon.ctp.form.bean.FormBean 中的静态变量
- 关联表单前缀
- REDIRECT_BACK -
类 com.seeyon.ctp.common.controller.BaseController 中的静态变量
- 页面跳转——返回
- redirectModelAndView(String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
- 中间跳转页面,用在:action1 跳转到action2
public ModelAndView send(HttpServletRequest request,
HttpServletResponse response) throws Exception {
return redirectModelAndView("/collaboration.do?
- redirectModelAndView(String, String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
- 跳转到页面,在指定的窗口,用在:action1 跳转到action2
public ModelAndView send(HttpServletRequest request,
HttpServletResponse response) throws Exception {
return redirectModelAndView("/collaboration.do?
- refreshSort(List<FormDataSubBean>) -
类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
- 刷新重复表中固定字段sort的值
- refreshWindow(String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
-
- refreshWindow(String, String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
-
- refreshWorkspace() -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
-
- REGEX_DECIMAL_EXCLUDEPLUS -
类 com.seeyon.ctp.util.Strings 中的静态变量
-
- REGEX_DIGIT -
类 com.seeyon.ctp.util.Strings 中的静态变量
-
- REGEX_I18NKey -
类 com.seeyon.ctp.util.Strings 中的静态变量
-
- REGEX_NOTCHARACTER -
类 com.seeyon.ctp.util.Strings 中的静态变量
-
- REGEX_WORD -
类 com.seeyon.ctp.util.Strings 中的静态变量
-
- register(Class<? extends Event>, Listener) -
类 com.seeyon.ctp.event.EventDispatcher 中的静态方法
- 注册事件监听。
- register(Class<? extends Event>, String, String, boolean) -
类 com.seeyon.ctp.event.EventDispatcher 中的静态方法
-
- register(Class<? extends Event>, String, String, boolean, EventTriggerMode) -
类 com.seeyon.ctp.event.EventDispatcher 中的静态方法
-
- relationManager -
类 com.seeyon.ctp.form.modules.trigger.FormTriggerActionTypeManager 中的变量
-
- reload() -
接口 com.seeyon.ctp.common.cache.CacheMap 中的方法
- 通过dataloader重新加载整个缓存,如果没有dataloader,不做任何操作。
- reload(K) -
接口 com.seeyon.ctp.common.cache.CacheMap 中的方法
- 通过dataloader加载指定缓存项,如果没有dataloader,不做任何操作。
- reloadCustomize(String) -
类 com.seeyon.ctp.common.authenticate.domain.User 中的方法
- 重载个性化信息
- remove(K) -
接口 com.seeyon.ctp.common.cache.CacheMap 中的方法
- 移除缓存项。
- remove(E) -
接口 com.seeyon.ctp.common.cache.CacheSet 中的方法
- Removes the specified element from this set if it is present (optional
operation).
- remove(String) -
类 com.seeyon.ctp.common.po.DataContainer 中的方法
-
- remove(Object) -
类 com.seeyon.ctp.common.po.DataContainer 中的方法
-
- remove(Object) -
类 com.seeyon.ctp.util.LRUMap 中的方法
-
- remove(int) -
类 com.seeyon.ctp.util.UniqueList 中的方法
-
- remove(Object) -
类 com.seeyon.ctp.util.UniqueList 中的方法
-
- removeAll(Collection<K>) -
接口 com.seeyon.ctp.common.cache.CacheMap 中的方法
- 移除缓存项。
- removeAll(Collection<? extends E>) -
接口 com.seeyon.ctp.common.cache.CacheSet 中的方法
- Removes from this set all of its elements that are contained in the
specified collection (optional operation).
- removeAll() -
类 com.seeyon.ctp.common.dao.paginate.Pagination 中的静态方法
-
- removeAllMessages(long, int) -
接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
- 清空我接收到的消息
- removeByReference(Long) -
接口 com.seeyon.ctp.common.filemanager.manager.AttachmentManager 中的方法
- 按照主数据删除: 文件做物理删除
- removeByReference(Long, Long) -
接口 com.seeyon.ctp.common.filemanager.manager.AttachmentManager 中的方法
- 按照主数据和次数据删除: 文件做物理删除
- removeConditionFormAuthViewBean(Long) -
类 com.seeyon.ctp.form.bean.FormAuthViewBean 中的方法
- 移除此权限的某一个高级权限,添加到删除权限缓存
- removeFieldValue(String) -
类 com.seeyon.ctp.form.bean.FormDataBean 中的方法
- 移除单元格值
- removeMessage(String, String) -
接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
- 根据消息阅读状态及时间段清除消息
- removeMessage(String, Long) -
接口 com.seeyon.ctp.common.usermessage.UserMessageManager 中的方法
- 根据消息的保留时间或每人的最大消息数量清除消息
- removeRange(int, int) -
类 com.seeyon.ctp.util.UniqueList 中的方法
-
- removeSessionArrribute(String) -
类 com.seeyon.ctp.common.AppContext 中的静态方法
- 移除session级上下文参数
- removeSubData(String, Long) -
类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
- 删除重复表行数据
- removeThreadContext(String) -
类 com.seeyon.ctp.common.AppContext 中的静态方法
- 删除线程上下文参数
- removeTrigger(long) -
类 com.seeyon.ctp.form.bean.FormBean 中的方法
-
- rendJavaScript(HttpServletResponse, String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
- 输出一点JS脚本
rendJavaScript(response, "alert('成功')"));
- rendJavaScriptUnclose(HttpServletResponse, String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
-
- rendText(HttpServletResponse, String) -
类 com.seeyon.ctp.common.controller.BaseController 中的方法
- 直接向客户端返回Content字符串,不用通过View页面渲染.
- replaceAll(Map<? extends K, ? extends V>) -
接口 com.seeyon.ctp.common.cache.CacheMap 中的方法
- 清除缓存并将Map中的所有项目设置到缓存中。
- replaceAll(Collection<? extends E>) -
接口 com.seeyon.ctp.common.cache.CacheSet 中的方法
- 清除缓存并将Map中的所有项目设置到缓存中。
- requestToBean(HttpServletRequest, Object, boolean) -
类 com.seeyon.ctp.util.ParamUtil 中的静态方法
- 把请求中的参数赋值到JavaBean对象
- reset() -
类 com.seeyon.ctp.common.cache.ThreadCacheFactory 中的静态方法
- 重置,清除所有缓存。
- resetId() -
类 com.seeyon.ctp.form.bean.FormDataBean 中的方法
- 重置id
- resetId() -
类 com.seeyon.ctp.form.bean.FormDataMasterBean 中的方法
- 重置id
- ResourceUtil - com.seeyon.ctp.common.i18n 中的 类
- Title: T1开发框架
Description: i18n资源获取工具类
Copyright: Copyright (c) 2012
Company: seeyon.com
- ResourceUtil() -
类 com.seeyon.ctp.common.i18n.ResourceUtil 的构造方法
-
- RMIUtil - com.seeyon.ctp.util 中的 类
- RMI Client工具,帮助获取RMI Proxy。
- RMIUtil() -
类 com.seeyon.ctp.util.RMIUtil 的构造方法
-
- ROLE_ADMIN -
类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
-
- ROLE_BOND_USER -
类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
-
- ROLE_ID_DELIMITER -
类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
-
- ROLETYPE_FIXROLE -
类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
-
- ROLETYPE_RELATIVEROLE -
类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
-
- ROLETYPE_USERROLE -
类 com.seeyon.ctp.organization.bo.V3xOrgEntity 中的静态变量
-
- run() -
接口 com.seeyon.ctp.common.RunInRightEvent 中的方法
-
- run() -
类 com.seeyon.ctp.common.RunInRightEventHolder 中的方法
-
- RunInRightEvent - com.seeyon.ctp.common 中的 接口
-
- RunInRightEventHolder - com.seeyon.ctp.common 中的 类
-
- RunInRightEventHolder() -
类 com.seeyon.ctp.common.RunInRightEventHolder 的构造方法
-
A B C D E F G H I J K L M N O P Q R S T U V W Y