A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

AbstractGalleryAlbumUserNotification - Class in org.silverpeas.components.gallery.notification.user
Centralizes the building of a UserNotification in relation with an album.
AbstractGalleryDataProcess - Class in org.silverpeas.components.gallery.process
 
AbstractGalleryDataProcess(Media) - Constructor for class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Default constructor
AbstractGalleryFileProcess - Class in org.silverpeas.components.gallery.process
 
AbstractGalleryFileProcess(Media) - Constructor for class org.silverpeas.components.gallery.process.AbstractGalleryFileProcess
Default constructor
AbstractGalleryUserNotification<T> - Class in org.silverpeas.components.gallery.notification.user
 
AbstractGalleryUserNotification(T) - Constructor for class org.silverpeas.components.gallery.notification.user.AbstractGalleryUserNotification
 
AbstractMediaDataDelegate - Class in org.silverpeas.components.gallery.delegate
 
AbstractMediaDataDelegate(MediaType, String, String, List<FileItem>) - Constructor for class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
 
AbstractMediaDataDelegate(MediaType, String, String, List<FileItem>, boolean) - Constructor for class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
 
AbstractMediaDataDelegate.HeaderData - Class in org.silverpeas.components.gallery.delegate
Media header data
AbstractMediaMetadataExtractor - Class in org.silverpeas.components.gallery.media
 
AbstractMediaMetadataExtractor() - Constructor for class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
addAlbum(AlbumDetail, boolean) - Method in class org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
Adds an album to paste
addCreateMediaProcesses(Media, String, Object, Watermark, MediaDataCreateDelegate) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Adds processes to create the given media
addDeleteAlbumProcesses(NodePK) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Recursive method to add media delete processes for the given album (because of sub album)
addDeleteMediaProcesses(Media) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Adds processes to delete the given media
addIndexMediaProcesses(Media) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Adds processes to index the given media
addMedia(Media, boolean) - Method in class org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
Adds a media to paste
addMediaToAlbums(Media, String...) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
addMediaToAlbums(Media, String...) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
addMetaData(MetaData) - Method in class org.silverpeas.components.gallery.model.InternalMedia
Adds a metadata.
addPasteAlbumProcesses(AlbumDetail, AlbumDetail, boolean) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Recursive method to add media paste processes for given albums (because of sub album)
addPasteMediaProcesses(Media, NodePK, boolean) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Adds processes to paste the given media to the given album
addToAlbums(String...) - Method in class org.silverpeas.components.gallery.model.Media
Adds the current media to the album represented by specified identifiers.
addUpdateMediaProcesses(Media, Watermark, MediaDataUpdateDelegate) - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Adds processes to update the given media
AlbumDetail - Class in org.silverpeas.components.gallery.model
 
AlbumDetail(NodeDetail) - Constructor for class org.silverpeas.components.gallery.model.AlbumDetail
 
AlbumDetail(NodeDetail, MediaCriteria.VISIBILITY) - Constructor for class org.silverpeas.components.gallery.model.AlbumDetail
 
albumIdentifierIsOneOf(String...) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the list of media album identifiers criterion to find media which are attached to one of the given ones.
AlbumMedia - Class in org.silverpeas.components.gallery.model
Represents a couple of an album and a media.
AlbumMedia(String, Media) - Constructor for class org.silverpeas.components.gallery.model.AlbumMedia
 
AlbumMediaEvent - Class in org.silverpeas.components.gallery.notification
An event about AlbumMedia instances.
AlbumMediaEvent(ResourceEvent.Type, AlbumMedia...) - Constructor for class org.silverpeas.components.gallery.notification.AlbumMediaEvent
Constructs a new lifecycle event with the specified type and that implies the specified AlbumMedia instances, each of them representing a different state in the lifecycle of the media.
AlbumMediaEventListener - Class in org.silverpeas.components.gallery.notification
A listener about some lifecycle events triggered by the Media engine.
AlbumMediaEventListener() - Constructor for class org.silverpeas.components.gallery.notification.AlbumMediaEventListener
 
AlbumMediaEventNotifier - Class in org.silverpeas.components.gallery.notification
A notifier of lifecycle events of AlbumMedia instances.
AlbumMediaEventNotifier() - Constructor for class org.silverpeas.components.gallery.notification.AlbumMediaEventNotifier
 
AlbumMediaNotificationManager - Class in org.silverpeas.components.gallery.notification.user
 
ALL - Static variable in enum org.silverpeas.components.gallery.constant.MediaResolution
 
asGlobalSilverContent(List<SilverContentInterface>) - Method in class org.silverpeas.components.gallery.GalleryGlobalSilverpeasContentProcessor
 
AUTHOR_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
AUTHOR_ASC_EMPTY_END - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
AUTHOR_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
AUTHOR_DESC_EMPTY_END - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 

B

BASE_PATH - Static variable in class org.silverpeas.components.gallery.model.Media
 
BMP - org.silverpeas.components.gallery.constant.MediaMimeType
 
buildAlbumURI(AlbumDetail) - Static method in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
Centralized the build of a album URI.
buildAlbumURI(NodePK) - Static method in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
Centralized the build of a album URI.
buildMediaContentURI(Media, MediaResolution) - Static method in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
Centralized the build of a media content URI according to the specified resolution.
buildMediaEmbedURI(Media, MediaResolution) - Static method in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
Centralized the build of a media embed URI according to the specified resolution.
buildMediaInAlbumURI(AlbumDetail, Media) - Static method in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
Centralized the build of a media URI contained in a specified album.
buildVideoThumbnailURI(Media, ThumbnailPeriod) - Static method in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
Centralized the build of a video thumbnail URI according to the given ThumbnailPeriod.
BY_DEFAULT - org.silverpeas.components.gallery.model.MediaCriteria.VISIBILITY
 

C

canBeAccessedBy(User) - Method in class org.silverpeas.components.gallery.model.Media
 
COMPONENT_INSTANCE_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
COMPONENT_INSTANCE_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
COMPONENT_NAME - Static variable in class org.silverpeas.components.gallery.GalleryComponentSettings
The name of the Gallery component in Silverpeas.
computeSilverContentVisibility(T) - Method in class org.silverpeas.components.gallery.GalleryContentManager
 
convert(String) - Method in class org.silverpeas.components.gallery.model.MetaData
 
