类的使用
com.publiccms.entities.cms.CmsContentAttribute
使用CmsContentAttribute的程序包
程序包
说明
Tools
Cms management controller
Cms web controller
Template component
Cms dao
Cms service
Import and export pojo
-
com.publiccms.common.tools中CmsContentAttribute的使用
修饰符和类型方法说明ExtendUtils.getAttributeMap(CmsContentAttribute attribute, ContentConfigComponent.KeywordsConfig keywordsConfig) static booleanCmsLangUtils.initLang(CmsContentAttribute entity, CmsContentLang langEntity) -
com.publiccms.controller.admin.cms中CmsContentAttribute的使用
修饰符和类型方法说明voidCmsContentPreviewAdminController.previewBeforeSave(SysSite site, CmsContent entity, CmsContentAttribute attribute, CmsContentParameters contentParameters, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model) CmsContentAdminController.save(SysSite site, SysUser admin, CmsContent entity, CmsContentAttribute attribute, CmsContentParameters contentParameters, Boolean draft, Boolean checked, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) 保存内容 -
com.publiccms.controller.web.cms中CmsContentAttribute的使用
修饰符和类型方法说明ContentController.save(SysSite site, CmsContent entity, SysUser user, Boolean draft, String captcha, CmsContentAttribute attribute, CmsContentParameters contentParameters, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) 保存内容 -
com.publiccms.logic.component.template中CmsContentAttribute的使用
修饰符和类型方法说明voidTemplateComponent.initPreviewContentModel(SysSite site, CmsContent entity, CmsContentAttribute attribute, CmsContentParameters contentParameters, org.springframework.ui.ModelMap model) voidTemplateComponent.previewContent(SysSite site, CmsContent entity, CmsContentAttribute attribute, Writer writer, org.springframework.ui.ModelMap model) -
com.publiccms.logic.dao.cms中CmsContentAttribute的使用
返回变量类型为CmsContentAttribute的类型的com.publiccms.logic.dao.cms中的方法 -
com.publiccms.logic.service.cms中CmsContentAttribute的使用
修饰符和类型方法说明private voidCmsContentService.dealAttribute(CmsContent entity, SysSite site, List<SysExtendField> modelExtendList, List<SysExtendField> categoryExtendList, Map<String, String> map, CmsModel cmsModel, List<CmsContentFile> files, List<CmsContentFile> images, List<CmsContentProduct> products, CmsContentAttribute attribute, boolean save) private static voidCmsContentService.dealFiles(List<CmsContentFile> files, List<CmsContentFile> images, List<CmsContentProduct> products, CmsContentAttribute attribute) static voidCmsContentService.initContent(CmsContent entity, SysSite site, CmsModel cmsModel, Boolean draft, Boolean checked, CmsContentAttribute attribute, boolean base64, Date now) voidCmsContentService.saveEditorHistory(CmsContentAttribute oldAttribute, CmsContentAttribute attribute, short siteId, long contentId, String lang, long userId, List<SysExtendField> modelExtendList, List<SysExtendField> categoryExtendList, Map<String, String> map) CmsContentService.saveTagAndAttribute(SysSite site, Long userId, Integer deptId, CmsContent entity, CmsContentParameters contentParameters, CmsModel cmsModel, Integer extendId, CmsContentAttribute attribute) voidCmsContentAttributeService.updateAttribute(Long contentId, CmsContentAttribute entity) -
com.publiccms.views.pojo.exchange中CmsContentAttribute的使用