Contents
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
-
Constructor Summary
Constructors -
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
-
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 usersearch
- the searchfromToAliases
- the from to aliasesasc
- the ascstatus
- the statustype
- the typefilter
- the filter
-
-
Method Details