Split AbstractDaoRestService into read-only and read-write classes

Description

Since it doesn't make sense for some REST resources (ie. outages) to be read-write, we should split the AbstractDaoRestService so that the read-only operations (GETs) are in the base class and the write operations (PUT, POST, DELETE) are in an optional child class.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Details

Assignee

Reporter

Components

Affects versions

Priority

PagerDuty

Created July 12, 2016 at 10:18 AM
Updated July 31, 2019 at 3:17 PM