Contents
- Description
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- getDestination()
- getActionTransfers()
- getActionTransfer(String)
- getDataOptionsWithSizes()
- _fillTable(HashMap, String, Object, Object)
- getDisplayTagsParams()
- setDisplayTagsParams(Collection)
- getDisplayTagsParamsCollection()
- setDisplayTagsParamsCollection(Collection)
- getDisseminationStreamOptionsWithSizes()
- getStatusOptionsWithSizes()
- getSelectedTransfer(String)
- getSelectedTransfersCount()
- getSelectedTransfers(int, int)
- getDataTransfer(String)
- deleteFromSelection(DataTransfer)
- addToSelections(Collection)
- setActionTransfer(String, String)
- setSelectedTransfer(String, String)
- getDataTransfers(boolean, DataBaseCursor)
- getDataTransfers(boolean)
- getDataStream()
- getDataTime()
- getDisseminationStream()
- getStatus()
- setDataStream(String)
- setDataTime(String)
- setDisseminationStream(String)
- setStatus(String)
- getDate()
- setDate(String)
- cleanActionTransfers()
- cleanSelectedTransfers()
- getFileNameSearch()
- setFileNameSearch(String)
- getNewPriority()
- setNewPriority(String)
Class DetailActionDestinationCache
java.lang.Object
ecmwf.ecpds.master.plugin.http.controller.transfer.destination.DetailActionDestinationCache
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
The Class DataOptionsWithSizes.static final class
The Class NameCountAndSizes. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new detail action destination cache.DetailActionDestinationCache
(DetailActionForm daf, String destination) Instantiates a new detail action destination cache. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
_fillTable
(HashMap<String, DetailActionDestinationCache.NameCountAndSizes> dataTimeOptionsWithSizes, String name, Object count, Object size) Fill table.void
addToSelections
(Collection<DataTransferLightBean> transfers) Adds the to selections.void
Clean action transfers.void
Clean selected transfers.void
Delete from selection.getActionTransfer
(String name) Gets the action transfer.Gets the action transfers.Gets the data options with sizes.Gets the data stream.Gets the data time.Gets the data transfer.getDataTransfers
(boolean hasAccess) Gets the data transfers.getDataTransfers
(boolean hasAccess, DataBaseCursor cursor) Gets the data transfers.getDate()
Gets the date.protected String
Gets the destination.Collection
<ecmwf.web.util.bean.Pair> Gets the display tags params.Collection
<ecmwf.web.util.bean.Pair> Gets the display tags params collection.Gets the dissemination stream.Gets the dissemination stream options with sizes.Gets the file name search.Gets the new priority.getSelectedTransfer
(String name) Gets the selected transfer.getSelectedTransfers
(int from, int to) Gets the selected transfers.int
Gets the selected transfers count.Gets the status.Gets the status options with sizes.void
setActionTransfer
(String name, String value) Sets the action transfer.void
setDataStream
(String string) Sets the data stream.void
setDataTime
(String string) Sets the data time.void
Sets the date.void
setDisplayTagsParams
(Collection<ecmwf.web.util.bean.Pair> collection) Sets the display tags params.void
setDisplayTagsParamsCollection
(Collection<ecmwf.web.util.bean.Pair> collection) Sets the display tags params collection.void
setDisseminationStream
(String string) Sets the dissemination stream.void
setFileNameSearch
(String fileNameSearch) Sets the file name search.void
setNewPriority
(String newPriority) Sets the new priority.void
setSelectedTransfer
(String name, String value) Sets the selected transfer.void
Sets the status.
-
Field Details
-
Constructor Details
-
Method Details
-
getDestination
-
getActionTransfers
Gets the action transfers.- Returns:
- the action transfers
-
getActionTransfer
-
getDataOptionsWithSizes
Gets the data options with sizes.- Returns:
- the data options with sizes
-
_fillTable
-
getDisplayTagsParams
Gets the display tags params.- Returns:
- the display tags params
-
setDisplayTagsParams
Sets the display tags params.- Parameters:
collection
- the new display tags params
-
getDisplayTagsParamsCollection
Gets the display tags params collection.- Returns:
- the display tags params collection
-
setDisplayTagsParamsCollection
Sets the display tags params collection.- Parameters:
collection
- the new display tags params collection
-
getDisseminationStreamOptionsWithSizes
protected Collection<DetailActionDestinationCache.NameCountAndSizes> getDisseminationStreamOptionsWithSizes()Gets the dissemination stream options with sizes.- Returns:
- the dissemination stream options with sizes
-
getStatusOptionsWithSizes
Gets the status options with sizes.- Returns:
- the status options with sizes
-
getSelectedTransfer
-
getSelectedTransfersCount
public int getSelectedTransfersCount()Gets the selected transfers count.- Returns:
- the selected transfers count
-
getSelectedTransfers
Gets the selected transfers.- Parameters:
from
- the fromto
- the to- Returns:
- the selected transfers
-
getDataTransfer
Gets the data transfer.- Parameters:
id
- the id- Returns:
- the data transfer
-
deleteFromSelection
-
addToSelections
Adds the to selections.- Parameters:
transfers
- the transfers
-
setActionTransfer
-
setSelectedTransfer
-
getDataTransfers
public Collection<DataTransferLightBean> getDataTransfers(boolean hasAccess, DataBaseCursor cursor) throws TransferException Gets the data transfers.- Parameters:
hasAccess
- the has accesscursor
- the cursor- Returns:
- the data transfers
- Throws:
TransferException
- the transfer exception
-
getDataTransfers
public Collection<DataTransferLightBean> getDataTransfers(boolean hasAccess) throws TransferException Gets the data transfers.- Parameters:
hasAccess
- the has access- Returns:
- the data transfers
- Throws:
TransferException
- the transfer exception
-
getDataStream
-
getDataTime
-
getDisseminationStream
Gets the dissemination stream.- Returns:
- the dissemination stream
-
getStatus
-
setDataStream
Sets the data stream.- Parameters:
string
- the new data stream
-
setDataTime
-
setDisseminationStream
Sets the dissemination stream.- Parameters:
string
- the new dissemination stream
-
setStatus
-
getDate
-
setDate
-
cleanActionTransfers
public void cleanActionTransfers()Clean action transfers. -
cleanSelectedTransfers
public void cleanSelectedTransfers()Clean selected transfers. -
getFileNameSearch
-
setFileNameSearch
Sets the file name search.- Parameters:
fileNameSearch
- the new file name search
-
getNewPriority
-
setNewPriority
Sets the new priority.- Parameters:
newPriority
- the new new priority
-