Interface WindowDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WindowEntity,Long>
All Known Implementing Classes:
WindowDAOImpl

public interface WindowDAO extends org.exoplatform.commons.api.persistence.GenericDAO<WindowEntity,Long>
  • Method Details

    • findByIds

      List<WindowEntity> findByIds(List<Long> ids)
    • deleteById

      void deleteById(Long id)
    • findIdsByContentIds

      List<Long> findIdsByContentIds(List<String> contentIds, org.gatein.api.common.Pagination pagination)
    • updateContentId

      int updateContentId(String oldContentId, String newContentId)
    • deleteByContentId

      int deleteByContentId(String oldContentId)