Package org.exoplatform.portal.mop.dao
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 Summary
Modifier and TypeMethodDescriptionintdeleteByContentId(String oldContentId) voiddeleteById(Long id) findIdsByContentIds(List<String> contentIds, org.gatein.api.common.Pagination pagination) intupdateContentId(String oldContentId, String newContentId) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findByIds
-
deleteById
-
findIdsByContentIds
-
updateContentId
-
deleteByContentId
-