]> git.mxchange.org Git - jjobs-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 19 Jan 2023 04:24:42 +0000 (05:24 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 19 Jan 2023 04:43:06 +0000 (05:43 +0100)
commit737ef830fc1ec12af2755120713fc0e4cb45595d
tree3258cd424e3880ef1de1e8e2b4c7cc5e631cb4cc
parenta869ce17e9696725e0ea1c287a81b50ec81005e9
Continued:
- added event class and interface when an administrator adds a new skill
- added exception when a skill wasn't found
- renamed skill_<created|updated> to skill_entry_*
- added named query AllSkills
src/org/mxchange/jjobs/events/skill/add/AdminAddedSkillEvent.java [new file with mode: 0644]
src/org/mxchange/jjobs/events/skill/add/ObservableAdminAddedSkillEvent.java [new file with mode: 0644]
src/org/mxchange/jjobs/exceptions/SkillNotFoundException.java [new file with mode: 0644]
src/org/mxchange/jjobs/model/skill/JobSkill.java
src/org/mxchange/jjobs/model/skill/Skillable.java