Class ChangesetThreadLocal

java.lang.Object
com.liferay.changeset.util.ChangesetThreadLocal

public class ChangesetThreadLocal extends Object
  • Constructor Details

    • ChangesetThreadLocal

      public ChangesetThreadLocal()
  • Method Details

    • addExportedChangesetEntryId

      public static void addExportedChangesetEntryId(long changesetEntryId)
    • clearExportedChangesetEntryIds

      public static void clearExportedChangesetEntryIds()
    • getExportedChangesetEntryIds

      public static Set<Long> getExportedChangesetEntryIds()
    • setExportedChangesetEntryIds

      public static void setExportedChangesetEntryIds(Set<Long> exportedChangesetEntryIds)