@Service public class SkillService extends AbstractRestService
| Constructor and Description |
|---|
SkillService(javax.validation.Validator validator,
SkillRepository skillRepository) |
| Modifier and Type | Method and Description |
|---|---|
Skill |
convertFromView(Integer tenantId,
SkillView skillView) |
Skill |
createSkill(Integer tenantId,
SkillView skillView) |
Boolean |
deleteSkill(Integer tenantId,
Long id) |
Skill |
getSkill(Integer tenantId,
Long id) |
List<Skill> |
getSkillList(Integer tenantId) |
Skill |
updateSkill(Integer tenantId,
SkillView skillView) |
validateBeanpublic SkillService(javax.validation.Validator validator,
SkillRepository skillRepository)
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.