com.xpn.xwiki.stats.impl.xwiki
Interface XWikiStatsStoreItem

All Known Implementing Classes:
AbstractStatsStoreItem, DocumentStatsStoreItem, RefererStatsStoreItem, VisitStatsStoreItem

public interface XWikiStatsStoreItem

Object containing statistics information to store.

Since:
1.4M2
Version:
$Id: 8fa6fd20e53141942bbe9ec5e8eecd0648a7e8bb $

Method Summary
 String getId()
           
 void store(List<XWikiStatsStoreItem> statsList)
          Store provided statistics into the database.
 

Method Detail

getId

String getId()
Returns:
identifier for this type of store item. This value is used to merge same statistics in one database query.

store

void store(List<XWikiStatsStoreItem> statsList)
Store provided statistics into the database.

Parameters:
statsList - the list of statistics item to store.


Copyright © 2004–2014 XWiki. All rights reserved.