Uses of Interface
org.nuiton.jredmine.model.IdAble

Packages that use IdAble
org.nuiton.jredmine.model   
 

Uses of IdAble in org.nuiton.jredmine.model
 

Classes in org.nuiton.jredmine.model that implement IdAble
 class Attachment
          A file attachment from redmine server.
 class Issue
          An issue on redmine's server.
 class IssueCategory
           
 class IssuePriority
           
 class IssueStatus
           
 class News
           
 class Project
          redmine project
 class TimeEntry
          Created: 31 déc.
 class Tracker
           
 class User
           
 class Version
           
 

Fields in org.nuiton.jredmine.model with type parameters of type IdAble
static Comparator<IdAble> ModelHelper.ID_ABLE_COMPARATOR
           
 

Methods in org.nuiton.jredmine.model with type parameters of type IdAble
static
<T extends IdAble>
T
ModelHelper.byId(int id, T... datas)
           
static
<T extends IdAble>
T[]
ModelHelper.byIds(Class<T> type, T[] result, Integer... ids)
           
 

Methods in org.nuiton.jredmine.model that return IdAble
static
<T extends IdAble>
T[]
ModelHelper.byIds(Class<T> type, T[] result, Integer... ids)
           
 

Methods in org.nuiton.jredmine.model with parameters of type IdAble
static
<T extends IdAble>
T
ModelHelper.byId(int id, T... datas)
           
static
<T extends IdAble>
T[]
ModelHelper.byIds(Class<T> type, T[] result, Integer... ids)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.