|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IListStrategy
Provides the methods the StrategizedIssuesList
requires for accessing the remote store.
Method Summary | |
---|---|
void |
addIssues(java.util.List<? extends IIssue> issues)
Adds issues to the back end |
java.lang.String |
getExtensionID()
Returns The extension id of the list as defined in a plugin.xml file. |
java.util.Collection<? extends IIssue> |
getIssues()
Returns a list of issues, the issues should be ordered in the correct order. |
void |
modifyIssue(IIssue issue)
Saves the issue to the storage |
void |
removeIssues(java.util.Collection<? extends IIssue> issues)
Removes the issues from storage |
Method Detail |
---|
void addIssues(java.util.List<? extends IIssue> issues) throws java.io.IOException
issues
- issues to add.
java.io.IOException
void modifyIssue(IIssue issue) throws java.io.IOException
issue
- issue to save
java.io.IOException
void removeIssues(java.util.Collection<? extends IIssue> issues) throws java.io.IOException
issues
- issues to remove.
java.io.IOException
java.util.Collection<? extends IIssue> getIssues() throws java.io.IOException
java.io.IOException
java.lang.String getExtensionID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |