Package org.exoplatform.portal.mop.dao
Interface DescriptionDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<DescriptionEntity,Long>
- All Known Implementing Classes:
DescriptionDAOImpl
public interface DescriptionDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<DescriptionEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionintdeleteByRefId(String refId) getByRefId(String refId) saveDescription(String refId, DescriptionState state) saveDescriptions(String refId, Map<String, DescriptionState> states) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
getByRefId
-
deleteByRefId
-
saveDescriptions
-
saveDescription
-