Interface GroupSpaceBindingQueueDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<GroupSpaceBindingQueueEntity,Long>
- All Known Implementing Classes:
GroupSpaceBindingQueueDAOImpl
public interface GroupSpaceBindingQueueDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<GroupSpaceBindingQueueEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionGets first GroupSpaceBindingQueue in the queue.Gets all GroupSpaceBindingQueues in a descending order for the operation reportGets GroupSpaceBindings by action from the queue.Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findFirstGroupSpaceBindingQueue
GroupSpaceBindingQueueEntity findFirstGroupSpaceBindingQueue()Gets first GroupSpaceBindingQueue in the queue.- Returns:
-
getGroupSpaceBindingsFromQueueByAction
Gets GroupSpaceBindings by action from the queue.- Parameters:
action-- Returns:
-
getAllFromBindingQueue
List<GroupSpaceBindingQueueEntity> getAllFromBindingQueue()Gets all GroupSpaceBindingQueues in a descending order for the operation report- Returns:
-