| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSelector | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcms.accesscontrol | |
| com.jalios.jcms.calendar | Contains the classes used to deal with calendar in JCMS. | 
| com.jalios.jcms.mail.listener | |
| com.jalios.jcms.portlet | Contains core Portlets parent of all generated portlets. | 
| com.jalios.jcms.taglib | Provides many of the classes used for JCMS jsp tags. | 
| com.jalios.jcms.workspace | Contains classes about workspace features. | 
| Uses of DataSelector in com.jalios.jcms | 
|---|
| Classes in com.jalios.jcms that implement DataSelector | |
|---|---|
|  class | AndDataSelectorThis class combines a set of DataSelector. | 
| static class | Category.AuthorizedSelectorAuthorizedSelector selects all the categories a member is authorized to read. | 
| static class | Category.LeafSelector | 
| static class | Category.NameSelectorSelect categories by their name. | 
| static class | Category.NodeSelector | 
|  class | ClassDataSelectorThis DataSelectorselects all the data that are the
 same as, or are subclasses of, the given class. | 
| static class | Data.AuthorSelector | 
| static class | Data.CdateSelectorDataSelectorto selectDatawhich have
 a creation date between the given begin and endDate. | 
| static class | Data.DeletableSelectorDataSelectorto selectDatathat
 can be deleted (i.e. data whosecheckDelete()returns ok). | 
| static class | Data.ImportSelectorDataSelectorto selectDatawhich have
 been imported. | 
| static class | Data.MdateSelectorDataSelectorto selectDatawhich have
 a modification date between the given begin and endDate. | 
| static class | Data.StrongLockSelectorDataSelectorselecting onlyDatahaving a
 strong lock (Data.isStrongLocked()). | 
| static class | FileDocument.ContentTypeSelectorThis DataSelector selects all the FileDocument matching the given content type. | 
| static class | FileDocument.HiddenSelectorThis DataSelector selects all the Hidden FileDocument | 
| static class | FileDocument.MediaTypeSelectorThis DataSelector selects all the FileDocument corresponding to the given media type. | 
| static class | FileDocument.SizeSelectorThis DataSelector selects all the FileDocument in the given range size. | 
| static class | Form.SubmitMemberSelectorThis DataSelector selects all the forms the given member has submitted (optionally, which are in a given state) | 
| static class | Group.LeafSelectorSelect leaf groups. | 
| static class | Group.MemberSelectorSelect groups the given member can read. | 
| static class | Group.NameSelectorSelect groups by their name. | 
| static class | Group.NotificationPeriodSelectorSelect groups that have at least one NotificationCriteria for which the period is equal to the period of the period given to the constructor. | 
| static class | Group.ParentSelector | 
| static class | Group.WorkspaceSelectorDataSelector selecting Groups based on their Workspace. | 
| static class | Member.AccountSelectorSelect a subset of members with the Account usage. | 
| static class | Member.AdministratorSelectorSelect a subset of administrator members | 
| static class | Member.BelongsToWorkspaceOrChildSelector | 
| static class | Member.ContactSelectorSelect a subset of members with the Contact usage. | 
| static class | Member.DisabledSelectorSelect a subset of members which are disabled. | 
| static class | Member.EnabledSelectorSelect a subset of members which are not disabled. | 
| static class | Member.NotificationPeriodSelector | 
| static class | Member.TextSelectorSelect a set of members matching the given text in the name or in the email. | 
| static class | Member.UsageSelectorSelect a subset of members matching the specified Usage. | 
| static class | Member.ValidEmailSelector | 
| static class | Member.WorkerSelectorSelect a subset of worker members | 
|  class | OrDataSelectorThis class combines a set of DataSelector. | 
| static class | Publication.AdateSelectorAdateSelector selects all the publications with a adate in a given range | 
| static class | Publication.AudienceRightSelectorAudienceRightSelector selects all publications being audienced. | 
| static class | Publication.AuthorizedSelectorAuthorizedSelector selects all the publications a member is authorized to read. | 
| static class | Publication.CanWorkOnSelectorCanWorkOnSelector selects all the publications a member can work on. | 
| static class | Publication.EdateSelectorEdateSelector selects all the publications with a edate in a given range | 
| static class | Publication.PdateSelectorPdateSelector selects all the publications with a pdate in a given range | 
| static class | Publication.PstatusSelectorPstatusSelector selects all the publications with a given pstatus. | 
| static class | Publication.ReadRightSelectorReadRightSelector selects all publications which have any read right. | 
| static class | Publication.SdateSelectorSdateSelector select all the publications with a sdate in a given range | 
| static class | Publication.TrackedSelectorTrackedSelector selects all the publications which are tracked. | 
| static class | Publication.UdateSelectorUdateSelector selects all the publications with a udate in a given range | 
| static class | Publication.UserContentSelectorUserContentSelector selects all publications which are UGC (UserContent). | 
| static class | Publication.VisibleStateSelectorVisibleStateSelector selects all the publications which are in a visible state | 
| static class | Publication.WorkspaceAuthorSelectorWorkspaceAuthorSelector selects all the publication the given member is the author and which belong to the given workspace. | 
| static class | Publication.WorkspaceSelectorWorkspaceSelector selects all the publications which belong to the given workspace. | 
| static class | QueryManager.QueryPublicationSelector | 
|  class | ReverseDataSelectorThis DataSelectorselects the complementary set of a
 givenDataSelector. | 
