|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaCriteriaProcessor | |
---|---|
com.silverpeas.gallery.dao | |
com.silverpeas.gallery.model |
Uses of MediaCriteriaProcessor in com.silverpeas.gallery.dao |
---|
Classes in com.silverpeas.gallery.dao that implement MediaCriteriaProcessor | |
---|---|
class |
MediaSQLQueryBuilder
A dynamic builder of a SQL query. |
Uses of MediaCriteriaProcessor in com.silverpeas.gallery.model |
---|
Methods in com.silverpeas.gallery.model that return MediaCriteriaProcessor | |
---|---|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processAlbums(List<String> albumIds)
Processes the criterion on the identifiers of albums (Actually, Album = Node). |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processComponentInstance(String componentInstanceId)
Processes the criterion on the component instance identifier. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processCreator(com.stratelia.webactiv.beans.admin.UserDetail creator)
Processes the criterion on the creator of the medias. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processIdentifiers(List<String> identifiers)
Processes the criterion on the media identifiers. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processMediaTypes(List<MediaType> mediaTypes)
Processes the criterion on type of media. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processNbDaysBeforeThatMediaIsNotVisible(Date referenceDate,
int nbDaysBeforeThatMediaIsNotVisible)
Processes the criterion on the nb of days before that a media is not visible. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processOrdering(List<MediaCriteria.QUERY_ORDER_BY> orderings)
Processes the criterion on orderings of the medias matching the criteria. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.processVisibility(MediaCriteria.VISIBILITY visibility,
Date dateReference,
com.stratelia.webactiv.beans.admin.UserDetail creator)
Processes the criterion on the media visibility. |
MediaCriteriaProcessor |
MediaCriteriaProcessor.then()
Informs the processor that there is a new criterion to process. |
Methods in com.silverpeas.gallery.model with parameters of type MediaCriteriaProcessor | |
---|---|
void |
MediaCriteria.processWith(MediaCriteriaProcessor processor)
Processes this criteria with the specified processor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |