Class SearchByDestinationName

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

public class SearchByDestinationName extends ecmwf.web.dao.ModelSearchBase
Search for IncomingUsers directly associated to a Destination via INCOMING_ASSOCIATION.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
    The destination name.

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new search by destination name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the destination name.

    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 Object

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

    • destinationName

      public final String destinationName
      The destination name.
  • Constructor Details

    • SearchByDestinationName

      public SearchByDestinationName(String destinationName)
      Instantiates a new search by destination name.
      Parameters:
      destinationName - the destination name
  • Method Details

    • getDestinationName

      public String getDestinationName()
      Gets the destination name.
      Returns:
      the destination name