Uses of Interface
org.osid.dictionary.EntryList
Packages that use EntryList
Package
Description
The Open Service Interface Definitions for the org.osid.dictionary
service.
-
Uses of EntryList in org.osid.dictionary
Methods in org.osid.dictionary that return EntryListModifier and TypeMethodDescriptionEntryLookupSession.getEntries()Gets allEntryelements.EntrySearchResults.getEntries()Gets the entry list resulting from the search.EntryDictionarySession.getEntriesByDictionaries(IdList dictionaryIds) Gets the list of entries corresponding to a list of dictioanries.EntryDictionarySession.getEntriesByDictionary(Id dictionaryId) Gets the list of dictionary entries associated with aDictionary.EntryLookupSession.getEntriesByGenusType(Type entryGenusType) Gets anEntryListcorresponding to the given entry genusTypewhich does not include entries of genus types derived from the specifiedType.EntryLookupSession.getEntriesByIds(IdList entryIds) Gets anEntryListcorresponding to the givenIdList.EntryLookupSession.getEntriesByKeyAndKeyType(Object key, Type keyType) Gets all theDictionaryentries matching the given key and keyType.EntryLookupSession.getEntriesByKeyType(Type keyType) Gets all theDictionaryentries matching the given keyType.EntryLookupSession.getEntriesByKeyTypeAndValueType(Type keyType, Type valueType) Gets all theDictionaryentries matching the given key and valueType.EntryLookupSession.getEntriesByParentGenusType(Type entryGenusType) Gets anEntryListcorresponding to the given entry genusTypeand include any additional entries with genus types derived from the specifiedType.EntryQuerySession.getEntriesByQuery(EntryQuery entryQuery) Gets a list ofEntryelements matching the given search.EntryLookupSession.getEntriesByRecordType(Type entryyRecordType) Gets anEntryListcontaining the given entry recordType.