|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.common.events.MCREventHandlerBase
org.mycore.datamodel.common.MCRLinkTableEventHandler
public class MCRLinkTableEventHandler
This class manages all operations of the LinkTables for operations of an object.
| Field Summary | |
|---|---|
(package private) static MCRLinkTableManager |
mcr_linktable
|
| Constructor Summary | |
|---|---|
MCRLinkTableEventHandler()
|
|
| Method Summary | |
|---|---|
protected void |
handleObjectCreated(MCREvent evt,
MCRObject obj)
This method add the data to the link and classification table via MCRLinkTableManager. |
protected void |
handleObjectDeleted(MCREvent evt,
MCRObject obj)
This method delete the data from the link and classification table via MCRLinkTableManager. |
protected void |
handleObjectRepaired(MCREvent evt,
MCRObject obj)
This method repair the data from the link and classification table via MCRLinkTableManager. |
protected void |
handleObjectUpdated(MCREvent evt,
MCRObject obj)
This method update the data to the link and classification table via MCRLinkTableManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static MCRLinkTableManager mcr_linktable
| Constructor Detail |
|---|
public MCRLinkTableEventHandler()
| Method Detail |
|---|
protected final void handleObjectCreated(MCREvent evt,
MCRObject obj)
handleObjectCreated in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
protected final void handleObjectUpdated(MCREvent evt,
MCRObject obj)
handleObjectUpdated in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
protected final void handleObjectDeleted(MCREvent evt,
MCRObject obj)
handleObjectDeleted in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
protected final void handleObjectRepaired(MCREvent evt,
MCRObject obj)
handleObjectRepaired in class MCREventHandlerBaseevt - the event that occuredobj - the MCRObject that caused the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||