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
Fields inherited from interface ecmwf.web.model.ModelSearch
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
-
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
-
getSearch
-
getFromToAliases
-
getStatus
-
getType
-
getFilter
-
getAsc
public boolean getAsc()Gets the asc.- Returns:
- the asc
-
getUser
public ecmwf.web.model.users.User getUser()Gets the user.- Returns:
- the user
-