Class TransferHistoryByDestinationAndDate

java.lang.Object
ecmwf.web.dao.ModelSearchBase
ecmwf.ecpds.master.plugin.http.home.transfer.searches.TransferHistoryByDestinationAndDate
All Implemented Interfaces:
ecmwf.web.model.ModelSearch, Cloneable

public class TransferHistoryByDestinationAndDate extends ecmwf.web.dao.ModelSearchBase
The Class TransferHistoryByDestinationAndDate.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The Constant USE_HISTORY_DATE.
    static final int
    The Constant USE_PRODUCT_DATE.

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransferHistoryByDestinationAndDate(ecmwf.web.model.users.User user, String destination, Date date, int mode, DataBaseCursor cursor)
    Instantiates a new transfer history by destination and date.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the data base cursor.
    Gets the date.
    Gets the destination.
    int
    Gets the mode.
    ecmwf.web.model.users.User
    Gets the user.

    Methods inherited from class ecmwf.web.dao.ModelSearchBase

    addAndQuery, addOrQuery, addSortItem, addSortItems, cacheable, getBase, getCopy, getKey, getOffset, getQuery, getScope, getSizeLimit, getSortItems, partialMatches, resetSortItems, setBase, setCacheable, setOffset, setPartialMatches, setQuery, setScope, setSizeLimit, setSortItemsFromStrings, setStoreSearchResults, storeSearchResults

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • USE_PRODUCT_DATE

      public static final int USE_PRODUCT_DATE
      The Constant USE_PRODUCT_DATE.
      See Also:
    • USE_HISTORY_DATE

      public static final int USE_HISTORY_DATE
      The Constant USE_HISTORY_DATE.
      See Also:
  • Constructor Details

    • TransferHistoryByDestinationAndDate

      public TransferHistoryByDestinationAndDate(ecmwf.web.model.users.User user, String destination, Date date, int mode, DataBaseCursor cursor)
      Instantiates a new transfer history by destination and date.
      Parameters:
      user - the user
      destination - the destination
      date - the date
      mode - the mode
      cursor - the cursor
  • Method Details

    • getDataBaseCursor

      public DataBaseCursor getDataBaseCursor()
      Gets the data base cursor.
      Returns:
      the data base cursor
    • getUser

      public ecmwf.web.model.users.User getUser()
      Gets the user.
      Returns:
      the user
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • getDestination

      public String getDestination()
      Gets the destination.
      Returns:
      the destination
    • getMode

      public int getMode()
      Gets the mode.
      Returns:
      the mode