Uses of Class
hu.midori.kosmos.model.Identified

Packages that use Identified
hu.midori.kosmos.model   
 

Uses of Identified in hu.midori.kosmos.model
 

Subclasses of Identified in hu.midori.kosmos.model
 class CcProject
          Wraps a CruiseControl continuous integration project.
 class JiraProject
          Wraps a JIRA project.
 class SfRelease
          Wraps a SourceForge release.
 class SvnRepository
          Wraps a Subversion repository.
 

Methods in hu.midori.kosmos.model that return Identified
static Identified ModelUtils.findInCollection(java.util.Collection<? extends Identified> items, int id)
          Returns the Identified object from a collection by using a simple linear search, or null if not found.
static Identified ModelUtils.findInCollection(java.util.Collection<? extends Identified> items, java.lang.String id)
          Returns the Identified object from a collection.
 

Method parameters in hu.midori.kosmos.model with type arguments of type Identified
static Identified ModelUtils.findInCollection(java.util.Collection<? extends Identified> items, int id)
          Returns the Identified object from a collection by using a simple linear search, or null if not found.
static Identified ModelUtils.findInCollection(java.util.Collection<? extends Identified> items, java.lang.String id)
          Returns the Identified object from a collection.