类 CmsContentRelatedService

java.lang.Object
com.publiccms.common.base.BaseService<CmsContentRelated>
com.publiccms.logic.service.cms.CmsContentRelatedService

@Service @Transactional public class CmsContentRelatedService extends BaseService<CmsContentRelated>
CmsContentRelatedService
  • 字段详细资料

  • 构造器详细资料

    • CmsContentRelatedService

      public CmsContentRelatedService()
  • 方法详细资料

    • getPage

      @Transactional(readOnly=true) public PageHandler getPage(Long contentId, Long relatedContentId, String relationType, String relation, String orderField, String orderType, Integer pageIndex, Integer pageSize)
      参数:
      contentId -
      relatedContentId -
      relationType -
      relation -
      orderField -
      orderType -
      pageIndex -
      pageSize -
      返回:
      results page
    • update

      public void update(long contentId, long userId, List<List<CmsContentRelated>> entitysList)
      参数:
      contentId -
      userId -
      entitysList -
    • deleteByContentId

      public void deleteByContentId(Long contentId)
      参数:
      contentId -