Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
1771d9e6
Commit
1771d9e6
authored
Feb 06, 2014
by
Richard Bruskiewich
Committed by
Matija Obreza
Feb 13, 2014
Browse files
Created an "addCategory" method for ParameterCategory setting (i.e. via
the REST API)
parent
667caa46
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/service/TraitService.java
View file @
1771d9e6
...
...
@@ -45,7 +45,16 @@ public interface TraitService {
Page
<
Method
>
listMethods
(
Pageable
pageable
);
/**
* Add new crop descriptor
* Add new crop descriptor Property Category
*
* @param name
* @return
*/
@PreAuthorize
(
"isAuthenticated()"
)
ParameterCategory
addCategory
(
String
name
);
/**
* Add new crop descriptor Property
*
* @param crop
* @param title
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment