|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.greenhopper.web.backlog.EditBacklogDataFactory
@Service(value="gh-editBacklogDataFactory") public class EditBacklogDataFactory
Loads the EditBacklogData object from request parameters.
Field Summary | |
---|---|
static java.lang.String |
SERVICE
|
Constructor Summary | |
---|---|
EditBacklogDataFactory()
|
Method Summary | |
---|---|
EditBacklogData |
load(java.lang.String projectIdParam,
java.lang.String backlogIdParam,
boolean create,
ErrorCollection errorCollection)
Load the edit backlog data object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SERVICE
Constructor Detail |
---|
public EditBacklogDataFactory()
Method Detail |
---|
public EditBacklogData load(java.lang.String projectIdParam, java.lang.String backlogIdParam, boolean create, ErrorCollection errorCollection)
projectIdParam
- the project id parameter name to usebacklogIdParam
- the backlog id parameter name to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |