public class BlogMemberManagementQueryParameters extends UserQueryParameters
QueryParameters.OrderDirection
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_BLOG_ID
Parameter name of the blog id
|
static String |
PARAM_EXTENRAL_SYSTEM_ID |
PARAM_LAST_MODIFICATION_DATE, PARAM_TAG_PREFIX, PARAM_USER_ROLE_FILTER, PLACEHOLDER_USER_ALIAS
SORT_ASCENDING, SORT_DESCENDING
Constructor and Description |
---|
BlogMemberManagementQueryParameters() |
Modifier and Type | Method and Description |
---|---|
Long |
getBlogId() |
String |
getExternalSystemId() |
BlogRole[] |
getIncludeBlogRoles() |
Map<String,Object> |
getParameters()
Get the parameters of this instances, the names are the keys
|
boolean |
needTransformListItem() |
void |
setBlogId(Long blogId) |
void |
setExternalSystemId(String externalSystemId) |
void |
setIncludeBlogRoles(BlogRole[] includeBlogRoles) |
IdentifiableEntityData |
transformResultItem(Object resultItem)
transform the list item after it has been loaded and filled by the query definition
|
addRoleToExclude, addRoleToInclude, addUserTagIds, addUserTagStoreTagId, addUserTagStoreTagId, getExcludeStatusFilter, getIncludeStatusFilter, getLastModifiedAfter, getMatchMode, getRolesToExclude, getRolesToInclude, getTagPrefix, getTagStoreAliases, getUserSearchFilters, getUserSearchParameterNames, getUserTagIds, getUserTagStoreTagIds, isHideSelectedTags, isIgnoreEmailField, isMultilingualTagPrefixSearch, isRetrieveOnlyFollowedUsers, setExcludeStatusFilter, setHideSelectedTags, setIncludeStatusFilter, setLastModifiedAfter, setMatchMode, setRetrieveOnlyFollowedUsers, setTagPrefix, setTagStoreAliases, setUserSearchFilters, setUserSearchFilters, sortByEmailAsc, sortByFirstNameAsc, sortByLastNameAsc
addPropertyFilter, getPropertyFilters
addParameter, addParameter, addSortField, addSortField, createParameterNamesForSearch, getDatabaseConfiguration, getLanguageCode, getPageInformation, getPageInformation, getResultSpecification, getSortString, isLimitResultSet, isLimitResultSetAvodingDuplicates, putParameter, putParametersForSearch, putParametersForSearch, setLanguageCode, setLimitResultSet, setLimitResultSetAvodingDuplicates, setResultSpecification, validateLong
public static final String PARAM_BLOG_ID
public static final String PARAM_EXTENRAL_SYSTEM_ID
public Long getBlogId()
public String getExternalSystemId()
public BlogRole[] getIncludeBlogRoles()
public Map<String,Object> getParameters()
getParameters
in class UserQueryParameters
public boolean needTransformListItem()
needTransformListItem
in class UserQueryParameters
public void setBlogId(Long blogId)
blogId
- the blogId to setpublic void setExternalSystemId(String externalSystemId)
public void setIncludeBlogRoles(BlogRole[] includeBlogRoles)
includeBlogRoles
- the includeBlogRoles to setpublic IdentifiableEntityData transformResultItem(Object resultItem)
transformResultItem
in class UserQueryParameters
resultItem
- the item to transformCopyright © 2019 Communote team. All rights reserved.