|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.BasicStoreListener
com.jalios.jcms.mashup.ImportDataListener
public class ImportDataListener
This StoreListener indexes imported data.
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Constructor Summary | |
|---|---|
ImportDataListener()
|
|
| Method Summary | |
|---|---|
void |
handleCreate(Storable storable,
boolean firstTime)
This method gets called when a storable is created. |
void |
handleDelete(Storable storable,
boolean firstTime)
This method gets called when a storable is deleted. |
| Methods inherited from class com.jalios.jcms.BasicStoreListener |
|---|
handleCommitUpdate, handlePrepareUpdate, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
| Constructor Detail |
|---|
public ImportDataListener()
| Method Detail |
|---|
public void handleCreate(Storable storable,
boolean firstTime)
StoreListener
handleCreate in interface StoreListenerhandleCreate in class BasicStoreListenerstorable - the storablefirstTime - true if it is the first time this operation is processedStoreListener.handleCreate(Storable, boolean)
public void handleDelete(Storable storable,
boolean firstTime)
StoreListener
handleDelete in interface StoreListenerhandleDelete in class BasicStoreListenerstorable - the storablefirstTime - true if it is the first time this operation is processedStoreListener.handleDelete(Storable, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||