| Fields in com.jalios.jcms declared as DataSelector | |
|---|---|
| protected  DataSelector | QueryManager.QueryPublicationSelector.abilitySelector | 
| Methods in com.jalios.jcms that return DataSelector | |
|---|---|
| static DataSelector | Data.getAuthorSelector(Member author) | 
| static DataSelector | Member.getBelongsToWorkspaceSelector(Workspace ws)DataSelector which select a Memberwhich belongs to a workspace (directly) | 
| static DataSelector | Publication.getDateSelector(String str,
                Date begin,
                Date end)Retrieves a new DataSelectorgiven a name representing
 it. | 
| static DataSelector | Data.getDateSelector(String str,
                Date begin,
                Date end)Retrieves a new DataSelectorgiven a name representing
 it. | 
| static DataSelector | Data.getDeletableSelector(Member opAuthor) | 
| static DataSelector | Data.getImportSelector() | 
| static DataSelector | Data.getStrongLockSelector()Retrieves a new instance of DataSelector based on the strong lock status of the data. | 
| Methods in com.jalios.jcms with parameters of type DataSelector | ||
|---|---|---|
| static Collection | JcmsUtil.applyDataSelector(Collection dataColl,
                  DataSelector selector)Apply given DataSelectorby removing non selectedDatafrom the givenCollection. | |
| protected  void | QueryManager.replaceFileDocByReferrers(QueryHandler qh,
                          QueryResultSet resultSet,
                          DataSelector replacedFileDocSelector)This method replace any FileDocuments inside the given QueryResultSetby
 their referrer (see getLinkIndexedDataSet(Publication.class)). | |
| static
 | JcmsUtil.select(Collection<? extends T> dataColl,
       DataSelector selector,
       Comparator comparator)Perform a selection on a CollectionofDatausing
 the givenDataSelector, and return a TreeSet sorted using the
 givenComparator. | |
| 
 | Channel.select(Collection<? extends T> dataColl,
       DataSelector selector,
       Comparator comparator)Perform a selection on a CollectionofDatausing
 the givenDataSelector, and return a TreeSet sorted using the
 givenComparator. | |
| Constructors in com.jalios.jcms with parameters of type DataSelector | |
|---|---|
| AndDataSelector(DataSelector... dsArray)Creates a new AndDataSelector from an array of DataSelectors. | |
| AndDataSelector(DataSelector ds1,
                DataSelector ds2)Creates a new AndDataSelector from 2 DataSelectors. | |
| AndDataSelector(DataSelector ds1,
                DataSelector ds2,
                DataSelector ds3)Creates a new AndDataSelector from 3 DataSelectors. | |
| OrDataSelector(DataSelector... dsArray)Creates a new OrDataSelector from an array of DataSelectors. | |
| OrDataSelector(DataSelector ds1,
               DataSelector ds2)Creates a new OrDataSelector from 2 DataSelectors. | |
| OrDataSelector(DataSelector ds1,
               DataSelector ds2,
               DataSelector ds3)Creates a new OrDataSelector from 3 DataSelectors. | |
| ReverseDataSelector(DataSelector dataSelector)Creates a new ReverseDataSelector from an other DataSelectors. | |
| Uses of DataSelector in com.jalios.jcms.accesscontrol | 
|---|
| Classes in com.jalios.jcms.accesscontrol that implement DataSelector | |
|---|---|
| static class | AccessControlList.NameSelectorSelect ACL by their name. | 
| static class | AccessControlList.WorkspaceAclSelectorDataSelector selecting only workspace ACL. | 
| Uses of DataSelector in com.jalios.jcms.calendar | 
|---|
| Classes in com.jalios.jcms.calendar that implement DataSelector | |
|---|---|
| static class | AbstractCalendarEvent.CalendarEventAttendeeSelectorThis DataSelector selects all the CalendarEvent of which the given member is an attendee (either because he is the author or he is in the list of attendees). | 
| static class | AbstractCalendarEvent.CalendarEventDateSelectorThis DataSelector selects all the CalendarEvent taking place in between the given date | 
|  class | LessThanOneDayCalendarEventSelector | 
|  class | MoreThanOneDayCalendarEventSelector | 
| Uses of DataSelector in com.jalios.jcms.mail.listener | 
|---|
| Classes in com.jalios.jcms.mail.listener that implement DataSelector | |
|---|---|
| static class | AttachementsMailListener.FileDocumentSelectorConvenient Selector used to filter a Collection of FileDocument with provided Map of Message.Part. | 
| Uses of DataSelector in com.jalios.jcms.portlet | 
|---|
| Classes in com.jalios.jcms.portlet that implement DataSelector | |
|---|---|
| static class | PortalElement.AbilitySelectorAbilitySelector selects all the publications with the given ability | 
| Uses of DataSelector in com.jalios.jcms.taglib | 
|---|
| Methods in com.jalios.jcms.taglib with parameters of type DataSelector | |
|---|---|
|  void | QueryTag.setSelector(DataSelector selector) | 
| Uses of DataSelector in com.jalios.jcms.workspace | 
|---|
| Classes in com.jalios.jcms.workspace that implement DataSelector | |
|---|---|
| static class | Workspace.CollaborativeSpaceSelectorSelect workspace that are Collaborative Spaces. | 
| static class | Workspace.ModelWorkspaceSelectorSelect model workspaces. | 
| static class | Workspace.OpenWorkspaceSelectorSelect open workspaces. | 
| static class | Workspace.TextSelectorSelect a set of workspace matching the given text in the Title. | 
| static class | Workspace.TitleSelectorSelect a set of workspace by their name. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||