Package ru.slie.luna.issue.issuetype
Interface IssueTypeManager
public interface IssueTypeManager
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()getByNames(List<String> names) getForSchema(Long schemaId) search(String term, SearchParams params) void
-
Method Details
-
getAll
-
getById
-
getByIds
-
getByNames
-
getForSchema
-
getByName
-
create
IssueType create(String name, String description, Boolean subtask, String iconPath) throws ValidateException - Throws:
ValidateException
-
update
void update(IssueType issueType, String name, String description, String iconPath) throws ValidateException - Throws:
ValidateException
-
delete
- Throws:
DeleteException
-
search
-