|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.request.CARequest
it.dtt.ca.request.HistoryUpdateRequest
public class HistoryUpdateRequest
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 |
---|
public HistoryUpdateRequest(History history)
history
- the history that must be stored in the permanent storage.Method Detail |
---|
public History getHistory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |