Package net.kemitix.ugiggle.trello
Class TrelloSubmissionService
- java.lang.Object
-
- net.kemitix.ugiggle.trello.TrelloSubmissionService
-
- All Implemented Interfaces:
ReadingListService
@ApplicationScoped public class TrelloSubmissionService extends Object implements ReadingListService
-
-
Constructor Summary
Constructors Constructor Description TrelloSubmissionService()TrelloSubmissionService(UGiggleConfig config, com.julienvey.trello.Trello trello)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<? extends Submission>getReadingList()
-
-
-
Constructor Detail
-
TrelloSubmissionService
public TrelloSubmissionService()
-
TrelloSubmissionService
@Inject public TrelloSubmissionService(UGiggleConfig config, com.julienvey.trello.Trello trello)
-
-
Method Detail
-
getReadingList
public Stream<? extends Submission> getReadingList()
- Specified by:
getReadingListin interfaceReadingListService
-
-