Class A_CmsLogPublishListConverter

java.lang.Object
org.opencms.db.userpublishlist.A_CmsLogPublishListConverter
Direct Known Subclasses:
CmsLogPublishListConverterAllUsers, CmsLogPublishListConverterCurrentUser

public abstract class A_CmsLogPublishListConverter extends Object
Abstract base class used for converting from CmsLogEntry instances to the necessary changes in the user's publish list.

Multiple log entries can be added via the add() method, and then all changes to the database are performed when the writeToDatabase() method is called.