|
|||||||||
| Home >> All >> org >> roller >> presentation >> weblog >> search >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.roller.presentation.weblog.search.operations
Class RemoveEntryOperation

java.lang.Objectorg.roller.presentation.weblog.search.operations.IndexOperation
org.roller.presentation.weblog.search.operations.WriteToIndexOperation
org.roller.presentation.weblog.search.operations.RemoveEntryOperation
- All Implemented Interfaces:
- java.lang.Runnable
- public class RemoveEntryOperation
- extends WriteToIndexOperation
| Field Summary | |
private org.roller.pojos.WeblogEntryData |
data
|
private static org.apache.commons.logging.Log |
mLogger
|
| Fields inherited from class org.roller.presentation.weblog.search.operations.IndexOperation |
manager |
| Constructor Summary | |
RemoveEntryOperation(org.roller.pojos.WeblogEntryData data)
|
|
| Method Summary | |
void |
doRun()
|
| Methods inherited from class org.roller.presentation.weblog.search.operations.WriteToIndexOperation |
run |
| Methods inherited from class org.roller.presentation.weblog.search.operations.IndexOperation |
beginDeleting, beginWriting, endDeleting, endWriting, getDocument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mLogger
private static org.apache.commons.logging.Log mLogger
data
private org.roller.pojos.WeblogEntryData data
| Constructor Detail |
RemoveEntryOperation
public RemoveEntryOperation(org.roller.pojos.WeblogEntryData data)
| Method Detail |
doRun
public void doRun()
- Specified by:
doRunin classIndexOperation
|
|||||||||
| Home >> All >> org >> roller >> presentation >> weblog >> search >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC