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
FieldsFields inherited from interface ecmwf.web.model.ModelSearch
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE -
Constructor Summary
ConstructorsConstructorDescriptionSearchByDestinationName(String destinationName) Instantiates a new search by destination name. -
Method Summary
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
-
Field Details
-
destinationName
The destination name.
-
-
Constructor Details
-
SearchByDestinationName
Instantiates a new search by destination name.- Parameters:
destinationName- the destination name
-
-
Method Details
-
getDestinationName
-