类 BeanComponent

java.lang.Object
com.publiccms.logic.component.BeanComponent

@Component public class BeanComponent extends Object
BeanComponent Bean操作组件
  • 字段详细资料

  • 构造器详细资料

    • BeanComponent

      public BeanComponent()
  • 方法详细资料

    • getSiteComponent

      public static SiteComponent getSiteComponent()
      返回:
      the siteComponent
    • getConfigDataComponent

      public static ConfigDataComponent getConfigDataComponent()
      返回:
      the configComponent
    • getSysTaskService

      public static SysTaskService getSysTaskService()
      返回:
      the sysTaskService
    • getLogTaskService

      public static LogTaskService getLogTaskService()
      返回:
      the logTaskService
    • getSiteService

      public static SysSiteService getSiteService()
      返回:
      the siteService
    • getScheduledTask

      public static ScheduledTask getScheduledTask()
      返回:
      the scheduledTask
    • getTemplateComponent

      public static TemplateComponent getTemplateComponent()
      返回:
      the templateComponent
    • getContentAttributeService

      public static CmsContentAttributeService getContentAttributeService()
      返回:
      the contentAttributeService
    • setSiteComponent

      public void setSiteComponent(SiteComponent siteComponent)
      参数:
      siteComponent - the siteComponent to set
    • setConfigDataComponent

      public void setConfigDataComponent(ConfigDataComponent configDataComponent)
      参数:
      configDataComponent - the configDataComponent to set
    • setSysTaskService

      public void setSysTaskService(SysTaskService sysTaskService)
      参数:
      sysTaskService - the sysTaskService to set
    • setLogTaskService

      public void setLogTaskService(LogTaskService logTaskService)
      参数:
      logTaskService - the logTaskService to set
    • setSiteService

      public void setSiteService(SysSiteService siteService)
      参数:
      siteService - the siteService to set
    • setScheduledTask

      public void setScheduledTask(ScheduledTask scheduledTask)
      参数:
      scheduledTask - the scheduledTask to set
    • setContentAttributeService

      public void setContentAttributeService(CmsContentAttributeService contentAttributeService)
      参数:
      contentAttributeService - the contentAttributeService to set
    • setTemplateComponent

      public void setTemplateComponent(TemplateComponent templateComponent)
      参数:
      templateComponent - the templateComponent to set
    • getModelComponent

      public static ModelComponent getModelComponent()
      返回:
      the modelComponent
    • setModelComponent

      public void setModelComponent(ModelComponent modelComponent)
      参数:
      modelComponent - the modelComponent to set