Uses of Class
org.exoplatform.social.core.jpa.storage.entity.UserBindingsQueueEntity
Packages that use UserBindingsQueueEntity
Package
Description
-
Uses of UserBindingsQueueEntity in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao that return UserBindingsQueueEntityModifier and TypeMethodDescriptionUserBindingsQueueDAO.findFirstUserBindingsQueue()Gets first UserBindingsQueue in the queue.Methods in org.exoplatform.social.core.jpa.storage.dao that return types with arguments of type UserBindingsQueueEntityModifier and TypeMethodDescriptionUserBindingsQueueDAO.findUserBindingsQueueByUserAndAction(String userId, String action) Gets list of UserBindingsQueue by user and action. -
Uses of UserBindingsQueueEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return UserBindingsQueueEntityMethods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type UserBindingsQueueEntityModifier and TypeMethodDescriptionUserBindingQueuesDAOImpl.findUserBindingsQueueByUserAndAction(String userId, String action)