Class SearchByIncomingPolicy

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

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

    Fields
    Modifier and Type
    Field
    Description
    final String
    The incoming policy id.

    Fields inherited from interface ecmwf.web.model.ModelSearch

    OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    SearchByIncomingPolicy(String incomingPolicyId)
    Instantiates a new search by incoming policy.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the incoming policy id.

    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

    • incomingPolicyId

      public final String incomingPolicyId
      The incoming policy id.
  • Constructor Details

    • SearchByIncomingPolicy

      public SearchByIncomingPolicy(String incomingPolicyId)
      Instantiates a new search by incoming policy.
      Parameters:
      incomingPolicyId - the incoming policy id
  • Method Details

    • getIncomingPolicyId

      public String getIncomingPolicyId()
      Gets the incoming policy id.
      Returns:
      the incoming policy id