public class AdminMediaControllerService
extends org.youngmonkeys.ezyplatform.controller.service.MediaControllerService
| Constructor and Description |
|---|
AdminMediaControllerService(AdminEventHandlerManager eventHandlerManager,
AdminFileSystemManager fileSystemManager,
com.tvd12.ezyhttp.core.resources.ResourceDownloadManager resourceDownloadManager,
AdminMediaService mediaService,
AdminPaginationMediaService paginationMediaService,
AdminSettingService settingService,
AdminMediaDecorator mediaDecorator,
AdminCommonValidator commonValidator,
AdminMediaValidator mediaValidator,
AdminRequestToModelConverter requestToModelConverter,
AdminModelToResponseConverter modelToResponseConverter,
com.tvd12.ezyfox.bean.EzySingletonFactory singletonFactory,
com.tvd12.ezyfox.stream.EzyInputStreamLoader inputStreamLoader,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMedia(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
long adminId,
boolean avatar,
boolean notPublic) |
AdminMediaDetailsResponse |
getMediaDetailsResponse(long mediaId) |
addMedia, getMedia, getMedia, getMedia, getMediaById, getMediaByName, getMediaDetails, getMediaDetails, getMediaDetails, getMediaList, getMediaList, getMediaListByIds, getMediaMapByIds, removeMedia, removeMedia, updateMedia, updateMediapublic AdminMediaControllerService(AdminEventHandlerManager eventHandlerManager, AdminFileSystemManager fileSystemManager, com.tvd12.ezyhttp.core.resources.ResourceDownloadManager resourceDownloadManager, AdminMediaService mediaService, AdminPaginationMediaService paginationMediaService, AdminSettingService settingService, AdminMediaDecorator mediaDecorator, AdminCommonValidator commonValidator, AdminMediaValidator mediaValidator, AdminRequestToModelConverter requestToModelConverter, AdminModelToResponseConverter modelToResponseConverter, com.tvd12.ezyfox.bean.EzySingletonFactory singletonFactory, com.tvd12.ezyfox.stream.EzyInputStreamLoader inputStreamLoader, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public void addMedia(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
long adminId,
boolean avatar,
boolean notPublic)
throws Exception
Exceptionpublic AdminMediaDetailsResponse getMediaDetailsResponse(long mediaId) throws IOException
IOExceptionCopyright © 2024 Young Monkeys. All rights reserved.