Class DestinationsByUser

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

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

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DestinationsByUser(ecmwf.web.model.users.User user, String search, String fromToAliases, boolean asc, String status, String type, String filter)
    Instantiates a new destinations by user.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the asc.
    Gets the filter.
    Gets the from to aliases.
    Gets the search.
    Gets the status.
    Gets the type.
    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
  • Constructor Details

    • DestinationsByUser

      public DestinationsByUser(ecmwf.web.model.users.User user, String search, String fromToAliases, boolean asc, String status, String type, String filter)
      Instantiates a new destinations by user.
      Parameters:
      user - the user
      search - the search
      fromToAliases - the from to aliases
      asc - the asc
      status - the status
      type - the type
      filter - the filter
  • Method Details

    • getSearch

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

      public String getFromToAliases()
      Gets the from to aliases.
      Returns:
      the from to aliases
    • getStatus

      public String getStatus()
      Gets the status.
      Returns:
      the status
    • getType

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

      public String getFilter()
      Gets the filter.
      Returns:
      the filter
    • getAsc

      public boolean getAsc()
      Gets the asc.
      Returns:
      the asc
    • getUser

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