Class FootprintsListImpl

java.lang.Object
org.opencastproject.usertracking.endpoint.FootprintsListImpl
All Implemented Interfaces:
org.opencastproject.usertracking.api.FootprintList

public class FootprintsListImpl extends Object implements org.opencastproject.usertracking.api.FootprintList
A FootprintList
  • Constructor Details

    • FootprintsListImpl

      public FootprintsListImpl()
      A no-arg constructor needed by JAXB
  • Method Details

    • add

      public void add(org.opencastproject.usertracking.api.Footprint footprint)
      Specified by:
      add in interface org.opencastproject.usertracking.api.FootprintList
    • getFootprints

      public List<FootprintImpl> getFootprints()
      Specified by:
      getFootprints in interface org.opencastproject.usertracking.api.FootprintList
    • getTotal

      public int getTotal()
      Specified by:
      getTotal in interface org.opencastproject.usertracking.api.FootprintList