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 Tracker
           
 class User
           
 class Version
           
 

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(java.lang.Class<T> type, T[] result, java.lang.Integer... ids)
           
 

Methods in org.nuiton.jredmine.model that return IdAble
static
<T extends IdAble>
T[]
ModelHelper.byIds(java.lang.Class<T> type, T[] result, java.lang.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(java.lang.Class<T> type, T[] result, java.lang.Integer... ids)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.