Class TransferHistoryByDestinationAndDate
java.lang.Object
ecmwf.web.dao.ModelSearchBase
ecmwf.ecpds.master.plugin.http.home.transfer.searches.TransferHistoryByDestinationAndDate
- All Implemented Interfaces:
ecmwf.web.model.ModelSearch
,Cloneable
public class TransferHistoryByDestinationAndDate
extends ecmwf.web.dao.ModelSearchBase
The Class TransferHistoryByDestinationAndDate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The Constant USE_HISTORY_DATE.static final int
The Constant USE_PRODUCT_DATE.Fields inherited from interface ecmwf.web.model.ModelSearch
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE
-
Constructor Summary
ConstructorsConstructorDescriptionTransferHistoryByDestinationAndDate
(ecmwf.web.model.users.User user, String destination, Date date, int mode, DataBaseCursor cursor) Instantiates a new transfer history by destination and date. -
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
-
USE_PRODUCT_DATE
public static final int USE_PRODUCT_DATEThe Constant USE_PRODUCT_DATE.- See Also:
-
USE_HISTORY_DATE
public static final int USE_HISTORY_DATEThe Constant USE_HISTORY_DATE.- See Also:
-
-
Constructor Details
-
TransferHistoryByDestinationAndDate
public TransferHistoryByDestinationAndDate(ecmwf.web.model.users.User user, String destination, Date date, int mode, DataBaseCursor cursor) Instantiates a new transfer history by destination and date.- Parameters:
user
- the userdestination
- the destinationdate
- the datemode
- the modecursor
- the cursor
-
-
Method Details
-
getDataBaseCursor
-
getUser
public ecmwf.web.model.users.User getUser()Gets the user.- Returns:
- the user
-
getDate
-
getDestination
-
getMode
public int getMode()Gets the mode.- Returns:
- the mode
-