Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLACEHOLDER: Support services/classes design. #97

Closed
wants to merge 17 commits into from
Closed

Conversation

clstokes
Copy link

Do not merge!

This PR is meant to highlight the suggested design/packaging for implementing functionality for Provider Support services such as opening, closing, and replying to support tickets.

* User: Eugene Yaroslavtsev
* Date: 20.08.2014
*/
public interface ResourceServices {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove this interface/implementation and move SupportService to PlatformServices.

* @throws InternalException
* @throws CloudException
*/
public Collection<Ticket> listTickets(@Nonnull TicketListOptions options) throws InternalException, CloudException;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change all Collection... return values to Iterable per dasein project standards.

@clstokes
Copy link
Author

  1. See comments in TWC Patch 2014-08-28 greese/dasein-cloud-core#270 for other changes dasein project will expect.

@igoonich igoonich closed this Sep 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants