public interface AllPortalQuery extends PortalInstanceQuery
Modifier and Type | Method and Description |
---|---|
boolean |
getAdmin()
Gets the isAdmin parameter for the query.
|
java.lang.String[] |
getPortalList()
Gets the List of Portals query should return
|
void |
setAdmin(boolean admin)
Sets the isAdmin parameter for the query.
|
void |
setPortalList(java.lang.String[] list)
Sets the List of Portals query should return
|
getClosed, getOnline, getPublishRSS, setClosed, setOnline, setPublishRSS
getFilter, getNameContains, setFilter, setNameContains
execute, getResultList, setLimit, setOffset, setOrder
getPortal, getQueryType, setPortal
void setAdmin(boolean admin)
admin
- if user is adminboolean getAdmin()
void setPortalList(java.lang.String[] list)
list
- list of portals for in queryjava.lang.String[] getPortalList()