198199200201202203204
// ================================================================ public void rebuildWebsiteIndex() throws RollerException { scheduleIndexOperation( new RebuildWebsiteIndexOperation(this, null)); }
204205206207208209210
} public void rebuildWebsiteIndex(WebsiteData website) throws RollerException { scheduleIndexOperation( new RebuildWebsiteIndexOperation(this, website)); }
169170171172173174175
//~ Methods // ================================================================ public void rebuildWebsiteIndex() throws RollerException { scheduleIndexOperation( new RebuildWebsiteIndexOperation(this, null)); }
174175176177178179180
new RebuildWebsiteIndexOperation(this, null)); } public void rebuildWebsiteIndex(WebsiteData website) throws RollerException { scheduleIndexOperation( new RebuildWebsiteIndexOperation(this, website)); }