public interface PortalInstanceQuery extends PortalQuery<PortalInstance>
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getClosed()
Gets the Closed parameter for the query.
|
java.lang.Boolean |
getOnline()
Gets the Online parameter for the query.
|
java.lang.Boolean |
getPublishRSS()
Gets the publish RSS parameter for the query.
|
void |
setClosed(java.lang.Boolean value)
Sets the Closed parameter for the query.
|
void |
setOnline(java.lang.Boolean value)
Sets the Online parameter for the query.
|
void |
setPublishRSS(java.lang.Boolean value)
Sets the publish RSS parameter for the query.
|
getFilter, getNameContains, setFilter, setNameContains
execute, getResultList, setLimit, setOffset, setOrder
getPortal, getQueryType, setPortal
void setClosed(java.lang.Boolean value)
value
- for Closedjava.lang.Boolean getClosed()
void setOnline(java.lang.Boolean value)
value
- for Onlinejava.lang.Boolean getOnline()
void setPublishRSS(java.lang.Boolean value)
value
- for publish RSSjava.lang.Boolean getPublishRSS()