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 Link icon

    Fields inherited from interface ecmwf.web.model.ModelSearch Link icon

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary Link icon

    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 Link icon

    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 Link icon

    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 Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • DestinationsByUser Link icon

      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 Link icon

    • getSearch Link icon

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

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

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

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

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

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

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