Class UpgradeBagList

  • All Implemented Interfaces:
    java.lang.Runnable

    public class UpgradeBagList
    extends java.lang.Object
    implements java.lang.Runnable
    Runnable object providing upgrading osbag_int table.
    Author:
    Daniela Butano
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpgradeBagList

        public UpgradeBagList​(Profile profile,
                              BagQueryRunner bagQueryRunner)
        Constructor
        Parameters:
        profile - The profile of the user whose lists we are upgrading.
        bagQueryRunner - The mechanism to search for items for the lists.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable