Uses of Class
org.exoplatform.social.core.jpa.search.ExtendProfileFilter
Packages that use ExtendProfileFilter
Package
Description
-
Uses of ExtendProfileFilter in org.exoplatform.social.core.jpa.storage
Methods in org.exoplatform.social.core.jpa.storage with parameters of type ExtendProfileFilterModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> RDBMSIdentityStorageImpl.findByFilter(ExtendProfileFilter filter) -
Uses of ExtendProfileFilter in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao with parameters of type ExtendProfileFilterModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<IdentityEntity> IdentityDAO.findIdentities(ExtendProfileFilter filter) -
Uses of ExtendProfileFilter in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa with parameters of type ExtendProfileFilterModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<IdentityEntity> IdentityDAOImpl.findIdentities(ExtendProfileFilter filter) -
Uses of ExtendProfileFilter in org.exoplatform.social.core.jpa.storage.dao.jpa.query
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa.query with parameters of type ExtendProfileFilter