Uses of Class
org.exoplatform.appcenter.dto.ApplicationImage
-
Packages that use ApplicationImage Package Description org.exoplatform.appcenter.dto org.exoplatform.appcenter.rest org.exoplatform.appcenter.service org.exoplatform.appcenter.storage -
-
Uses of ApplicationImage in org.exoplatform.appcenter.dto
Methods in org.exoplatform.appcenter.dto that return ApplicationImage Modifier and Type Method Description ApplicationImageGeneralSettings. getDefaultApplicationImage()Methods in org.exoplatform.appcenter.dto with parameters of type ApplicationImage Modifier and Type Method Description voidGeneralSettings. setDefaultApplicationImage(ApplicationImage defaultApplicationImage) -
Uses of ApplicationImage in org.exoplatform.appcenter.rest
Methods in org.exoplatform.appcenter.rest with parameters of type ApplicationImage Modifier and Type Method Description javax.ws.rs.core.ResponseApplicationCenterREST. setDefaultAppImage(ApplicationImage defaultAppImage) -
Uses of ApplicationImage in org.exoplatform.appcenter.service
Methods in org.exoplatform.appcenter.service that return ApplicationImage Modifier and Type Method Description ApplicationImageApplicationCenterService. setDefaultAppImage(ApplicationImage defaultAppImage)Stores default image for applications not having an attached illustrationMethods in org.exoplatform.appcenter.service with parameters of type ApplicationImage Modifier and Type Method Description ApplicationImageApplicationCenterService. setDefaultAppImage(ApplicationImage defaultAppImage)Stores default image for applications not having an attached illustration -
Uses of ApplicationImage in org.exoplatform.appcenter.storage
Methods in org.exoplatform.appcenter.storage that return ApplicationImage Modifier and Type Method Description ApplicationImageApplicationCenterStorage. createAppImageFileItem(String fileName, String fileBody)ApplicationImageApplicationCenterStorage. getAppImageFile(Long fileId)ApplicationImageApplicationCenterStorage. saveAppImageFileItem(ApplicationImage defaultAppImage)Methods in org.exoplatform.appcenter.storage with parameters of type ApplicationImage Modifier and Type Method Description ApplicationImageApplicationCenterStorage. saveAppImageFileItem(ApplicationImage defaultAppImage)
-