com.gisgraphy.domain.repository
Interface IStatsUsageDao

All Superinterfaces:
IDao<StatsUsage,Long>
All Known Implementing Classes:
StatsUsageDao

public interface IStatsUsageDao
extends IDao<StatsUsage,Long>

Interface for StatsUsage data access

Author:
David Masclet

Method Summary
 StatsUsage getByUsageType(StatsUsageType statsUsageType)
           
 
Methods inherited from interface com.gisgraphy.domain.repository.IDao
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode
 

Method Detail

getByUsageType

StatsUsage getByUsageType(StatsUsageType statsUsageType)
Parameters:
statsUsageType - The StatsUsageType
Returns:
the StatsUsage for the specified StatsUsageType


Copyright © 2012. All Rights Reserved.