public interface PortalObjectQuery<T extends PortalObject>
| Modifier and Type | Method and Description |
|---|---|
Portal |
getPortal()
Get the Portal for the query.
|
java.lang.Class<T> |
getQueryType()
Get the ManagedPortalObject type of the query.
|
void |
setPortal(Portal portal)
Set the Portal for the query.
|
java.lang.Class<T> getQueryType()
Portal getPortal()
void setPortal(Portal portal)
portal - the Portal object.