it.tidalwave.bluebill.stats.domain
Interface PingFinder

Package class diagram package PingFinder
All Superinterfaces:
java.lang.Cloneable, Finder<Ping>, java.io.Serializable

public interface PingFinder
extends Finder<Ping>

A Finder for Ping.

Version:
$Id$
Author:
Fabrizio Giudici

Nested Class Summary
 
Nested classes/interfaces inherited from interface it.tidalwave.util.Finder
Finder.FilterSortCriterion<Type>, Finder.SortCriterion, Finder.SortDirection
 
Field Summary
static Finder.SortCriterion BY_INSTALL_ID
           
static Finder.SortCriterion BY_MODEL
           
static Finder.SortCriterion BY_OS_VERSION
           
static Finder.SortCriterion BY_TIMESTAMP
           
 
Method Summary
 
Methods inherited from interface it.tidalwave.util.Finder
count, firstResult, from, max, ofType, result, results, sort, sort
 

Field Detail

BY_TIMESTAMP

static final Finder.SortCriterion BY_TIMESTAMP

BY_OS_VERSION

static final Finder.SortCriterion BY_OS_VERSION

BY_MODEL

static final Finder.SortCriterion BY_MODEL

BY_INSTALL_ID

static final Finder.SortCriterion BY_INSTALL_ID


Copyright © 2011 Tidalwave s.a.s.. All Rights Reserved.