类的使用
com.publiccms.entities.cms.CmsCategoryLang
使用CmsCategoryLang的程序包
程序包
说明
Tools
Template component
Cms dao
Cms service
Model attribute pojo
-
com.publiccms.common.tools中CmsCategoryLang的使用
修饰符和类型方法说明static booleanCmsLangUtils.initLang(CmsCategoryAttribute entity, CmsCategoryLang langEntity) static booleanCmsLangUtils.initLang(CmsCategory entity, String defaultLang, CmsCategoryLang langEntity) static booleanCmsLangUtils.initLang(CmsCategory entity, String lang, String defaultLang, CmsCategoryLang langEntity) -
com.publiccms.logic.component.template中CmsCategoryLang的使用
修饰符和类型方法说明private booleanTemplateComponent.createCategoryFile(SysSite site, CmsCategory entity, CmsCategoryLang lang, Integer pageIndex, Integer totalPage) 分类页面静态化TemplateComponent.createCategoryFile(SysSite site, CmsCategory entity, CmsCategoryLang langEntity, String templatePath, String filepathTemplate, Integer pageIndex, Integer totalPage) 分类页面静态化 -
com.publiccms.logic.dao.cms中CmsCategoryLang的使用
返回变量类型为CmsCategoryLang的类型的com.publiccms.logic.dao.cms中的方法 -
com.publiccms.logic.service.cms中CmsCategoryLang的使用
返回变量类型为CmsCategoryLang的类型的com.publiccms.logic.service.cms中的方法修饰符和类型方法说明private voidCmsCategoryLangService.saveEditorHistory(CmsCategoryLang oldEntity, short siteId, int entityId, String lang, long userId, CmsCategoryType categoryType, Map<String, String> map) -
com.publiccms.views.pojo.model中CmsCategoryLang的使用