类 BeanComponent
java.lang.Object
com.publiccms.logic.component.BeanComponent
BeanComponent Bean操作组件
-
字段概要
字段修饰符和类型字段说明private static ConfigDataComponent
private static CmsContentAttributeService
private static LogTaskService
private static ModelComponent
private static ScheduledTask
private static SiteComponent
private static SysSiteService
private static SysTaskService
private static TemplateComponent
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ConfigDataComponent
static CmsContentAttributeService
static LogTaskService
static ModelComponent
static ScheduledTask
static SiteComponent
static SysSiteService
static SysTaskService
static TemplateComponent
void
setConfigDataComponent
(ConfigDataComponent configDataComponent) void
setContentAttributeService
(CmsContentAttributeService contentAttributeService) void
setLogTaskService
(LogTaskService logTaskService) void
setModelComponent
(ModelComponent modelComponent) void
setScheduledTask
(ScheduledTask scheduledTask) void
setSiteComponent
(SiteComponent siteComponent) void
setSiteService
(SysSiteService siteService) void
setSysTaskService
(SysTaskService sysTaskService) void
setTemplateComponent
(TemplateComponent templateComponent)
-
字段详细资料
-
siteComponent
-
configDataComponent
-
sysTaskService
-
logTaskService
-
siteService
-
scheduledTask
-
contentAttributeService
-
templateComponent
-
modelComponent
-
-
构造器详细资料
-
BeanComponent
public BeanComponent()
-
-
方法详细资料
-
getSiteComponent
- 返回:
- the siteComponent
-
getConfigDataComponent
- 返回:
- the configComponent
-
getSysTaskService
- 返回:
- the sysTaskService
-
getLogTaskService
- 返回:
- the logTaskService
-
getSiteService
- 返回:
- the siteService
-
getScheduledTask
- 返回:
- the scheduledTask
-
getTemplateComponent
- 返回:
- the templateComponent
-
getContentAttributeService
- 返回:
- the contentAttributeService
-
setSiteComponent
- 参数:
siteComponent
- the siteComponent to set
-
setConfigDataComponent
- 参数:
configDataComponent
- the configDataComponent to set
-
setSysTaskService
- 参数:
sysTaskService
- the sysTaskService to set
-
setLogTaskService
- 参数:
logTaskService
- the logTaskService to set
-
setSiteService
- 参数:
siteService
- the siteService to set
-
setScheduledTask
- 参数:
scheduledTask
- the scheduledTask to set
-
setContentAttributeService
- 参数:
contentAttributeService
- the contentAttributeService to set
-
setTemplateComponent
- 参数:
templateComponent
- the templateComponent to set
-
getModelComponent
- 返回:
- the modelComponent
-
setModelComponent
- 参数:
modelComponent
- the modelComponent to set
-