程序包 | 说明 |
---|---|
com.publiccms.common.search |
Fulltext search
全文搜索
|
com.publiccms.common.tools |
Tools
工具类
|
com.publiccms.controller.admin.cms |
Cms management controller
CMS管理后台控制器
|
com.publiccms.controller.web.cms |
Cms web controller
CMS页面控制器
|
com.publiccms.logic.component.exchange |
Import and export
数据导入导出
|
com.publiccms.logic.component.parameter |
Parameter component
参数组件
|
com.publiccms.logic.component.site |
Site component
站点组件
|
com.publiccms.logic.component.template |
Template component
模板组件
|
com.publiccms.logic.dao.cms |
Cms dao
CMS数据库访问
|
com.publiccms.logic.service.cms |
Cms service
CMS服务类
|
com.publiccms.views.directive.api |
http接口定制指令,二次开发中也可以抛弃这种方法,直接使用springmvc controller会更方便一些
|
com.publiccms.views.pojo.exchange |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContentStatusRoutingBridge.previousRoutes(org.hibernate.search.mapper.pojo.route.DocumentRoutes routes,
java.lang.Object entityIdentifier,
CmsContent indexedEntity,
org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext context) |
void |
CmsContentStatusRoutingBridge.route(org.hibernate.search.mapper.pojo.route.DocumentRoutes routes,
java.lang.Object entityIdentifier,
CmsContent indexedEntity,
org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext context) |
void |
CmsContentAttributeBridge.write(org.hibernate.search.engine.backend.document.DocumentElement target,
CmsContent bridgedElement,
org.hibernate.search.mapper.pojo.bridge.runtime.TypeBridgeWriteContext context) |
限定符和类型 | 方法和说明 |
---|---|
static boolean |
ControllerUtils.hasContentPermissions(SysUser user,
CmsContent content) |
static void |
CmsUrlUtils.initContentUrl(SysSite site,
CmsContent entity) |
限定符和类型 | 方法和说明 |
---|---|
private boolean |
CmsContentAdminController.move(SysSite site,
CmsContent entity,
java.lang.Integer categoryId) |
private boolean |
CmsContentAdminController.publish(SysSite site,
CmsContent entity,
SysUser admin) |
java.lang.String |
CmsContentAdminController.save(SysSite site,
SysUser admin,
CmsContent entity,
CmsContentAttribute attribute,
CmsContentParameters contentParameters,
java.lang.Boolean draft,
java.lang.Boolean checked,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
保存内容
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
ContentController.save(SysSite site,
CmsContent entity,
SysUser user,
java.lang.Boolean draft,
java.lang.String captcha,
CmsContentAttribute attribute,
CmsContentParameters contentParameters,
java.lang.String returnUrl,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes model)
保存内容
|
限定符和类型 | 方法和说明 |
---|---|
void |
ContentExchangeComponent.exportEntity(SysSite site,
java.lang.String directory,
CmsContent entity,
java.io.ByteArrayOutputStream out,
org.apache.commons.compress.archivers.ArchiveOutputStream<org.apache.commons.compress.archivers.zip.ZipArchiveEntry> archiveOutputStream) |
private Content |
ContentExchangeComponent.exportEntity(SysSite site,
java.lang.String categoryCode,
CmsContent entity,
CmsModel model,
java.util.Set<java.lang.String> webfileList,
java.util.Set<java.lang.String> privateFileList) |
限定符和类型 | 方法和说明 |
---|---|
CmsContent |
ContentParameterComponent.getParameterValue(SysSite site,
java.lang.Long id) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsContent> |
ContentParameterComponent.getParameterValueList(SysSite site,
java.lang.Long[] ids) |
限定符和类型 | 方法和说明 |
---|---|
ClickStatistics |
StatisticsComponent.contentFileClicks(SysSite site,
CmsContent content,
java.lang.Long id) |
void |
FileUploadComponent.initContentCover(SysSite site,
CmsContent entity) |
限定符和类型 | 字段和说明 |
---|---|
private CmsContent |
PublishTask.content |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
TemplateComponent.createContentFile(SysSite site,
CmsContent entity,
CmsCategory category,
boolean createMultiContentPage,
java.lang.String templatePath,
java.lang.String filepath,
java.lang.Integer pageIndex)
内容页面静态化
|
boolean |
TemplateComponent.createContentFile(SysSite site,
CmsContent entity,
CmsCategory category,
CmsCategoryModel categoryModel)
内容页面静态化
|
构造器和说明 |
---|
PublishTask(TemplateComponent templateComponent,
SysSite site,
CmsContent content,
CmsCategory category,
CmsCategoryModel categoryModel) |
限定符和类型 | 方法和说明 |
---|---|
protected CmsContent |
CmsContentDao.init(CmsContent entity) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsContent> |
CmsContentDao.getList(CmsContentQuery queryEntitry,
java.lang.String orderField,
java.lang.String orderType) |
java.util.List<CmsContent> |
CmsContentDao.getListByQuoteId(short siteId,
long quoteId) |
java.util.List<CmsContent> |
CmsContentDao.getListByTopId(short siteId,
long topId) |
private org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep<?,CmsContent,?,?,?> |
CmsContentSearchDao.getOptionsStep(CmsContentSearchQuery queryEntity,
java.lang.String orderField,
java.lang.String orderType) |
限定符和类型 | 方法和说明 |
---|---|
protected CmsContent |
CmsContentDao.init(CmsContent entity) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContentDao.batchWorkContent(short siteId,
java.lang.Integer categoryId,
java.lang.String modelId,
java.util.function.ObjIntConsumer<java.util.List<CmsContent>> worker,
int batchSize) |
限定符和类型 | 方法和说明 |
---|---|
CmsContent |
CmsContentService.check(short siteId,
SysUser user,
java.io.Serializable id) |
CmsContent |
CmsContentService.copy(SysSite site,
CmsContent content,
CmsCategory category,
int status,
java.lang.Long userId) |
CmsContent |
CmsContentService.saveTagAndAttribute(SysSite site,
java.lang.Long userId,
java.lang.Integer deptId,
CmsContent entity,
CmsContentParameters contentParameters,
CmsModel cmsModel,
java.lang.Integer extendId,
CmsContentAttribute attribute) |
CmsContent |
CmsContentService.sort(short siteId,
java.lang.Long id,
int sort) |
CmsContent |
CmsContentService.updateCategoryId(short siteId,
java.io.Serializable id,
int categoryId) |
CmsContent |
CmsContentService.updateChilds(java.io.Serializable id,
int num) |
CmsContent |
CmsContentService.updateCollections(short siteId,
java.io.Serializable id,
int collections) |
CmsContent |
CmsContentService.updateComments(short siteId,
java.io.Serializable id,
int comments) |
CmsContent |
CmsContentService.updateScores(short siteId,
java.io.Serializable id,
int scoreUsers,
int scores) |
CmsContent |
CmsContentService.updateUrl(java.io.Serializable id,
java.lang.String url,
boolean hasStatic) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsContent> |
CmsContentService.batchUpdate(java.util.List<CmsContent> entityList) |
java.util.Set<CmsContent> |
CmsCommentService.check(short siteId,
java.io.Serializable[] ids,
long userId) |
java.util.List<CmsContent> |
CmsContentService.check(short siteId,
SysUser user,
java.io.Serializable[] ids) |
java.util.Set<CmsContent> |
CmsCommentService.delete(short siteId,
java.io.Serializable[] ids) |
java.util.List<CmsContent> |
CmsContentService.delete(short siteId,
SysUser user,
java.io.Serializable[] ids) |
java.util.List<CmsContent> |
CmsContentService.getList(CmsContentQuery queryEntity,
java.lang.Boolean containChild,
java.lang.String orderField,
java.lang.String orderType) |
java.util.List<CmsContent> |
CmsContentService.getListByQuoteId(short siteId,
long quoteId) |
java.util.List<CmsContent> |
CmsContentService.getListByTopId(short siteId,
long topId) |
java.util.List<CmsContent> |
CmsContentService.recycle(short siteId,
java.io.Serializable[] ids) |
java.util.List<CmsContent> |
CmsContentService.refresh(short siteId,
SysUser user,
java.io.Serializable[] ids) |
java.util.List<CmsContent> |
CmsContentService.reject(short siteId,
SysUser user,
java.io.Serializable[] ids) |
java.util.Set<CmsContent> |
CmsCommentService.uncheck(short siteId,
java.io.Serializable[] ids) |
java.util.List<CmsContent> |
CmsContentService.uncheck(short siteId,
SysUser user,
java.io.Serializable[] ids) |
限定符和类型 | 方法和说明 |
---|---|
CmsContent |
CmsContentService.copy(SysSite site,
CmsContent content,
CmsCategory category,
int status,
java.lang.Long userId) |
private void |
CmsContentService.dealAttribute(CmsContent entity,
SysSite site,
java.util.List<SysExtendField> modelExtendList,
java.util.List<SysExtendField> categoryExtendList,
java.util.Map<java.lang.String,java.lang.String> map,
CmsModel cmsModel,
java.util.List<CmsContentFile> files,
java.util.List<CmsContentFile> images,
java.util.List<CmsContentProduct> products,
CmsContentAttribute attribute) |
static void |
CmsContentService.initContent(CmsContent entity,
SysSite site,
CmsModel cmsModel,
java.lang.Boolean draft,
java.lang.Boolean checked,
CmsContentAttribute attribute,
boolean base64,
java.util.Date now) |
void |
CmsContentService.save(short siteId,
java.lang.Long userId,
java.lang.Integer deptId,
CmsContent entity) |
CmsContent |
CmsContentService.saveTagAndAttribute(SysSite site,
java.lang.Long userId,
java.lang.Integer deptId,
CmsContent entity,
CmsContentParameters contentParameters,
CmsModel cmsModel,
java.lang.Integer extendId,
CmsContentAttribute attribute) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsContent> |
CmsContentService.batchUpdate(java.util.List<CmsContent> entityList) |
void |
CmsContentService.batchWorkContent(short siteId,
java.lang.Integer categoryId,
java.lang.String modelId,
java.util.function.ObjIntConsumer<java.util.List<CmsContent>> worker,
int batchSize) |
void |
CmsContentService.rebuildSearchText(SysSite site,
CmsModel cmsModel,
java.util.List<SysExtendField> categoryExtendList,
java.util.List<CmsContent> list) |
限定符和类型 | 方法和说明 |
---|---|
private boolean |
ContentCheckDirective.publish(SysSite site,
CmsContent entity,
SysUser user) |
限定符和类型 | 字段和说明 |
---|---|
private CmsContent |
Content.entity |
限定符和类型 | 方法和说明 |
---|---|
CmsContent |
Content.getEntity() |
限定符和类型 | 方法和说明 |
---|---|
void |
Content.setEntity(CmsContent entity) |