| Package | Description |
|---|---|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CmsUserPublishListEntry> |
CmsLogToPublishListChangeConverter.filterEntries(org.opencms.db.CmsLogToPublishListChangeConverter.Action action)
Gets all CmsUserPublishListEntry values from the internal state map whose action matches the parameter given.
|
java.util.List<CmsUserPublishListEntry> |
CmsLogToPublishListChangeConverter.getPublishListAdditions()
Gets the list of publish list entries which should be updated in the database.
|
java.util.List<CmsUserPublishListEntry> |
CmsLogToPublishListChangeConverter.getPublishListDeletions()
Gets the list of user publish list entries to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsProjectDriver.deleteUserPublishListEntries(CmsDbContext dbc,
java.util.List<CmsUserPublishListEntry> publishListDeletions)
Deletes multiple publish list entries from the database.
|
void |
I_CmsProjectDriver.writeUserPublishListEntries(CmsDbContext dbc,
java.util.List<CmsUserPublishListEntry> publishListAdditions)
Writes multiple user publish list entries to the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsProjectDriver.deleteUserPublishListEntries(CmsDbContext dbc,
java.util.List<CmsUserPublishListEntry> publishListDeletions) |
void |
CmsProjectDriver.writeUserPublishListEntries(CmsDbContext dbc,
java.util.List<CmsUserPublishListEntry> publishListAdditions) |