类 BeanComponent
java.lang.Object
com.publiccms.logic.component.BeanComponent
BeanComponent Bean操作组件
-
字段概要
字段修饰符和类型字段说明private static ConfigDataComponentprivate static CmsContentAttributeServiceprivate static LogTaskServiceprivate static ModelComponentprivate static ScheduledTaskprivate static SiteComponentprivate static SysSiteServiceprivate static SysTaskServiceprivate static TemplateComponent -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ConfigDataComponentstatic CmsContentAttributeServicestatic LogTaskServicestatic ModelComponentstatic ScheduledTaskstatic SiteComponentstatic SysSiteServicestatic SysTaskServicestatic TemplateComponentvoidsetConfigDataComponent(ConfigDataComponent configDataComponent) voidsetContentAttributeService(CmsContentAttributeService contentAttributeService) voidsetLogTaskService(LogTaskService logTaskService) voidsetModelComponent(ModelComponent modelComponent) voidsetScheduledTask(ScheduledTask scheduledTask) voidsetSiteComponent(SiteComponent siteComponent) voidsetSiteService(SysSiteService siteService) voidsetSysTaskService(SysTaskService sysTaskService) voidsetTemplateComponent(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
-