Class ProfileFilter
- java.lang.Object
-
- org.exoplatform.social.core.profile.ProfileFilter
-
-
Constructor Summary
Constructors Constructor Description ProfileFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileFilterclone()StringgetAll()StringgetCompany()Gets the company.StringgetEnrollmentStatus()List<Identity>getExcludedIdentityList()Gets the excludedIdentityListchargetFirstCharacterOfName()Gets the first character of name.StringgetFirstCharFieldName()StringgetName()Gets the name.List<String>getOnlineRemoteIds()Gets the onlineRemoteIdsStringgetPosition()Gets the position.List<String>getRemoteIds()StringgetSkills()Gets the skills.SortinggetSorting()StringgetUserType()IdentitygetViewerIdentity()BooleanisConnected()booleanisEmpty()booleanisEnabled()booleanisSearchEmail()Whether enable email in search or notbooleanisSortingEmpty()voidsetAll(String all)voidsetCompany(String company)Sets the company.voidsetConnected(Boolean isConnected)voidsetEnabled(boolean isEnabled)voidsetEnrollmentStatus(String enrollmentStatus)voidsetExcludedIdentityList(List<Identity> excludedIdentityList)Sets the excludedIdentityListvoidsetFirstCharacterOfName(char firstCharacterOfName)Sets the first character of name.voidsetFirstCharFieldName(String firstCharField)voidsetName(String name)Sets the name.voidsetOnlineRemoteIds(List<String> onlineRemoteIds)Sets the onlineRemoteIdsvoidsetPosition(String position)Sets the position.voidsetRemoteIds(List<String> remoteIds)voidsetSearchEmail(boolean searchEmail)Enable email searchingvoidsetSkills(String skills)Sets the skills.voidsetSorting(Sorting sorting)voidsetUserType(String userType)voidsetViewerIdentity(Identity currentIdentity)
-
-
-
Method Detail
-
setSearchEmail
public void setSearchEmail(boolean searchEmail)
Enable email searching- Parameters:
searchEmail-
-
isSearchEmail
public boolean isSearchEmail()
Whether enable email in search or not- Returns:
-
getPosition
public String getPosition()
Gets the position.- Returns:
- the position
-
setPosition
public void setPosition(String position)
Sets the position.- Parameters:
position- the new position
-
getCompany
public String getCompany()
Gets the company.- Returns:
- the company
-
setCompany
public void setCompany(String company)
Sets the company.- Parameters:
company- the new company
-
getSkills
public String getSkills()
Gets the skills.- Returns:
- the skills
-
setSkills
public void setSkills(String skills)
Sets the skills.- Parameters:
skills- the new skills
-
setName
public void setName(String name)
Sets the name.- Parameters:
name- the new name
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
setExcludedIdentityList
public void setExcludedIdentityList(List<Identity> excludedIdentityList)
Sets the excludedIdentityList- Parameters:
excludedIdentityList-- Since:
- 1.2.0-GA
-
getExcludedIdentityList
public List<Identity> getExcludedIdentityList()
Gets the excludedIdentityList- Returns:
- the excludedIdentityList
- Since:
- 1.2.0-GA
-
setOnlineRemoteIds
public void setOnlineRemoteIds(List<String> onlineRemoteIds)
Sets the onlineRemoteIds- Parameters:
onlineRemoteIds-- Since:
- 4.0.2-GA and 4.1.0-GA
-
getOnlineRemoteIds
public List<String> getOnlineRemoteIds()
Gets the onlineRemoteIds- Returns:
- the onlineRemoteIds
- Since:
- 4.0.2-GA and 4.1.0-GA
-
getFirstCharacterOfName
public char getFirstCharacterOfName()
Gets the first character of name.- Returns:
- the first character of name
- Since:
- 1.2.0-GA
-
setFirstCharacterOfName
public void setFirstCharacterOfName(char firstCharacterOfName)
Sets the first character of name.- Parameters:
firstCharacterOfName- the first character of name- Since:
- 1.2.0-GA
-
getAll
public String getAll()
-
setAll
public void setAll(String all)
-
isSortingEmpty
public boolean isSortingEmpty()
-
getSorting
public Sorting getSorting()
-
setSorting
public void setSorting(Sorting sorting)
-
getUserType
public String getUserType()
-
setUserType
public void setUserType(String userType)
-
getEnrollmentStatus
public String getEnrollmentStatus()
-
setEnrollmentStatus
public void setEnrollmentStatus(String enrollmentStatus)
-
isConnected
public Boolean isConnected()
-
setConnected
public void setConnected(Boolean isConnected)
-
getViewerIdentity
public Identity getViewerIdentity()
-
setViewerIdentity
public void setViewerIdentity(Identity currentIdentity)
-
getFirstCharFieldName
public String getFirstCharFieldName()
-
setFirstCharFieldName
public void setFirstCharFieldName(String firstCharField)
-
isEnabled
public boolean isEnabled()
- Returns:
- the isEnabled
-
setEnabled
public void setEnabled(boolean isEnabled)
- Parameters:
isEnabled- the enabled to set
-
isEmpty
public boolean isEmpty()
-
clone
public ProfileFilter clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-