it.dtt.ca.request
Class HistoryUpdateRequest

java.lang.Object
  extended by it.dtt.ca.request.CARequest
      extended by it.dtt.ca.request.HistoryUpdateRequest

public class HistoryUpdateRequest
extends CARequest

Request the update of history information. This is used to permanently store an history which has been updated by the application, as consequence of the user reading or disposing of certain history items. This operation is independent of where physically the permanenent storage is located (STB or smart card).


Constructor Summary
HistoryUpdateRequest(History history)
          Create an instance of HistoryUpdateRequest.
 
Method Summary
 History getHistory()
          Return the modified history.
 
Methods inherited from class it.dtt.ca.request.CARequest
cancel, getPrivateData, isCancelled, setPrivateData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryUpdateRequest

public HistoryUpdateRequest(History history)
Create an instance of HistoryUpdateRequest.

Parameters:
history - the history that must be stored in the permanent storage.
Method Detail

getHistory

public History getHistory()
Return the modified history.

Returns:
the history that must be stored in the permanent storage.