Package network.oxalis.statistics.api
Interface RawStatisticsRepository
-
- All Known Implementing Classes:
RawStatisticsRepositoryHSqlImpl,RawStatisticsRepositoryJdbcImpl,RawStatisticsRepositoryMsSqlImpl,RawStatisticsRepositoryMySqlImpl,RawStatisticsRepositoryOracleImpl
public interface RawStatisticsRepositoryObjects implementing this interface are capable of storing and retrieving raw data pertaining to the sending and receiving of PEPPOL messages in order to provide statistics.User: steinar Date: 30.01.13 Time: 19:28
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfetchAndTransformRawStatistics(StatisticsTransformer transformer, Date start, Date end, StatisticsGranularity granularity)Retrieves data from tableraw_statsand transforms it into an appropriate XML documentIntegerpersist(RawStatistics rawStatistics)Persists another raw statistics entry into tableraw_stats
-
-
-
Method Detail
-
persist
Integer persist(RawStatistics rawStatistics)
Persists another raw statistics entry into tableraw_stats
-
fetchAndTransformRawStatistics
void fetchAndTransformRawStatistics(StatisticsTransformer transformer, Date start, Date end, StatisticsGranularity granularity)
Retrieves data from tableraw_statsand transforms it into an appropriate XML document
-
-