countAllMedia(NodePK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
countAllMedia(NodePK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
countAllMedia(NodePK, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
countAllMedia(NodePK, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
countByCriteria(MediaCriteria) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Counts media according to the given criteria.
countSpecificFiles(String) - Method in class org.silverpeas.components.gallery.GalleryStatistics
 
CREATE_DATE_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
CREATE_DATE_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
createAlbum(AlbumDetail, NodePK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
createAlbum(AlbumDetail, NodePK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
createdBy(UserDetail) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the creator criterion to find media created by the given user.
createMedia(String, ProcessExecutionContext) - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Centralizes the media creation
createMedia(UserDetail, String, Watermark, MediaDataCreateDelegate) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
createMedia(UserDetail, String, Watermark, MediaDataCreateDelegate) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
createOrder(Collection<String>, String, String) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Persists a new order.
createOrder(Collection<String>, String, String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
createOrder(Collection<String>, String, String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
createResourceEventFrom(ResourceEvent.Type, AlbumMedia...) - Method in class org.silverpeas.components.gallery.notification.AlbumMediaEventNotifier
 

D

DefaultGalleryService - Class in org.silverpeas.components.gallery.service
DefaultGalleryService is the service layer which manage a media gallery
DefaultGalleryService() - Constructor for class org.silverpeas.components.gallery.service.DefaultGalleryService
 
defineImageIptcProperties(Iterable<String>) - Method in class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
defineImageIptcProperties(Iterable<String>) - Method in interface org.silverpeas.components.gallery.media.MediaMetadataExtractor
 
defineImageProperties(Iterable<String>) - Method in class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
defineImageProperties(Iterable<String>) - Method in interface org.silverpeas.components.gallery.media.MediaMetadataExtractor
 
deleteAlbum(UserDetail, String, NodePK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
deleteAlbum(UserDetail, String, NodePK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
deleteAllMediaPath(Media) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Deletes the album links of the specified media.
deleteMedia(Media) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Deletes the specified media (and its album links).
deleteMedia(UserDetail, String, Collection<String>) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
deleteMedia(UserDetail, String, Collection<String>) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
deleteOrder(Order) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Deletes an order and its details.
deleteOrders(List<Order>) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
deleteOrders(List<Order>) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
DIMENSION_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
DIMENSION_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
doScheduledAlertUser() - Method in class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
doScheduledDeleteOrder() - Method in class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 
DOWNLOAD_ALLOWED - org.silverpeas.components.gallery.model.OrderRowStatus
 
DOWNLOAD_DONE - org.silverpeas.components.gallery.model.OrderRowStatus
 
DOWNLOAD_REFUSED - org.silverpeas.components.gallery.model.OrderRowStatus
 
DOWNLOAD_WITH_WATERMARK - org.silverpeas.components.gallery.model.OrderRowStatus
 
DrewMediaMetadataExtractor - Class in org.silverpeas.components.gallery.media
 
DrewMediaMetadataExtractor(String) - Constructor for class org.silverpeas.components.gallery.media.DrewMediaMetadataExtractor
 

E

endProcessing() - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
endProcessing() - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
endProcessing() - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Informs the processor the process is ended.
endProcessing() - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Informs the processor the process is ended.
equals(Object) - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
equals(Object) - Method in class org.silverpeas.components.gallery.model.Media
 
equals(Object) - Method in class org.silverpeas.components.gallery.model.MediaPK
Check if an another object is equal to this object
equals(Object) - Method in class org.silverpeas.components.gallery.model.MediaWithStatus
 
equals(Object) - Method in class org.silverpeas.components.gallery.model.Streaming
 
equals(Object) - Method in class org.silverpeas.components.gallery.socialnetwork.SocialInformationGallery
 
ERROR - org.silverpeas.components.gallery.constant.MediaMimeType
 
execute() - Method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Execute the transactional processing
ExifProperty - Class in org.silverpeas.components.gallery.media
 
ExifProperty(int) - Constructor for class org.silverpeas.components.gallery.media.ExifProperty
 
extractImageExifMetaData(File) - Method in class org.silverpeas.components.gallery.media.DrewMediaMetadataExtractor
 
extractImageExifMetaData(File) - Method in interface org.silverpeas.components.gallery.media.MediaMetadataExtractor
 
extractImageExifMetaData(File, String) - Method in class org.silverpeas.components.gallery.media.DrewMediaMetadataExtractor
 
extractImageExifMetaData(File, String) - Method in interface org.silverpeas.components.gallery.media.MediaMetadataExtractor
 
extractImageIptcMetaData(File) - Method in class org.silverpeas.components.gallery.media.DrewMediaMetadataExtractor
 
extractImageIptcMetaData(File) - Method in interface org.silverpeas.components.gallery.media.MediaMetadataExtractor
 
extractImageIptcMetaData(File, String) - Method in class org.silverpeas.components.gallery.media.DrewMediaMetadataExtractor
 
extractImageIptcMetaData(File, String) - Method in interface org.silverpeas.components.gallery.media.MediaMetadataExtractor
 

F

findByCriteria(MediaCriteria) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Finds media according to the given criteria.
findByCriteria(MediaOrderCriteria) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Finds orders from the specified criteria.
FLV - org.silverpeas.components.gallery.constant.MediaMimeType
 
FORCE_GET_ALL - org.silverpeas.components.gallery.model.MediaCriteria.VISIBILITY
 
from(String) - Static method in enum org.silverpeas.components.gallery.constant.MediaType
Gets the enum instance according to the specified type.
fromComponentInstanceId(String) - Static method in class org.silverpeas.components.gallery.model.MediaCriteria
Initializes media search criteria axed on the given media component instance id.
fromComponentInstanceId(String) - Static method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Initializes order search criteria axed on the given order component instance id.
fromFile(File) - Static method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Finds from the given file the corresponding MediaMimeType
fromMediaId(String) - Static method in class org.silverpeas.components.gallery.model.MediaCriteria
Initializes media search criteria axed on the given media identifier.
fromMimeType(String) - Static method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Gets the corresponding MediaMimeType of specified one as string.
fromNameOrLabel(String) - Static method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
fromNbDaysAfterThatDeleteAnOrder(int) - Static method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Initializes order search criteria axed on the given order identifier.
fromNbDaysBeforeThatMediaIsNotVisible(Integer) - Static method in class org.silverpeas.components.gallery.model.MediaCriteria
Initializes media search criteria axed on the given nb of days before that a media is not visible.
fromPropertyName(String, String) - Static method in enum org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 

G

GALLERY_ALBUMS_URI_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_BASE_URI - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_DOWNLOAD_CONTEXT_PARAM - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_MEDIA_CONTENT_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_MEDIA_EMBED_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_MEDIA_THUMBNAIL_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_PHOTO_RESOLUTION_PARAM - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_PHOTOS_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_SOUNDS_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_STREAMING_PROVIDER_DATA_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_STREAMINGS_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GALLERY_VIDEOS_PART - Static variable in class org.silverpeas.components.gallery.constant.GalleryResourceURIs
 
GalleryAlbumMediaSubscriptionNotificationBuilder - Class in org.silverpeas.components.gallery.notification.user
A builder of notifications to gallery subscribers to inform them about some changes in an album.
GalleryComponentSettings - Class in org.silverpeas.components.gallery
It gathers all the settings and i18n relative to the Gallery component.
GalleryContentManager - Class in org.silverpeas.components.gallery
The gallery implementation of SilverpeasContentManager.
GalleryContentManager() - Constructor for class org.silverpeas.components.gallery.GalleryContentManager
Hidden constructor as this implementation must be GET by CDI mechanism.
GalleryCreateMediaDataProcess - Class in org.silverpeas.components.gallery.process.media
Process to create a media in Database
GalleryCreateMediaDataProcess(Media, String, MediaDataCreateDelegate) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryCreateMediaDataProcess
Default hidden constructor
GalleryCreateMediaFileProcess - Class in org.silverpeas.components.gallery.process.media
Process to create a media on file system
GalleryCreateMediaFileProcess(Media, Object, Watermark) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryCreateMediaFileProcess
Default hidden constructor
GalleryDeindexMediaDataProcess - Class in org.silverpeas.components.gallery.process.media
 
GalleryDeindexMediaDataProcess(Media) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryDeindexMediaDataProcess
Default hidden conctructor
GalleryDeleteMediaDataProcess - Class in org.silverpeas.components.gallery.process.media
Process to delete a media from Database
GalleryDeleteMediaDataProcess(Media) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaDataProcess
Default hidden constructor
GalleryDeleteMediaFileProcess - Class in org.silverpeas.components.gallery.process.media
Process to delete a media from file system
GalleryDeleteMediaFileProcess(Media) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaFileProcess
Default hidden constructor
GALLERYENGINE_JOB_NAME - Static variable in class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
GALLERYENGINE_JOB_NAME - Static variable in class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 
GalleryGlobalSilverpeasContentProcessor - Class in org.silverpeas.components.gallery
 
GalleryGlobalSilverpeasContentProcessor() - Constructor for class org.silverpeas.components.gallery.GalleryGlobalSilverpeasContentProcessor
 
GalleryIndexMediaDataProcess - Class in org.silverpeas.components.gallery.process.media
 
GalleryIndexMediaDataProcess(Media) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryIndexMediaDataProcess
Default hidden constructor
GalleryInitialize - Class in org.silverpeas.components.gallery.service
Initializes the Gallery application by setting up the different schedulers, one to alert the user, the other to delete orders.
GalleryInitialize() - Constructor for class org.silverpeas.components.gallery.service.GalleryInitialize
 
GalleryInstancePostConstruction - Class in org.silverpeas.components.gallery
Once an instance of the Gallery application is created, creates for it one entry for galleries with the Node service and then creates the home gallery.
GalleryInstancePostConstruction() - Constructor for class org.silverpeas.components.gallery.GalleryInstancePostConstruction
 
GalleryInstancePreDestruction - Class in org.silverpeas.components.gallery
 
GalleryInstancePreDestruction() - Constructor for class org.silverpeas.components.gallery.GalleryInstancePreDestruction
 
GalleryLoadMetaDataProcess - Class in org.silverpeas.components.gallery.process.media
Process to load metadata of a photo
GalleryPasteDelegate - Class in org.silverpeas.components.gallery.delegate
 
GalleryPasteDelegate(AlbumDetail) - Constructor for class org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
 
GalleryPasteMediaDataProcess - Class in org.silverpeas.components.gallery.process.media
Process to paste a media in Database
GalleryPasteMediaDataProcess(Media, String, MediaPK, boolean) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryPasteMediaDataProcess
Default hidden constructor
GalleryPasteMediaFileProcess - Class in org.silverpeas.components.gallery.process.media
Process to paste a media on file system
GalleryPasteMediaFileProcess(Media, MediaPK, boolean) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryPasteMediaFileProcess
Default hidden constructor
GalleryProcessManagement - Class in org.silverpeas.components.gallery.process
 
GalleryProcessManagement(UserDetail, String) - Constructor for class org.silverpeas.components.gallery.process.GalleryProcessManagement
Default constructor
GalleryResourceURIs - Class in org.silverpeas.components.gallery.constant
Base URIs from which the REST-based ressources representing gallery entities are defined.
GalleryRuntimeException - Exception in org.silverpeas.components.gallery.model
 
GalleryRuntimeException(String) - Constructor for exception org.silverpeas.components.gallery.model.GalleryRuntimeException
 
GalleryRuntimeException(String, Throwable) - Constructor for exception org.silverpeas.components.gallery.model.GalleryRuntimeException
 
GalleryRuntimeException(Throwable) - Constructor for exception org.silverpeas.components.gallery.model.GalleryRuntimeException
 
GalleryService - Interface in org.silverpeas.components.gallery.service
 
GalleryStatistics - Class in org.silverpeas.components.gallery
 
GalleryStatistics() - Constructor for class org.silverpeas.components.gallery.GalleryStatistics
 
GalleryUpdateMediaDataProcess - Class in org.silverpeas.components.gallery.process.media
Process to update a media in Database
GalleryUpdateMediaDataProcess(Media, MediaDataUpdateDelegate, boolean) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaDataProcess
Default hidden constructor
GalleryUpdateMediaFileProcess - Class in org.silverpeas.components.gallery.process.media
Process to update a media on file system
GalleryUpdateMediaFileProcess(Media, FileItem, Watermark) - Constructor for class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaFileProcess
Default hidden constructor
GalleryUserAlertNotification - Class in org.silverpeas.components.gallery.notification.user
 
GalleryUserAlertNotification(NodePK, Media, User) - Constructor for class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
get() - Static method in class org.silverpeas.components.gallery.notification.AlbumMediaEventNotifier
 
get() - Static method in class org.silverpeas.components.gallery.notification.user.AlbumMediaNotificationManager
 
getAccessibleContributions(List<ResourceReference>, String) - Method in class org.silverpeas.components.gallery.GalleryContentManager
 
getAction() - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryUserNotification
 
getAction() - Method in class org.silverpeas.components.gallery.notification.user.GalleryAlbumMediaSubscriptionNotificationBuilder
 
getAlbum() - Method in class org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
 
getAlbum() - Method in class org.silverpeas.components.gallery.model.AlbumMedia
Gets the AlbumDetail which has been concerned by the manipulation of the Media.
getAlbum(NodePK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAlbum(NodePK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAlbum(NodePK, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAlbum(NodePK, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAlbumId() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
 
getAlbumId() - Method in class org.silverpeas.components.gallery.model.AlbumMedia
Gets the identifier of the album which has been concerned by the manipulation of the Media.
getAlbumIdsOf(Media) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Gets the identifier list of albums which the given media is associated to.
getAlbumIdsOf(Media) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAlbumIdsOf(Media) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAlbumsToPaste() - Method in class org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
 
getAllAlbums(String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllAlbums(String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllMedia(String, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllMedia(String, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllMedia(NodePK, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllMedia(NodePK, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllMediaByUserId(String, Period) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
get my list of SocialInformationGallery according to options and number of Item and the first Index.
getAllMediaByUserId(String, Period) - Method in interface org.silverpeas.components.gallery.service.GalleryService
Gets the list of social information about the media for the specified user and in the given period of time.
getAllMediaIdByUserId(String, Period) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
get my SocialInformationGallery according to the type of data base used (PostgresSQL,Oracle, MMS).
getAllMediaThatWillBeNotVisible(int) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllMediaThatWillBeNotVisible(int) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllOrderDetails(String) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Gets all medias of an order.
getAllOrders(String, String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllOrders(String, String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllOrderToDelete(int) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllOrderToDelete(int) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllPhoto(String, String, MediaCriteria.VISIBILITY) - Static method in class org.silverpeas.components.gallery.dao.PhotoDAO
 
getAllPhotos(NodePK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllPhotos(NodePK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getAllPhotos(NodePK, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getAllPhotos(NodePK, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getApplicationEmbedUrl(MediaResolution) - Method in class org.silverpeas.components.gallery.model.Media
Gets the Application URL thumbnail of the media according the specified media resolution.
getApplicationEmbedUrl(MediaResolution) - Method in class org.silverpeas.components.gallery.model.Photo
 
getApplicationEmbedUrl(MediaResolution) - Method in class org.silverpeas.components.gallery.model.Streaming
 
getApplicationOriginalUrl() - Method in class org.silverpeas.components.gallery.model.Media
Gets the original URL of a media with cache handling.
getApplicationOriginalUrl() - Method in class org.silverpeas.components.gallery.model.Streaming
 
getApplicationThumbnailUrl(MediaResolution) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
getApplicationThumbnailUrl(MediaResolution) - Method in class org.silverpeas.components.gallery.model.Media
Gets the Application URL thumbnail of the media according the specified media resolution.
getAuthor() - Method in class org.silverpeas.components.gallery.model.Media
 
getBitrate() - Method in class org.silverpeas.components.gallery.model.Sound
Gets the number of bytes delivered per seconds.
getBitrate() - Method in class org.silverpeas.components.gallery.model.Video
Gets the number of bytes delivered per seconds.
getBundleSubjectKey() - Method in class org.silverpeas.components.gallery.notification.user.GalleryAlbumMediaSubscriptionNotificationBuilder
 
getByCriteria(MediaCriteria) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Gets the media behind the specified criteria.
getByCriteria(MediaOrderCriteria) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Gets a unique result.
getChildrenAlbumsDetails() - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
getComponentInstanceId() - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Gets the indetifier of media instance.
getComponentInstanceId() - Method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Gets the indetifier of order instance.
getComponentInstanceId() - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
getComponentInstanceId() - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
getComponentMessages(String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getComponentSettings() - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getContentIconFileName(String) - Method in class org.silverpeas.components.gallery.GalleryContentManager
 
getContribution(String, String) - Method in class org.silverpeas.components.gallery.GalleryContentManager
 
getContributionAccessLinkLabelBundleKey() - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
getContributionAccessLinkLabelBundleKey() - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
getContributionById(ContributionIdentifier) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getContributionById(ContributionIdentifier) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getContributionType() - Method in class org.silverpeas.components.gallery.model.Media
 
getCopy() - Method in class org.silverpeas.components.gallery.model.Media
Creates a copy of the instance.
getCopy() - Method in class org.silverpeas.components.gallery.model.Photo
 
getCopy() - Method in class org.silverpeas.components.gallery.model.Sound
 
getCopy() - Method in class org.silverpeas.components.gallery.model.Streaming
 
getCopy() - Method in class org.silverpeas.components.gallery.model.Video
 
getCreationDate() - Method in class org.silverpeas.components.gallery.model.Media
 
getCreationDate() - Method in class org.silverpeas.components.gallery.model.Order
 
getCreator() - Method in class org.silverpeas.components.gallery.model.Media
 
getCreatorId() - Method in class org.silverpeas.components.gallery.model.Media
 
getCreatorName() - Method in class org.silverpeas.components.gallery.model.Media
 
getDate() - Method in class org.silverpeas.components.gallery.model.Media
 
getDateValue() - Method in class org.silverpeas.components.gallery.model.MetaData
 
getDefinition() - Method in class org.silverpeas.components.gallery.model.Photo
Gets the definition of the photo.
getDefinition() - Method in class org.silverpeas.components.gallery.model.Video
Gets the definition of the resolution.
getDescription() - Method in class org.silverpeas.components.gallery.model.Media
 
getDescription(String) - Method in class org.silverpeas.components.gallery.model.Media
 
getDownloadDate() - Method in class org.silverpeas.components.gallery.model.OrderRow
 
getDownloadDecision() - Method in class org.silverpeas.components.gallery.model.OrderRow
 
getDownloadPeriod() - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
getDuration() - Method in class org.silverpeas.components.gallery.model.Sound
Gets the duration in milliseconds.
getDuration() - Method in class org.silverpeas.components.gallery.model.Video
Gets the duration in milliseconds.
getExtensions() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Gets supported extensions.
getFile(MediaResolution) - Method in class org.silverpeas.components.gallery.model.Media
Gets the Silverpeas file.
getFile(MediaResolution, String) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
getFile(MediaResolution, String) - Method in class org.silverpeas.components.gallery.model.Media
Gets the Silverpeas file.
getFile(MediaResolution, String) - Method in class org.silverpeas.components.gallery.model.Streaming
 
getFileItem() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Gets the file from parameters
getFileMimeType() - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
getFileName() - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
getFileSize() - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
getGalleryBm() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Access to the GalleryService
getGalleryContentManager() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Access to gallery content manager
getGenericRecordSetManager() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Gets an instance of a GenericRecordSet objects manager.
getGroupIdsToNotify() - Method in class org.silverpeas.components.gallery.notification.user.GalleryAlbumMediaSubscriptionNotificationBuilder
 
getHeaderData() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Get the photo header data
getHeight() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
getHighestUserRole(User) - Method in class org.silverpeas.components.gallery.model.Media
Retrieve highest user role
getHomepageUrl() - Method in class org.silverpeas.components.gallery.model.Streaming
Gets the provider URL that permits to access to the video play.
getIcons() - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
Gets all the icons definitions particular to the Gallery component.
getIconUrl() - Method in class org.silverpeas.components.gallery.model.Media
 
getId() - Method in class org.silverpeas.components.gallery.model.Media
 
getIndexEntry() - Method in class org.silverpeas.components.gallery.model.MediaSelection
 
getInstance(Media) - Static method in class org.silverpeas.components.gallery.process.media.GalleryDeindexMediaDataProcess
Process to deindex a media in Database
getInstance(Media) - Static method in class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaDataProcess
Gets an instance
getInstance(Media) - Static method in class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaFileProcess
Gets an instance
getInstance(Media) - Static method in class org.silverpeas.components.gallery.process.media.GalleryIndexMediaDataProcess
Process to index a media in Database
getInstance(Media) - Static method in class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaDataProcess
Gets an instance
getInstance(Media, Object, Watermark) - Static method in class org.silverpeas.components.gallery.process.media.GalleryCreateMediaFileProcess
Gets an instance
getInstance(Media, String, MediaDataCreateDelegate) - Static method in class org.silverpeas.components.gallery.process.media.GalleryCreateMediaDataProcess
Gets an instance
getInstance(Media, String, MediaPK, boolean) - Static method in class org.silverpeas.components.gallery.process.media.GalleryPasteMediaDataProcess
Default hidden constructor
getInstance(Media, FileItem, Watermark) - Static method in class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaFileProcess
Gets an instance
getInstance(Media, MediaDataUpdateDelegate) - Static method in class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaDataProcess
Gets an instance
getInstance(Media, MediaPK, boolean) - Static method in class org.silverpeas.components.gallery.process.media.GalleryPasteMediaFileProcess
Gets an instance
getInstanceId() - Method in class org.silverpeas.components.gallery.model.Media
 
getInstanceId() - Method in class org.silverpeas.components.gallery.model.Order
 
getInstanceId() - Method in class org.silverpeas.components.gallery.model.OrderRow
 
getInstructionBase() - Method in enum org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
getInternalMedia() - Method in class org.silverpeas.components.gallery.model.Media
Gets the internal media instance if type of the current media is MediaType.Photo or MediaType.Video or MediaType.Sound.
getInternalMedia() - Method in class org.silverpeas.components.gallery.model.OrderRow
 
getKeyData() - Method in class org.silverpeas.components.gallery.model.MediaSelection
 
getKeyWord() - Method in class org.silverpeas.components.gallery.model.Media
 
getLabel() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
getLabel() - Method in class org.silverpeas.components.gallery.media.ExifProperty
 
getLabel() - Method in class org.silverpeas.components.gallery.model.MetaData
 
getLabel(String) - Method in class org.silverpeas.components.gallery.media.ExifProperty
 
getLanguage() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
 
getLanguages() - Method in class org.silverpeas.components.gallery.model.Media
 
getLastRegisteredMedia(String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getLastRegisteredMedia(String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getLastUpdateDate() - Method in class org.silverpeas.components.gallery.model.Media
 
getLastUpdatedBy() - Method in class org.silverpeas.components.gallery.model.Media
 
getLastUpdater() - Method in class org.silverpeas.components.gallery.model.Media
 
getLastUpdaterName() - Method in class org.silverpeas.components.gallery.model.Media
 
getLocalizationBundlePath() - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryUserNotification
 
getMaxNumberOfPreviewThumbnail() - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
getMedia() - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
getMedia() - Method in class org.silverpeas.components.gallery.model.AlbumMedia
The media.
getMedia() - Method in class org.silverpeas.components.gallery.model.MediaWithStatus
 
getMedia() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
 
getMedia() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryFileProcess
 
getMedia(List<String>, String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getMedia(List<String>, String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getMedia(List<String>, String, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getMedia(List<String>, String, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getMedia(MediaPK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getMedia(MediaPK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getMedia(MediaPK, MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getMedia(MediaPK, MediaCriteria.VISIBILITY) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getMediaId() - Method in class org.silverpeas.components.gallery.model.OrderRow
 
getMediaPK() - Method in class org.silverpeas.components.gallery.model.Media
 
getMediaService() - Static method in class org.silverpeas.components.gallery.service.MediaServiceProvider
 
getMediaToPaste() - Method in class org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
 
getMediaType() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
 
getMediaWebUriPart() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Gets the media Web Uri part.
getMessagesIn(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
Gets all the messages for the Gallery component and translated in the specified language.
getMetaData(String) - Method in class org.silverpeas.components.gallery.model.InternalMedia
Gets a metadata according to the specified property name.
getMetaDataProperties() - Method in class org.silverpeas.components.gallery.model.InternalMedia
Gets all metadata property names.
getMimeType() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Gets the mime type as string.
getName() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Gets the name (useful for JSTL use)
getName() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
getName() - Method in enum org.silverpeas.components.gallery.constant.MediaType
 
getName() - Method in class org.silverpeas.components.gallery.model.Media
 
getName(String) - Method in class org.silverpeas.components.gallery.model.Media
 
getNbDaysBeforeThatMediaIsNotVisible() - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Gets the criterion of the nb of days before that a media is not visible.
getNbMedia() - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
getNbMediaDisplayedPerPage() - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
Gets the max number of media displayed on homepage.
getNbRows() - Method in class org.silverpeas.components.gallery.model.Order
 
getNotVisible(String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getNotVisible(String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getOrder(String, String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getOrder(String, String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getOrderer() - Method in class org.silverpeas.components.gallery.model.Order
 
getOrderId() - Method in class org.silverpeas.components.gallery.model.Order
 
getOrderId() - Method in class org.silverpeas.components.gallery.model.OrderRow
 
getOrganisationController() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Access to the shared OrganizationController
getOrganisationController() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryFileProcess
Access to the shared OrganizationController
getPath(String) - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
getPath(NodePK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getPath(NodePK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getPdcPositions() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
getPermalink() - Method in class org.silverpeas.components.gallery.model.Media
Gets the permalink of a media.
getPhoto() - Method in class org.silverpeas.components.gallery.model.Media
Gets the photo instance if type of the current media is MediaType.Photo.
getPhoto(String) - Static method in class org.silverpeas.components.gallery.dao.PhotoDAO
 
getPhoto(MediaPK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getPhoto(MediaPK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getProcessDate() - Method in class org.silverpeas.components.gallery.model.Order
 
getProcessUserId() - Method in class org.silverpeas.components.gallery.model.Order
 
getProperty() - Method in class org.silverpeas.components.gallery.media.ExifProperty
 
getProperty() - Method in class org.silverpeas.components.gallery.model.MetaData
 
getProvider() - Method in class org.silverpeas.components.gallery.model.Streaming
Gets the streaming provider.
getPublicationTemplateManager() - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Gets an instance of PublicationTemplateManager.
getResourceType() - Static method in class org.silverpeas.components.gallery.model.Photo
The type of this resource
getResourceType() - Static method in class org.silverpeas.components.gallery.model.Sound
The type of this resource
getResourceType() - Static method in class org.silverpeas.components.gallery.model.Streaming
The type of this resource
getResourceType() - Static method in class org.silverpeas.components.gallery.model.Video
The type of this resource
getResourceURL(AlbumDetail) - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
getResultLimit() - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Gets the maximum number of media in a result list.
getRootTableName() - Method in class org.silverpeas.components.gallery.model.MediaPK
Return the object root table name
getRows() - Method in class org.silverpeas.components.gallery.model.Order
 
getSender() - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
getSender() - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
getSettings() - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
Gets all the settings of the Gallery component.
getSilverCreationDate() - Method in class org.silverpeas.components.gallery.model.Media
 
getSilverObjectId(MediaPK) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
getSilverObjectId(MediaPK) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
getSilverpeasContentId() - Method in class org.silverpeas.components.gallery.model.Media
 
getSocialInformationList(String, Date, Date) - Method in class org.silverpeas.components.gallery.socialnetwork.SocialGalleryMedia
get the social information of the specified user between the specified period of time.
getSocialInformationList(String, Date, Date) - Method in class org.silverpeas.components.gallery.socialnetwork.SocialGalleryMediaComment
 
getSocialInformationListOfMyContacts(String, List<String>, Date, Date) - Method in class org.silverpeas.components.gallery.socialnetwork.SocialGalleryMedia
get the social information of the specified contacts of the specified user between the specified period of time.
getSocialInformationListOfMyContacts(String, List<String>, Date, Date) - Method in class org.silverpeas.components.gallery.socialnetwork.SocialGalleryMediaComment
 
getSocialInformationListOfMyContacts(List<String>, List<String>, Period) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
get list of socialInformationGallery of my contacts according to the type of data base used(PostgresSQL,Oracle,MMS) .
getSocialInformationListOfMyContacts(List<String>, List<String>, Period) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
get list of SocialInformationGallery of my contacts according to options and number of Item and the first Index.
getSocialInformationListOfMyContacts(List<String>, List<String>, Period) - Method in interface org.silverpeas.components.gallery.service.GalleryService
Gets the list of social information of the specified users about all the media in the given component instances and in the specified period of time.
getSound() - Method in class org.silverpeas.components.gallery.model.Media
Gets the sound instance if type of the current media is MediaType.Sound.
getStatusFromDownloadDecision(String) - Static method in enum org.silverpeas.components.gallery.model.OrderRowStatus
 
getStreaming() - Method in class org.silverpeas.components.gallery.model.Media
Gets the streaming instance if type of the current media is MediaType.Streaming.
getSupportedMimeTypes(MediaType) - Static method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Gets the supported mime types according to the given media type.
getTableName() - Method in class org.silverpeas.components.gallery.model.MediaPK
Return the object table name
getTechnicalFolder() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Gets the prefix folder name of a media on Silverpeas workspace.
getTemplateFileName() - Method in class org.silverpeas.components.gallery.notification.user.GalleryAlbumMediaSubscriptionNotificationBuilder
 
getTemplateFileName() - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
getTemplatePath() - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryUserNotification
 
getThumbnailSuffix() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
getTitle() - Method in class org.silverpeas.components.gallery.model.Media
 
getTransferData(DataFlavor) - Method in class org.silverpeas.components.gallery.model.MediaSelection
 
getType() - Method in class org.silverpeas.components.gallery.model.Media
 
getType() - Method in class org.silverpeas.components.gallery.model.Photo
 
getType() - Method in class org.silverpeas.components.gallery.model.Sound
 
getType() - Method in class org.silverpeas.components.gallery.model.Streaming
 
getType() - Method in class org.silverpeas.components.gallery.model.Video
 
getURL() - Method in class org.silverpeas.components.gallery.model.Media
 
getUserId() - Method in class org.silverpeas.components.gallery.model.Order
 
getUserIdsToNotify() - Method in class org.silverpeas.components.gallery.notification.user.GalleryAlbumMediaSubscriptionNotificationBuilder
 
getUserIdsToNotify() - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
getUserName() - Method in class org.silverpeas.components.gallery.model.Order
 
getValue() - Method in class org.silverpeas.components.gallery.model.MetaData
 
getValuesToCompare(Media) - Method in class org.silverpeas.components.gallery.model.MediaLogicalComparator
 
getVideo() - Method in class org.silverpeas.components.gallery.model.Media
Gets the video instance if type of the current media is MediaType.Video.
getVisibilityPeriod() - Method in class org.silverpeas.components.gallery.model.Media
 
getVolume(String, String) - Method in class org.silverpeas.components.gallery.GalleryStatistics
 
getWatermark(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
getWatermarkSize() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
getWatermarkSize(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
getWidth() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
getWorkspaceSubFolderName() - Method in class org.silverpeas.components.gallery.model.Media
Gets the sub folder name of the media in the Silverpeas workspace.
getXMLFormName(ProcessExecutionContext) - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Gets an XML form name if it exists for the media
GIF - org.silverpeas.components.gallery.constant.MediaMimeType
 

H

hashCode() - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
hashCode() - Method in class org.silverpeas.components.gallery.model.Media
 
hashCode() - Method in class org.silverpeas.components.gallery.model.MediaPK
Returns a hash code for the key
hashCode() - Method in class org.silverpeas.components.gallery.model.MediaWithStatus
 
hashCode() - Method in class org.silverpeas.components.gallery.model.Streaming
 
hashCode() - Method in class org.silverpeas.components.gallery.socialnetwork.SocialInformationGallery
 
HeaderData() - Constructor for class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
HIDDEN_ONLY - org.silverpeas.components.gallery.model.MediaCriteria.VISIBILITY
 

I

ICONS_PATH - Static variable in class org.silverpeas.components.gallery.GalleryComponentSettings
The relative path of the properties file containing the references of the icons dedicated to the Gallery component.
IDENTIFIER_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
IDENTIFIER_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
identifierIsOneOf(String...) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the identifiers criterion to find the medias with an identifier equals to one of the specified ones.
identifierIsOneOf(String...) - Method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Sets the identifiers criterion to find the orders with an identifier equals to one of the specified ones.
imageIptcProperties - Variable in class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
imageProperties - Variable in class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
importFromRepository(UserDetail, String, File, MediaDataCreateDelegate) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
importFromRepository(UserDetail, String, File, MediaDataCreateDelegate) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
importFromRepositoryProcesses(UserDetail, String, File, String, MediaDataCreateDelegate) - Static method in class org.silverpeas.components.gallery.process.GalleryProcessManagement
Recursive method to add processes to create albums from a file repository.
indexGallery(UserDetail, String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
indexGallery(UserDetail, String) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
init() - Method in class org.silverpeas.components.gallery.service.GalleryInitialize
 
initialize() - Method in class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
initialize() - Method in class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 
InternalMedia - Class in org.silverpeas.components.gallery.model
This class represents a Media that the content (the file in other words) is saved on the Silverpeas workspace.
InternalMedia() - Constructor for class org.silverpeas.components.gallery.model.InternalMedia
 
InternalMedia(InternalMedia) - Constructor for class org.silverpeas.components.gallery.model.InternalMedia
 
IptcProperty - Class in org.silverpeas.components.gallery.media
 
IptcProperty(int) - Constructor for class org.silverpeas.components.gallery.media.IptcProperty
 
isApplicableOnSQLQuery() - Method in enum org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
isAsc() - Method in enum org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
isDate() - Method in class org.silverpeas.components.gallery.media.IptcProperty
 
isDate() - Method in class org.silverpeas.components.gallery.model.MetaData
 
isDisplayed() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
Indicates if the definition can be displayed to the user.
isDownloadable() - Method in class org.silverpeas.components.gallery.model.InternalMedia
Indicates if the download is possible according the visibility information.
isDownloadable() - Method in class org.silverpeas.components.gallery.model.Media
Indicated if the download is possible.
isDownloadAuthorized() - Method in class org.silverpeas.components.gallery.model.InternalMedia
Indicates if the media is marked as downloadable.
isDragAndDropEnabled(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
isForm() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Checks if a form exists
isHeaderData() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Checks if header data exists
isIPTCCompliant() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if from the mime type can be read IPTC metadata.
isLarge() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
isMakeWatermarkEnabled(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
isMedium() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
isPdcEnabled(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
isPhoto() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Indicates if current type is the photo one.
isPreview() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
isPreviewable() - Method in class org.silverpeas.components.gallery.model.Media
Indicates if the media is previewable.
isPreviewable() - Method in class org.silverpeas.components.gallery.model.Photo
 
isPreviewablePhoto() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if the mime type is one of photo and if it is previewable.
isProcessed() - Method in class org.silverpeas.components.gallery.model.Order
 
isReadablePhoto() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if the mime type is a photo one and if it is readable by ImageIo.
isRelatedTo(String) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
isSkipEmptyValues() - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
 
isSmall() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
isSound() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Indicates if current type is the sound one.
isStreaming() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Indicates if current type is the streaming one.
isSupportedMediaType() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if the mime type is one of handled media types.
isSupportedPhotoType() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if the mime type is one of handled photo types.
isSupportedSoundType() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if the mime type is one of handled photo types.
isSupportedVideoType() - Method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Indicates if the mime type is one of handled photo types.
isTiny() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
isUpdate() - Method in class org.silverpeas.components.gallery.model.MediaWithStatus
 
isVideo() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Indicates if current type is the video one.
isViewMetadataEnabled(String) - Static method in class org.silverpeas.components.gallery.GalleryComponentSettings
 
isVisible() - Method in class org.silverpeas.components.gallery.model.Media
 
isVisible(Date) - Method in class org.silverpeas.components.gallery.model.Media
 
isWatermark() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 
isWatermarkApplicable() - Method in enum org.silverpeas.components.gallery.constant.MediaResolution
 

J

jobFailed(SchedulerEvent) - Method in class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
jobFailed(SchedulerEvent) - Method in class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 
jobSucceeded(SchedulerEvent) - Method in class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
jobSucceeded(SchedulerEvent) - Method in class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 
JPG - org.silverpeas.components.gallery.constant.MediaMimeType
 

L

LARGE - org.silverpeas.components.gallery.constant.MediaResolution
 
LAST_UPDATE_DATE_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
LAST_UPDATE_DATE_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
limitResultTo(int) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Limit the number of results.
load(InternalMedia) - Static method in class org.silverpeas.components.gallery.process.media.GalleryLoadMetaDataProcess
Method to call to load MetaData

M

Media - Class in org.silverpeas.components.gallery.model
This class represents a Media and provides all the common data.
Media() - Constructor for class org.silverpeas.components.gallery.model.Media
 
Media(Media) - Constructor for class org.silverpeas.components.gallery.model.Media
 
MediaCriteria - Class in org.silverpeas.components.gallery.model
Class that permits to set media search criteria for media application.
MediaCriteria.QUERY_ORDER_BY - Enum in org.silverpeas.components.gallery.model
 
MediaCriteria.VISIBILITY - Enum in org.silverpeas.components.gallery.model
 
MediaCriteriaProcessor - Interface in org.silverpeas.components.gallery.model
A processor of a media criteria.
MediaDAO - Class in org.silverpeas.components.gallery.dao
 
MediaDataCreateDelegate - Class in org.silverpeas.components.gallery.delegate
 
MediaDataCreateDelegate(MediaType, String, String) - Constructor for class org.silverpeas.components.gallery.delegate.MediaDataCreateDelegate
 
MediaDataCreateDelegate(MediaType, String, String, List<FileItem>) - Constructor for class org.silverpeas.components.gallery.delegate.MediaDataCreateDelegate
 
MediaDataUpdateDelegate - Class in org.silverpeas.components.gallery.delegate
 
MediaDataUpdateDelegate(MediaType, String, String, List<FileItem>) - Constructor for class org.silverpeas.components.gallery.delegate.MediaDataUpdateDelegate
 
MediaDataUpdateDelegate(MediaType, String, String, List<FileItem>, boolean) - Constructor for class org.silverpeas.components.gallery.delegate.MediaDataUpdateDelegate
 
MediaFlavor - Static variable in class org.silverpeas.components.gallery.model.MediaSelection
 
MediaLogicalComparator - Class in org.silverpeas.components.gallery.model
This class handles the logical comparison of media data.
MediaMetadataException - Exception in org.silverpeas.components.gallery.media
 
MediaMetadataException(String) - Constructor for exception org.silverpeas.components.gallery.media.MediaMetadataException
 
MediaMetadataException(String, Throwable) - Constructor for exception org.silverpeas.components.gallery.media.MediaMetadataException
 
MediaMetadataException(Throwable) - Constructor for exception org.silverpeas.components.gallery.media.MediaMetadataException
 
MediaMetadataExtractor - Interface in org.silverpeas.components.gallery.media
 
MediaMimeType - Enum in org.silverpeas.components.gallery.constant
Enumeration for all supported media types in the gallery component.
MediaOrderCriteria - Class in org.silverpeas.components.gallery.model
Class that permits to set order search criteria for order application.
MediaOrderCriteriaProcessor - Interface in org.silverpeas.components.gallery.model
A processor of a order criteria.
MediaOrderSQLQueryBuilder - Class in org.silverpeas.components.gallery.dao
A dynamic builder of a SQL query.
MediaOrderSQLQueryBuilder() - Constructor for class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
MediaPK - Class in org.silverpeas.components.gallery.model
It's the Node PrimaryKey object It identify a Node
MediaPK(String) - Constructor for class org.silverpeas.components.gallery.model.MediaPK
Constructor which set only the id
MediaPK(String, String) - Constructor for class org.silverpeas.components.gallery.model.MediaPK
 
MediaPK(String, String, String) - Constructor for class org.silverpeas.components.gallery.model.MediaPK
Constructor which set id, space and component name
MediaPK(String, WAPrimaryKey) - Constructor for class org.silverpeas.components.gallery.model.MediaPK
Constructor which set the id The WAPrimaryKey provides space and component name
MediaResolution - Enum in org.silverpeas.components.gallery.constant
 
MediaSelection - Class in org.silverpeas.components.gallery.model
 
MediaSelection(Media) - Constructor for class org.silverpeas.components.gallery.model.MediaSelection
 
MediaServiceProvider - Class in org.silverpeas.components.gallery.service
 
MediaSQLQueryBuilder - Class in org.silverpeas.components.gallery.dao
A dynamic builder of a SQL query.
MediaType - Enum in org.silverpeas.components.gallery.constant
 
mediaTypeIsOneOf(MediaType...) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the list of media type criterion to find media which have their type equals to one of the given ones.
MediaUtil - Class in org.silverpeas.components.gallery
 
MediaWithStatus - Class in org.silverpeas.components.gallery.model
 
MediaWithStatus(Media, boolean) - Constructor for class org.silverpeas.components.gallery.model.MediaWithStatus
 
MEDIUM - org.silverpeas.components.gallery.constant.MediaResolution
 
memorySizeOfSpecificFiles(String) - Method in class org.silverpeas.components.gallery.GalleryStatistics
 
MESSAGES_PATH - Static variable in class org.silverpeas.components.gallery.GalleryComponentSettings
The relative path of the i18n bundle of the Gallery component.
MetaData - Class in org.silverpeas.components.gallery.model
 
MetaData() - Constructor for class org.silverpeas.components.gallery.model.MetaData
 
MetaData(byte[]) - Constructor for class org.silverpeas.components.gallery.model.MetaData
 
MetaData(String) - Constructor for class org.silverpeas.components.gallery.model.MetaData
 
metaDataBundles - Variable in class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
MOV - org.silverpeas.components.gallery.constant.MediaMimeType
 
MP3 - org.silverpeas.components.gallery.constant.MediaMimeType
 
MP4 - org.silverpeas.components.gallery.constant.MediaMimeType
 

N

newInstance() - Method in enum org.silverpeas.components.gallery.constant.MediaType
Instantiates a new model instance according to the media type.
newInstance() - Method in class org.silverpeas.components.gallery.delegate.MediaDataCreateDelegate
Gets a new media instance according to known media type.
NORMAL - org.silverpeas.components.gallery.constant.MediaResolution
 

O

on(List<MediaCriteria.QUERY_ORDER_BY>) - Static method in class org.silverpeas.components.gallery.model.MediaLogicalComparator
Easy way to obtain an instance of the comparator.
on(MediaCriteria.QUERY_ORDER_BY...) - Static method in class org.silverpeas.components.gallery.model.MediaLogicalComparator
Easy way to obtain an instance of the comparator.
onComponentInstanceId(String) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the criterion of the identifier of the component instance the media must be attached.
onCreation(AlbumMediaEvent) - Method in class org.silverpeas.components.gallery.notification.AlbumMediaEventListener
 
onDeletion(AlbumMediaEvent) - Method in class org.silverpeas.components.gallery.notification.AlbumMediaEventListener
 
onSuccessful() - Method in class org.silverpeas.components.gallery.process.media.GalleryCreateMediaDataProcess
 
onSuccessful() - Method in class org.silverpeas.components.gallery.process.media.GalleryDeindexMediaDataProcess
 
onSuccessful() - Method in class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaDataProcess
 
onSuccessful() - Method in class org.silverpeas.components.gallery.process.media.GalleryIndexMediaDataProcess
 
onSuccessful() - Method in class org.silverpeas.components.gallery.process.media.GalleryPasteMediaDataProcess
 
onSuccessful() - Method in class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaDataProcess
 
Order - Class in org.silverpeas.components.gallery.model
 
Order(String) - Constructor for class org.silverpeas.components.gallery.model.Order
 
Order(String, String, Date) - Constructor for class org.silverpeas.components.gallery.model.Order
 
OrderDAO - Class in org.silverpeas.components.gallery.dao
 
orderedBy(MediaCriteria.QUERY_ORDER_BY...) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Configures the order of the media list.
orderingResult(List<Media>) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
orderingResult(List<Media>) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
This method must be called after the media list is entirely loaded.
orderingResult(List<Order>) - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
orderingResult(List<Order>) - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
This method must be called after the order list is entirely loaded.
OrderRow - Class in org.silverpeas.components.gallery.model
 
OrderRow(String, String, String) - Constructor for class org.silverpeas.components.gallery.model.OrderRow
 
OrderRowStatus - Enum in org.silverpeas.components.gallery.model
 
org.silverpeas.components.gallery - package org.silverpeas.components.gallery
 
org.silverpeas.components.gallery.constant - package org.silverpeas.components.gallery.constant
 
org.silverpeas.components.gallery.dao - package org.silverpeas.components.gallery.dao
 
org.silverpeas.components.gallery.delegate - package org.silverpeas.components.gallery.delegate
 
org.silverpeas.components.gallery.media - package org.silverpeas.components.gallery.media
 
org.silverpeas.components.gallery.model - package org.silverpeas.components.gallery.model
 
org.silverpeas.components.gallery.notification - package org.silverpeas.components.gallery.notification
 
org.silverpeas.components.gallery.notification.user - package org.silverpeas.components.gallery.notification.user
 
org.silverpeas.components.gallery.process - package org.silverpeas.components.gallery.process
 
org.silverpeas.components.gallery.process.media - package org.silverpeas.components.gallery.process.media
 
org.silverpeas.components.gallery.service - package org.silverpeas.components.gallery.service
 
org.silverpeas.components.gallery.socialnetwork - package org.silverpeas.components.gallery.socialnetwork
 
ORIGINAL - org.silverpeas.components.gallery.constant.MediaResolution
 

P

paste(UserDetail, String, GalleryPasteDelegate) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
paste(UserDetail, String, GalleryPasteDelegate) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
pasteInternalMedia(FileHandler, MediaPK, InternalMedia, boolean) - Static method in class org.silverpeas.components.gallery.MediaUtil
Pastes media from a source to a destination.
perform(AlbumDetail) - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
perform(Media) - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
performNotificationResource(String, AlbumDetail, NotificationResourceData) - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
performNotificationResource(String, Media, NotificationResourceData) - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
performTemplateData(String, AlbumDetail, SilverpeasTemplate) - Method in class org.silverpeas.components.gallery.notification.user.AbstractGalleryAlbumUserNotification
 
performTemplateData(String, AlbumDetail, SilverpeasTemplate) - Method in class org.silverpeas.components.gallery.notification.user.GalleryAlbumMediaSubscriptionNotificationBuilder
 
performTemplateData(String, Media, SilverpeasTemplate) - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
Photo - Class in org.silverpeas.components.gallery.model
This class represents a Photo.
Photo - org.silverpeas.components.gallery.constant.MediaType
 
Photo() - Constructor for class org.silverpeas.components.gallery.model.Photo
 
Photo(Photo) - Constructor for class org.silverpeas.components.gallery.model.Photo
 
PhotoDAO - Class in org.silverpeas.components.gallery.dao
 
PHOTOS - Static variable in enum org.silverpeas.components.gallery.constant.MediaMimeType
 
PNG - org.silverpeas.components.gallery.constant.MediaMimeType
 
postConstruct(String) - Method in class org.silverpeas.components.gallery.GalleryInstancePostConstruction
 
preDestroy(String) - Method in class org.silverpeas.components.gallery.GalleryInstancePreDestruction
 
PREVIEW - org.silverpeas.components.gallery.constant.MediaResolution
 
process(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
 
processAlbums(List<String>) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processAlbums(List<String>) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the identifiers of albums (Actually, Album = Node).
processComponentInstance(String) - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
processComponentInstance(String) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processComponentInstance(String) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the component instance identifier.
processComponentInstance(String) - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Processes the criterion on the component instance identifier.
processCreator(UserDetail) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processCreator(UserDetail) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the creator of the medias.
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
 
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.media.GalleryCreateMediaDataProcess
 
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.media.GalleryDeindexMediaDataProcess
 
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaDataProcess
 
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.media.GalleryIndexMediaDataProcess
 
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.media.GalleryPasteMediaDataProcess
 
processData(ProcessExecutionContext, ProcessSession) - Method in class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaDataProcess
 
processFiles(ProcessExecutionContext, ProcessSession, FileHandler) - Method in class org.silverpeas.components.gallery.process.media.GalleryCreateMediaFileProcess
 
processFiles(ProcessExecutionContext, ProcessSession, FileHandler) - Method in class org.silverpeas.components.gallery.process.media.GalleryDeleteMediaFileProcess
 
processFiles(ProcessExecutionContext, ProcessSession, FileHandler) - Method in class org.silverpeas.components.gallery.process.media.GalleryLoadMetaDataProcess
 
processFiles(ProcessExecutionContext, ProcessSession, FileHandler) - Method in class org.silverpeas.components.gallery.process.media.GalleryPasteMediaFileProcess
 
processFiles(ProcessExecutionContext, ProcessSession, FileHandler) - Method in class org.silverpeas.components.gallery.process.media.GalleryUpdateMediaFileProcess
 
processIdentifiers(List<String>) - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
processIdentifiers(List<String>) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processIdentifiers(List<String>) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the media identifiers.
processIdentifiers(List<String>) - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Processes the criterion on the order identifiers.
processMediaTypes(List<MediaType>) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processMediaTypes(List<MediaType>) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on type of media.
processNbDaysAfterThatDeleteAnOrder(Date, int) - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
processNbDaysAfterThatDeleteAnOrder(Date, int) - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Processes the criterion on the nb of days after that an order should be deleted.
processNbDaysBeforeThatMediaIsNotVisible(Date, int) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processNbDaysBeforeThatMediaIsNotVisible(Date, int) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the nb of days before that a media is not visible.
processOrderer(String) - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
processOrderer(String) - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Processes the criterion on the orderer identifier of the orders.
processOrdering(List<MediaCriteria.QUERY_ORDER_BY>) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processOrdering(List<MediaCriteria.QUERY_ORDER_BY>) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on orderings of the medias matching the criteria.
processPhoto(FileHandler, Photo, File, Watermark) - Static method in class org.silverpeas.components.gallery.MediaUtil
Saves uploaded photo file on file system with associated thumbnails and watermarks.
processPhoto(FileHandler, Photo, FileItem, Watermark) - Static method in class org.silverpeas.components.gallery.MediaUtil
Saves uploaded photo file on file system with associated thumbnails and watermarks.
processResultLimit(int) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processResultLimit(int) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the media result limit.
processSound(FileHandler, Sound, File) - Static method in class org.silverpeas.components.gallery.MediaUtil
Saves uploaded sound file on file system (In case of drag And Drop upload)
processSound(FileHandler, Sound, FileItem) - Static method in class org.silverpeas.components.gallery.MediaUtil
Saves uploaded sound file on file system
processVideo(FileHandler, Video, File) - Static method in class org.silverpeas.components.gallery.MediaUtil
Saves uploaded video file on file system (In case of drag And Drop upload)
processVideo(FileHandler, Video, FileItem) - Static method in class org.silverpeas.components.gallery.MediaUtil
Saves uploaded video file on file system
processVisibility(MediaCriteria.VISIBILITY, Date, UserDetail) - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
processVisibility(MediaCriteria.VISIBILITY, Date, UserDetail) - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Processes the criterion on the media visibility.
processWith(MediaCriteriaProcessor) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Processes this criteria with the specified processor.
processWith(MediaOrderCriteriaProcessor) - Method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Processes this criteria with the specified processor.
putCreationOf(AlbumMedia, User) - Method in class org.silverpeas.components.gallery.notification.user.AlbumMediaNotificationManager
Puts a creation of an AlbumMedia into the context.
putDeletionOf(AlbumMedia, User) - Method in class org.silverpeas.components.gallery.notification.user.AlbumMediaNotificationManager
Puts a deletion of an AlbumMedia into the context.

R

referenceDateOf(Date) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the reference date criterion (the date of the day by default).
referenceDateOf(Date) - Method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Sets the reference date criterion (the date of the day by default).
relatedToComponent() - Method in class org.silverpeas.components.gallery.GalleryGlobalSilverpeasContentProcessor
 
removeFromAllAlbums() - Method in class org.silverpeas.components.gallery.model.Media
Removes the current media from all albums which it is attached to.
removeMediaFromAllAlbums(Media) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
removeMediaFromAllAlbums(Media) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
RESOURCE_TYPE - Static variable in class org.silverpeas.components.gallery.model.AlbumDetail
 
result() - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
result() - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
result() - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Gets the result of the processing.
result() - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Gets the result of the processing.

S

saveMedia(OperationContext, Media) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Saves (insert or update) a media.
saveMediaPath(Media, String) - Static method in class org.silverpeas.components.gallery.dao.MediaDAO
Saves the album link for the given media.
ScheduledAlertUser - Class in org.silverpeas.components.gallery.service
 
ScheduledAlertUser() - Constructor for class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
ScheduledDeleteOrder - Class in org.silverpeas.components.gallery.service
 
ScheduledDeleteOrder() - Constructor for class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 
search(QueryDescription) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
search(QueryDescription) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
setAuthor(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setAuthor(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setBeginDownloadDate(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setBeginVisibilityDate(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setBitrate(long) - Method in class org.silverpeas.components.gallery.model.Sound
Sets the number of bytes delivered per seconds.
setBitrate(long) - Method in class org.silverpeas.components.gallery.model.Video
Sets the number of bytes delivered per seconds.
setComponentInstanceId(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setCreationDate(Date) - Method in class org.silverpeas.components.gallery.model.Media
 
setCreationDate(Date) - Method in class org.silverpeas.components.gallery.model.Order
 
setCreator(User) - Method in class org.silverpeas.components.gallery.model.Media
 
setCreatorId(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setData(byte[]) - Method in class org.silverpeas.components.gallery.model.MetaData
 
setDate(boolean) - Method in class org.silverpeas.components.gallery.media.IptcProperty
 
setDate(boolean) - Method in class org.silverpeas.components.gallery.model.MetaData
 
setDateValue(Date) - Method in class org.silverpeas.components.gallery.model.MetaData
 
setDefinition(Definition) - Method in class org.silverpeas.components.gallery.model.Photo
Sets the definition of the resolution.
setDefinition(Definition) - Method in class org.silverpeas.components.gallery.model.Video
Sets the definition of the resolution.
setDescription(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setDescription(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setDownloadAuthorized(boolean) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setDownloadAuthorized(boolean) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
setDownloadAuthorized(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setDownloadDate(Date) - Method in class org.silverpeas.components.gallery.model.OrderRow
 
setDownloadDecision(String) - Method in class org.silverpeas.components.gallery.model.OrderRow
 
setDownloadPeriod(Period) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
setDuration(long) - Method in class org.silverpeas.components.gallery.model.Sound
Sets the duration in milliseconds.
setDuration(long) - Method in class org.silverpeas.components.gallery.model.Video
Sets the duration in milliseconds.
setEndDownloadDate(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setEndVisibilityDate(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setFileMimeType(MediaMimeType) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
setFileName(String) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
setFileSize(long) - Method in class org.silverpeas.components.gallery.model.InternalMedia
 
setForm(RecordSet, Form) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Set a form.
setHomepageUrl(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setHomepageUrl(String) - Method in class org.silverpeas.components.gallery.model.Streaming
Sets the provider URL that permits to access to the video play.
setIconUrl(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setId(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setInstanceId(String) - Method in class org.silverpeas.components.gallery.model.Order
 
setInstanceId(String) - Method in class org.silverpeas.components.gallery.model.OrderRow
 
setKeyWord(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setKeyWord(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setLabel(String) - Method in class org.silverpeas.components.gallery.model.MetaData
 
setLabel(String, String) - Method in class org.silverpeas.components.gallery.media.ExifProperty
 
setLastUpdateDate(Date) - Method in class org.silverpeas.components.gallery.model.Media
 
setLastUpdatedBy(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setLastUpdater(User) - Method in class org.silverpeas.components.gallery.model.Media
 
setMedia(Collection<Media>) - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
setMediaId(String) - Method in class org.silverpeas.components.gallery.model.OrderRow
 
setMediaPK(MediaPK) - Method in class org.silverpeas.components.gallery.model.Media
 
setMetaData(FileHandler, Photo) - Static method in class org.silverpeas.components.gallery.MediaUtil
Sets metadata to given instance which represents a photo in memory.
setNbMedia(long) - Method in class org.silverpeas.components.gallery.model.AlbumDetail
 
setOrderer(UserDetail) - Method in class org.silverpeas.components.gallery.model.Order
 
setOrderId(String) - Method in class org.silverpeas.components.gallery.model.Order
 
setOrderId(String) - Method in class org.silverpeas.components.gallery.model.OrderRow
 
setPdcPositions(List<PdcPosition>) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setProcessDate(Date) - Method in class org.silverpeas.components.gallery.model.Order
 
setProcessUserId(String) - Method in class org.silverpeas.components.gallery.model.Order
 
setProperty(String) - Method in class org.silverpeas.components.gallery.model.MetaData
 
setProvider(StreamingProvider) - Method in class org.silverpeas.components.gallery.model.Streaming
Gets the streaming provider.
setRequester(UserDetail) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the requester.
setRows(List<OrderRow>) - Method in class org.silverpeas.components.gallery.model.Order
 
setSilverpeasContentId(String) - Method in class org.silverpeas.components.gallery.model.Media
 
settings - Variable in class org.silverpeas.components.gallery.media.AbstractMediaMetadataExtractor
 
SETTINGS_PATH - Static variable in class org.silverpeas.components.gallery.GalleryComponentSettings
The relative path of the properties file containing the settings of the Gallery component.
setTitle(String) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate.HeaderData
 
setTitle(String) - Method in class org.silverpeas.components.gallery.model.Media
 
setToAlbums(String...) - Method in class org.silverpeas.components.gallery.model.Media
Sets the current media to the album represented by specified identifiers.
setUserId(String) - Method in class org.silverpeas.components.gallery.model.Order
 
setValue(String) - Method in class org.silverpeas.components.gallery.model.MetaData
 
setVisibilityPeriod(Period) - Method in class org.silverpeas.components.gallery.model.Media
 
SIZE_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
SIZE_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
SMALL - org.silverpeas.components.gallery.constant.MediaResolution
 
SocialGalleryMedia - Class in org.silverpeas.components.gallery.socialnetwork
It represents the social events of galleries
SocialGalleryMedia() - Constructor for class org.silverpeas.components.gallery.socialnetwork.SocialGalleryMedia
 
SocialGalleryMediaComment - Class in org.silverpeas.components.gallery.socialnetwork
 
SocialGalleryMediaComment() - Constructor for class org.silverpeas.components.gallery.socialnetwork.SocialGalleryMediaComment
 
SocialInformationGallery - Class in org.silverpeas.components.gallery.socialnetwork
 
SocialInformationGallery(MediaWithStatus) - Constructor for class org.silverpeas.components.gallery.socialnetwork.SocialInformationGallery
 
sortAlbums(List<NodePK>) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
sortAlbums(List<NodePK>) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
Sound - Class in org.silverpeas.components.gallery.model
This class represents a Sound.
Sound - org.silverpeas.components.gallery.constant.MediaType
 
Sound() - Constructor for class org.silverpeas.components.gallery.model.Sound
 
Sound(Sound) - Constructor for class org.silverpeas.components.gallery.model.Sound
 
SOUNDS - Static variable in enum org.silverpeas.components.gallery.constant.MediaMimeType
 
startProcessing() - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
startProcessing() - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
startProcessing() - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Informs the processor the start of the process.
startProcessing() - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Informs the processor the start of the process.
stopWhenNoUserToNotify() - Method in class org.silverpeas.components.gallery.notification.user.GalleryUserAlertNotification
 
Streaming - Class in org.silverpeas.components.gallery.model
This class represents a Streaming.
Streaming - org.silverpeas.components.gallery.constant.MediaType
 
Streaming() - Constructor for class org.silverpeas.components.gallery.model.Streaming
 
Streaming(Streaming) - Constructor for class org.silverpeas.components.gallery.model.Streaming
 

T

then() - Method in class org.silverpeas.components.gallery.dao.MediaOrderSQLQueryBuilder
 
then() - Method in class org.silverpeas.components.gallery.dao.MediaSQLQueryBuilder
 
then() - Method in interface org.silverpeas.components.gallery.model.MediaCriteriaProcessor
Informs the processor that there is a new criterion to process.
then() - Method in interface org.silverpeas.components.gallery.model.MediaOrderCriteriaProcessor
Informs the processor that there is a new criterion to process.
TIFF - org.silverpeas.components.gallery.constant.MediaMimeType
 
TINY - org.silverpeas.components.gallery.constant.MediaResolution
 
TITLE_ASC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
TITLE_DESC - org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
 
TO_BE_DECIDED - org.silverpeas.components.gallery.model.OrderRowStatus
 
toString() - Method in class org.silverpeas.components.gallery.model.Media
 
triggerFired(SchedulerEvent) - Method in class org.silverpeas.components.gallery.service.ScheduledAlertUser
 
triggerFired(SchedulerEvent) - Method in class org.silverpeas.components.gallery.service.ScheduledDeleteOrder
 

U

Unknown - org.silverpeas.components.gallery.constant.MediaType
 
updateAlbum(AlbumDetail) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
updateAlbum(AlbumDetail) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
updateForm(String, PagesContext) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Perform a form update
updateHeader(Media) - Method in class org.silverpeas.components.gallery.delegate.AbstractMediaDataDelegate
Perform a header data update
updateMedia(boolean, ProcessExecutionContext) - Method in class org.silverpeas.components.gallery.process.AbstractGalleryDataProcess
Centralizes the media update
updateMedia(UserDetail, String, Collection<String>, String, MediaDataUpdateDelegate) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
updateMedia(UserDetail, String, Collection<String>, String, MediaDataUpdateDelegate) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
updateMedia(UserDetail, String, Media, Watermark, MediaDataUpdateDelegate) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
updateMedia(UserDetail, String, Media, Watermark, MediaDataUpdateDelegate) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
updateOrder(Order) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Updates an order and its details.
updateOrder(Order) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
updateOrder(Order) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 
updateOrderRow(OrderRow) - Static method in class org.silverpeas.components.gallery.dao.OrderDAO
Updates a row of an order.
updateOrderRow(OrderRow) - Method in class org.silverpeas.components.gallery.service.DefaultGalleryService
 
updateOrderRow(OrderRow) - Method in interface org.silverpeas.components.gallery.service.GalleryService
 

V

valueOf(String) - Static method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.components.gallery.constant.MediaResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.components.gallery.constant.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.components.gallery.model.MediaCriteria.VISIBILITY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.silverpeas.components.gallery.model.OrderRowStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.silverpeas.components.gallery.constant.MediaMimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.components.gallery.constant.MediaResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.components.gallery.constant.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.components.gallery.model.MediaCriteria.VISIBILITY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.silverpeas.components.gallery.model.OrderRowStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Video - Class in org.silverpeas.components.gallery.model
This class represents a Video.
Video - org.silverpeas.components.gallery.constant.MediaType
 
Video() - Constructor for class org.silverpeas.components.gallery.model.Video
 
Video(Video) - Constructor for class org.silverpeas.components.gallery.model.Video
 
VIDEOS - Static variable in enum org.silverpeas.components.gallery.constant.MediaMimeType
 
VISIBLE_ONLY - org.silverpeas.components.gallery.model.MediaCriteria.VISIBILITY
 

W

Watermark - Class in org.silverpeas.components.gallery
 
Watermark() - Constructor for class org.silverpeas.components.gallery.Watermark
 
WATERMARK - org.silverpeas.components.gallery.constant.MediaResolution
 
WEBP - org.silverpeas.components.gallery.constant.MediaMimeType
 
withOrdererId(String) - Method in class org.silverpeas.components.gallery.model.MediaOrderCriteria
Sets the orderer identifier.
withVisibility(MediaCriteria.VISIBILITY) - Method in class org.silverpeas.components.gallery.model.MediaCriteria
Sets the visibility criterion to find the medias according to their period of visibility.
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages