|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class to manage interactions with issues
Method Summary | |
org.ofbiz.core.entity.GenericValue |
createIssue(java.lang.String remoteUserName,
java.util.Map fields)
|
org.ofbiz.core.entity.GenericValue |
createIssue(com.opensymphony.user.User remoteUser,
java.util.Map fields)
|
java.util.Collection |
execute(SearchRequest searchRequest,
com.opensymphony.user.User searcher)
Takes a search request object and returns a list of issues that match the search request |
java.util.List |
getEntitiesByIssue(java.lang.String relationName,
org.ofbiz.core.entity.GenericValue issue)
Get a list of entities related to this issue by their relationship name. |
org.ofbiz.core.entity.GenericValue |
getIssue(java.lang.Long id)
|
org.ofbiz.core.entity.GenericValue |
getIssue(java.lang.String key)
|
org.ofbiz.core.entity.GenericValue |
getIssueByWorkflow(java.lang.Long wfid)
|
java.util.List |
getIssuesByEntity(java.lang.String relationName,
org.ofbiz.core.entity.GenericValue entity)
Get a list of issues related to this entity by their relationship name. |
java.util.List |
getIssueWatchers(org.ofbiz.core.entity.GenericValue issue)
|
java.util.List |
getProjectIssues(org.ofbiz.core.entity.GenericValue project)
Get all the issues for a given project. |
java.util.List |
getVotedIssues(com.opensymphony.user.User user)
|
java.util.List |
getWatchedIssues(com.opensymphony.user.User user)
|
Method Detail |
public org.ofbiz.core.entity.GenericValue getIssue(java.lang.Long id) throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
public org.ofbiz.core.entity.GenericValue getIssueByWorkflow(java.lang.Long wfid) throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
public org.ofbiz.core.entity.GenericValue getIssue(java.lang.String key) throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
public java.util.List getVotedIssues(com.opensymphony.user.User user) throws org.ofbiz.core.entity.GenericEntityException, com.opensymphony.user.EntityNotFoundException
org.ofbiz.core.entity.GenericEntityException
com.opensymphony.user.EntityNotFoundException
public java.util.List getIssueWatchers(org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException, com.opensymphony.user.EntityNotFoundException
org.ofbiz.core.entity.GenericEntityException
com.opensymphony.user.EntityNotFoundException
public java.util.List getWatchedIssues(com.opensymphony.user.User user) throws org.ofbiz.core.entity.GenericEntityException, com.opensymphony.user.EntityNotFoundException
org.ofbiz.core.entity.GenericEntityException
com.opensymphony.user.EntityNotFoundException
public java.util.Collection execute(SearchRequest searchRequest, com.opensymphony.user.User searcher) throws SearchException
searchRequest
- object to be used to search for
SearchException
public java.util.List getEntitiesByIssue(java.lang.String relationName, org.ofbiz.core.entity.GenericValue issue) throws org.ofbiz.core.entity.GenericEntityException
IssueRelationConstants
org.ofbiz.core.entity.GenericEntityException
public java.util.List getIssuesByEntity(java.lang.String relationName, org.ofbiz.core.entity.GenericValue entity) throws org.ofbiz.core.entity.GenericEntityException
IssueRelationConstants
org.ofbiz.core.entity.GenericEntityException
public org.ofbiz.core.entity.GenericValue createIssue(java.lang.String remoteUserName, java.util.Map fields) throws CreateException
CreateException
public org.ofbiz.core.entity.GenericValue createIssue(com.opensymphony.user.User remoteUser, java.util.Map fields) throws CreateException
CreateException
public java.util.List getProjectIssues(org.ofbiz.core.entity.GenericValue project) throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |