public interface MemberQuery extends PortalObjectListQuery<Member>
Modifier and Type | Method and Description |
---|---|
boolean |
getIsGroup()
Gets the isGroup parameter for the query.
|
java.lang.String |
getRole()
Gets the role parameter for the query.
|
java.lang.String |
getUserGUID()
Gets the userGUID parameter for the query.
|
java.lang.String |
getUserId()
Gets the userId parameter for the query.
|
boolean |
isQueryUserIdContains()
Gets the query contains parameter for the query.
|
void |
setIsGroup(java.lang.Boolean isGroup)
Sets the isGroup parameter for the query.
|
void |
setQueryUserIdContains(boolean queryContains)
Sets the query userId contains parameter for the query.
|
void |
setRole(java.lang.String name)
Sets the role parameter for the query.
|
void |
setUserGUID(java.lang.String userGUID)
Sets the userGUID parameter for the query.
|
void |
setUserId(java.lang.String userId)
Sets the userId parameter for the query.
|
execute, getResultList, setLimit, setOffset, setOrder
getPortal, getQueryType, setPortal
void setQueryUserIdContains(boolean queryContains)
queryContains
-boolean isQueryUserIdContains()
void setUserId(java.lang.String userId)
userId
-java.lang.String getUserId()
void setUserGUID(java.lang.String userGUID)
userGUID
-java.lang.String getUserGUID()
void setRole(java.lang.String name)
name
-java.lang.String getRole()
void setIsGroup(java.lang.Boolean isGroup)
isGroup
-boolean getIsGroup()