Class DataTransfersByStatusCode

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

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

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new data transfers by status code.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the data base cursor.
    Gets the date.
    Gets the search.
    Gets the status code.
    Gets the type.

    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
  • Constructor Details

    • DataTransfersByStatusCode

      public DataTransfersByStatusCode(String s, Date d, String search, String type, DataBaseCursor cursor)
      Instantiates a new data transfers by status code.
      Parameters:
      s - the s
      d - the d
      search - the search
      type - the type
      cursor - the cursor
  • Method Details

    • getDataBaseCursor

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

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

      public String getSearch()
      Gets the search.
      Returns:
      the search
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • getStatusCode

      public String getStatusCode()
      Gets the status code.
      Returns:
      the status code