@ApplicationScoped public class PlanServiceImpl extends Object implements PlanService
public List<Plan> findAll()
findAll in interface PlanServicepublic Plan get(Long id) throws PlanNotFoundException
get in interface PlanServicePlanNotFoundExceptionpublic Plan delete(Long id) throws PlanNotFoundException
delete in interface PlanServicePlanNotFoundExceptionpublic Plan create(Plan plan)
create in interface PlanServicepublic Plan update(Long id, Plan plan) throws PlanNotFoundException
update in interface PlanServicePlanNotFoundExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.