Package | Description |
---|---|
com.canto.cumulus.db.trigger |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Trigger> |
TriggerManager.getCatalogTriggers(Catalog catalog)
Returns a collection of all existing triggers for the given catalog.
|
java.util.Collection<Trigger> |
TriggerManager.getCategoriesTriggers(Catalog catalog)
Returns a collection of all existing triggers for all categories of the given catalog.
|
java.util.Collection<Trigger> |
TriggerManager.getItemTriggers(Item item)
Returns a collection of all existing triggers for the given item.
|
java.util.Collection<Trigger> |
TriggerManager.getRecordsTriggers(Catalog catalog)
Returns a collection of all existing triggers for all records of the given catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerManager.addCatalogTrigger(Catalog catalog,
Trigger trigger)
Adds the given trigger as a catalog trigger.
|
void |
TriggerManager.addCategoriesTrigger(Catalog catalog,
Trigger trigger)
Adds the given trigger as a trigger for all categories of the specified catalog.
|
void |
TriggerManager.addItemTrigger(Item item,
Trigger trigger)
Adds the given trigger as a trigger for the specified item.
|
void |
TriggerManager.addRecordsTrigger(Catalog catalog,
Trigger trigger)
Adds the given trigger as a trigger for all records of the specified catalog.
|
void |
TriggerManager.addServerTrigger(Trigger trigger)
Adds the given trigger as a server trigger.
|
void |
TriggerManager.removeCatalogTrigger(Catalog catalog,
Trigger trigger)
Removes the given trigger as a catalog trigger.
|
void |
TriggerManager.removeCategoriesTrigger(Catalog catalog,
Trigger trigger)
Removes the given trigger as a trigger for all categories of the specified catalog.
|
void |
TriggerManager.removeItemTrigger(Item item,
Trigger trigger)
Removes the given trigger as a trigger for the specified record.
|
void |
TriggerManager.removeRecordsTrigger(Catalog catalog,
Trigger trigger)
Removes the given trigger as a trigger for all records of the specified catalog.
|
void |
TriggerManager.removeServerTrigger(Trigger trigger)
Removes the given trigger as a server trigger.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.