public class ExtendProfileFilter
extends org.exoplatform.social.core.profile.ProfileFilter
| Constructor and Description |
|---|
ExtendProfileFilter() |
ExtendProfileFilter(org.exoplatform.social.core.profile.ProfileFilter delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll() |
String |
getCompany() |
org.exoplatform.social.core.identity.model.Identity |
getConnection() |
org.exoplatform.social.core.relationship.model.Relationship.Type |
getConnectionStatus() |
org.exoplatform.social.core.profile.ProfileFilter |
getDelegate() |
List<org.exoplatform.social.core.identity.model.Identity> |
getExcludedIdentityList() |
char |
getFirstCharacterOfName() |
List<Long> |
getIdentityIds() |
String |
getName() |
List<String> |
getOnlineRemoteIds() |
String |
getPosition() |
String |
getProviderId() |
String |
getSkills() |
org.exoplatform.social.core.search.Sorting |
getSorting() |
boolean |
isEmpty() |
boolean |
isExcludeDeleted() |
boolean |
isExcludeDisabled() |
boolean |
isForceLoadProfile() |
void |
setAll(String all) |
void |
setCompany(String company) |
void |
setConnection(org.exoplatform.social.core.identity.model.Identity connection) |
void |
setConnectionStatus(org.exoplatform.social.core.relationship.model.Relationship.Type connectionStatus) |
void |
setDelegate(org.exoplatform.social.core.profile.ProfileFilter delegate) |
void |
setExcludeDeleted(boolean excludeDeleted) |
void |
setExcludedIdentityList(List<org.exoplatform.social.core.identity.model.Identity> excludedIdentityList) |
void |
setExcludeDisabled(boolean excludeDisabled) |
void |
setFirstCharacterOfName(char firstCharacterOfName) |
void |
setForceLoadProfile(boolean forceLoadProfile) |
void |
setIdentityIds(List<Long> identityIds) |
void |
setName(String name) |
void |
setOnlineRemoteIds(List<String> onlineRemoteIds) |
void |
setPosition(String position) |
void |
setProviderId(String providerId) |
void |
setSkills(String skills) |
void |
setSorting(org.exoplatform.social.core.search.Sorting sorting) |
public ExtendProfileFilter()
public ExtendProfileFilter(org.exoplatform.social.core.profile.ProfileFilter delegate)
public org.exoplatform.social.core.identity.model.Identity getConnection()
public void setConnection(org.exoplatform.social.core.identity.model.Identity connection)
public org.exoplatform.social.core.relationship.model.Relationship.Type getConnectionStatus()
public void setConnectionStatus(org.exoplatform.social.core.relationship.model.Relationship.Type connectionStatus)
public String getProviderId()
public void setProviderId(String providerId)
public boolean isExcludeDeleted()
public void setExcludeDeleted(boolean excludeDeleted)
public boolean isExcludeDisabled()
public void setExcludeDisabled(boolean excludeDisabled)
public org.exoplatform.social.core.profile.ProfileFilter getDelegate()
public void setDelegate(org.exoplatform.social.core.profile.ProfileFilter delegate)
public boolean isForceLoadProfile()
public void setForceLoadProfile(boolean forceLoadProfile)
public String getPosition()
getPosition in class org.exoplatform.social.core.profile.ProfileFilterpublic void setPosition(String position)
setPosition in class org.exoplatform.social.core.profile.ProfileFilterpublic String getCompany()
getCompany in class org.exoplatform.social.core.profile.ProfileFilterpublic void setCompany(String company)
setCompany in class org.exoplatform.social.core.profile.ProfileFilterpublic String getSkills()
getSkills in class org.exoplatform.social.core.profile.ProfileFilterpublic void setSkills(String skills)
setSkills in class org.exoplatform.social.core.profile.ProfileFilterpublic void setName(String name)
setName in class org.exoplatform.social.core.profile.ProfileFilterpublic String getName()
getName in class org.exoplatform.social.core.profile.ProfileFilterpublic void setExcludedIdentityList(List<org.exoplatform.social.core.identity.model.Identity> excludedIdentityList)
setExcludedIdentityList in class org.exoplatform.social.core.profile.ProfileFilterpublic List<org.exoplatform.social.core.identity.model.Identity> getExcludedIdentityList()
getExcludedIdentityList in class org.exoplatform.social.core.profile.ProfileFilterpublic void setOnlineRemoteIds(List<String> onlineRemoteIds)
setOnlineRemoteIds in class org.exoplatform.social.core.profile.ProfileFilterpublic List<String> getOnlineRemoteIds()
getOnlineRemoteIds in class org.exoplatform.social.core.profile.ProfileFilterpublic char getFirstCharacterOfName()
getFirstCharacterOfName in class org.exoplatform.social.core.profile.ProfileFilterpublic void setFirstCharacterOfName(char firstCharacterOfName)
setFirstCharacterOfName in class org.exoplatform.social.core.profile.ProfileFilterpublic String getAll()
getAll in class org.exoplatform.social.core.profile.ProfileFilterpublic void setAll(String all)
setAll in class org.exoplatform.social.core.profile.ProfileFilterpublic org.exoplatform.social.core.search.Sorting getSorting()
getSorting in class org.exoplatform.social.core.profile.ProfileFilterpublic void setSorting(org.exoplatform.social.core.search.Sorting sorting)
setSorting in class org.exoplatform.social.core.profile.ProfileFilterpublic boolean isEmpty()
isEmpty in class org.exoplatform.social.core.profile.ProfileFilterCopyright © 2003–2016 eXo Platform SAS. All rights reserved.