Package com.espacogeek.geek.data.impl
Class MovieControllerImpl
java.lang.Object
com.espacogeek.geek.data.impl.GenericMediaDataControllerImpl
com.espacogeek.geek.data.impl.MovieControllerImpl
- All Implemented Interfaces:
MediaDataController
@Component("movieController")
@Qualifier("movieController")
public class MovieControllerImpl
extends GenericMediaDataControllerImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.espacogeek.geek.data.MediaDataController
MediaDataController.ExternalReferenceType, MediaDataController.MediaType -
Field Summary
Fields inherited from class com.espacogeek.geek.data.impl.GenericMediaDataControllerImpl
mediaService -
Constructor Summary
ConstructorsConstructorDescriptionMovieControllerImpl(MediaApi movieAPI, MediaCategoryService mediaCategoryService, ExternalReferenceService externalReferenceService, TypeReferenceService typeReferenceService, MediaService mediaService, GenreService genreService, AlternativeTitlesService alternativeTitlesService, ExternalReferenceService baseExternalReferenceService, SeasonService seasonService, MediaLazyLoader mediaLazyLoader) -
Method Summary
Modifier and TypeMethodDescriptionupdateAllInformation(MediaModel media, MediaModel result) voidupdateMoviesNow(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) Deprecated, for removal: This API element is subject to removal in a future version.for removal.Methods inherited from class com.espacogeek.geek.data.impl.GenericMediaDataControllerImpl
createMediaIfNotExistAndIfExistReturnIt, getInstance, searchMedia, updateAllInformation, updateAlternativeTitles, updateArtworks, updateBasicAttributes, updateExternalReferences, updateGenres, updateSeasonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.espacogeek.geek.data.MediaDataController
updateArtworks
-
Constructor Details
-
MovieControllerImpl
public MovieControllerImpl(MediaApi movieAPI, MediaCategoryService mediaCategoryService, ExternalReferenceService externalReferenceService, TypeReferenceService typeReferenceService, MediaService mediaService, GenreService genreService, AlternativeTitlesService alternativeTitlesService, ExternalReferenceService baseExternalReferenceService, SeasonService seasonService, MediaLazyLoader mediaLazyLoader)
-
-
Method Details
-
updateAllInformation
-
updateMoviesNow
@Deprecated(forRemoval=true) public void updateMoviesNow(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) Deprecated, for removal: This API element is subject to removal in a future version.for removal. Use the chunk-oriented batch job `updateMoviesJob` instead.
-