Method Summary |
|
public SiteContext | getSiteContext() Returns this object's site context or throws a RuntimeException
if the site context has not been set. |
public void | load(Key key) Extends default behavior to load for site context. |
public void | load(String whereClause) Extends default behavior to load for site context. |
public List | loadAll(String whereClause, String orderByClause) Loads all objects for the site context. |
public void | save() Extends default behavior to set site context id. |
public void | saveNew() Extends default behavior to set site context id. |
public void | setSiteContext(SiteContext siteContext) Sets this object's site context. |