class: ViewItemStatistics

public class: ViewItemStatistics
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1949 $ $LastChangedDate: 2009-01-09 14:; Complexity: 1
Dates: Created: 16.07.2009 15:33:25; Modified: 16.07.2009 15:33:25;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {799E5648-34B8-4b37-A707-D4E659D87734}
Backing Bean for viewItemStatistics.jspf
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: statistics

Connections
 
Custom Properties
 
ViewItemStatistics Attributes
Attribute Details
private UIXIterator
  fileIterator
private List
  fileList
Notes: A List with all PubFileVOPresentation objects representing all files of the current item.
private String
  itemId
Notes: The object Id of the current item
private static Logger
  logger
Initial: Logger.getLogger(ViewItemStatisticsPage.class)
private PubItemVO
  pubItem
Notes: The current pub item
 
ViewItemStatistics Methods
Operation Details
public
getFileIterator():UIXIterator
Sequential
public
getFileList():List
Sequential
public
getFilesAvailable():boolean
Sequential
protected
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns the ItemControllerSessionBean.
@return a reference to the scoped data bean (ItemControllerSessionBean)
public
getItemID():String
Sequential
public
getNumberOfFileDownloadsPerItemAllUsers():String
Sequential
Tags: throws=Exception
public
getNumberOfFileDownloadsPerItemAnonymousUsers():String
Sequential
Tags: throws=Exception
public
getNumberOfItemRetrievalsAllUsers():String
Sequential
Tags: throws=Exception
public
getNumberOfItemRetrievalsAnonymousUsers():String
Sequential
Tags: throws=Exception
public
getPubItem():PubItemVO
Sequential
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.
public
setFileIterator(
   UIXIterator fileIterator):void
Sequential
public
setFileList(
   List fileList):void
Sequential
public
setItemID(
   String itemID):void
Sequential
public
setPubItem(
   PubItemVO pubItem):void
Sequential
public
ViewItemStatistics():
Sequential