response.setPeriods(new ArrayList<Period>(periods.values()));
return response;
}
public GetEventDetailsResponse process(GetEventDetailsRequest request) throws ServiceException {
GetEventDetailsResponse response = new GetEventDetailsResponse();
response.setEventDetail(events.get(request.getEventUid()));
return response;
}