|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntryBean | |
---|---|
ccc.migration | Classes for migration of CCC6 content to CCC7. |
ccc.migration.ccc6.handlers | SQL queries, used to extract data from CC6 for migration. |
Uses of LogEntryBean in ccc.migration |
---|
Methods in ccc.migration that return LogEntryBean | |
---|---|
protected LogEntryBean |
BaseMigrations.logEntryForVersion(int id,
int version,
java.lang.String action,
java.lang.String username)
|
LogEntryBean |
LegacyDBQueries.selectUserFromLog(int contentId,
int legacyVersion,
java.lang.String action)
Returns the log entry for an action. |
Methods in ccc.migration with parameters of type LogEntryBean | |
---|---|
protected ResourceSummary |
BaseMigrations.createPage(java.util.UUID parentFolderId,
ResourceBean r,
java.lang.Integer version,
LogEntryBean le,
Page delta)
|
protected void |
BaseMigrations.publish(ResourceBean r,
ResourceSummary rs,
LogEntryBean le)
Publish a resource. |
protected void |
BaseMigrations.setMetadata(ResourceBean r,
ResourceSummary rs,
LogEntryBean le)
Set the metadata for a resource. |
protected void |
BaseMigrations.setResourceRoles(ResourceBean r,
ResourceSummary rs,
LogEntryBean le)
|
protected void |
BaseMigrations.setTemplateForResource(ResourceBean r,
ResourceSummary rs,
LogEntryBean le,
ResourceSummary templateFolder)
Set the template for a resource. |
Uses of LogEntryBean in ccc.migration.ccc6.handlers |
---|
Methods in ccc.migration.ccc6.handlers that return LogEntryBean | |
---|---|
LogEntryBean |
LogEntryUserSelector.handle(java.sql.ResultSet rs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |