PingQueueManager pingQueueMgr = roller.getPingQueueManager();
List applicableAutopings = getApplicableAutoPings(changedWeblogEntry);
for (Iterator i = applicableAutopings.iterator(); i.hasNext();) {
AutoPing autoPing = (AutoPing) i.next();
pingQueueMgr.addQueueEntry(autoPing);
}
}
public List getAutoPingsByWebsite(Weblog website) throws WebloggerException {
Query q = strategy.getNamedQuery("AutoPing.getByWebsite");