Package net.filebot.web
Class AbstractEpisodeListProvider
java.lang.Object
net.filebot.web.AbstractEpisodeListProvider
- All Implemented Interfaces:
Datasource
,net.filebot.web.EpisodeListProvider
public abstract class AbstractEpisodeListProvider
extends Object
implements net.filebot.web.EpisodeListProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEpisodeList
(int id, SortOrder order, Locale locale) getEpisodeList
(SearchResult searchResult, SortOrder sortOrder, Locale locale) List<? extends SearchResult>
getIndex()
getSeriesInfo
(int id, Locale locale) getSeriesInfo
(SearchResult searchResult, Locale locale) vetoRequestParameter
(Locale locale) vetoRequestParameter
(SortOrder order) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.filebot.web.Datasource
getIcon, getIdentifier, getName
Methods inherited from interface net.filebot.web.EpisodeListProvider
getEpisodeListLink, hasSeasonSupport, id
-
Constructor Details
-
AbstractEpisodeListProvider
public AbstractEpisodeListProvider()
-
-
Method Details
-
search
- Specified by:
search
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
lookup
- Specified by:
lookup
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
id
- Specified by:
id
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
vetoRequestParameter
- Specified by:
vetoRequestParameter
in interfacenet.filebot.web.EpisodeListProvider
-
vetoRequestParameter
- Specified by:
vetoRequestParameter
in interfacenet.filebot.web.EpisodeListProvider
-
getEpisodeList
public List<Episode> getEpisodeList(SearchResult searchResult, SortOrder sortOrder, Locale locale) throws Exception - Specified by:
getEpisodeList
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
getEpisodeList
- Specified by:
getEpisodeList
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
getSeriesInfo
- Specified by:
getSeriesInfo
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
getSeriesInfo
- Specified by:
getSeriesInfo
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-
getIndex
- Specified by:
getIndex
in interfacenet.filebot.web.EpisodeListProvider
- Throws:
Exception
-