public interface PlanService
Plan get(Long id) throws PlanNotFoundException
PlanNotFoundExceptionPlan update(Long id, Plan plan) throws PlanNotFoundException
PlanNotFoundExceptionPlan delete(Long id) throws PlanNotFoundException
PlanNotFoundExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.