|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentifiedEntity | |
---|---|
hu.midori.kosmos.model | |
hu.midori.kosmos.model.util |
Uses of IdentifiedEntity in hu.midori.kosmos.model |
---|
Subclasses of IdentifiedEntity 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. |
Uses of IdentifiedEntity in hu.midori.kosmos.model.util |
---|
Subclasses of IdentifiedEntity in hu.midori.kosmos.model.util | |
---|---|
class |
TimestampedEntity
TODO rename, move Wraps a Confluence page. |
Methods in hu.midori.kosmos.model.util that return IdentifiedEntity | |
---|---|
static IdentifiedEntity |
ModelUtils.findInCollection(java.util.Collection<? extends IdentifiedEntity> items,
int id)
Returns the Identified object from a collection
by using a simple linear search, or null if not found. |
static IdentifiedEntity |
ModelUtils.findInCollection(java.util.Collection<? extends IdentifiedEntity> items,
java.lang.String id)
Returns the Identified object from a collection. |
Method parameters in hu.midori.kosmos.model.util with type arguments of type IdentifiedEntity | |
---|---|
static IdentifiedEntity |
ModelUtils.findInCollection(java.util.Collection<? extends IdentifiedEntity> items,
int id)
Returns the Identified object from a collection
by using a simple linear search, or null if not found. |
static IdentifiedEntity |
ModelUtils.findInCollection(java.util.Collection<? extends IdentifiedEntity> items,
java.lang.String id)
Returns the Identified object from a collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |