Uses of Interface
org.opencrx.kernel.account1.jmi1.SearchIndexEntry

Packages that use SearchIndexEntry
org.opencrx.kernel.account1.jmi1   
 

Uses of SearchIndexEntry in org.opencrx.kernel.account1.jmi1
 

Methods in org.opencrx.kernel.account1.jmi1 with type parameters of type SearchIndexEntry
<T extends SearchIndexEntry>
List<T>
Segment.getSearchIndexEntry(SearchIndexEntryQuery query)
          Retrieves the value for the reference searchIndexEntry for the specified query.
 

Methods in org.opencrx.kernel.account1.jmi1 that return SearchIndexEntry
 SearchIndexEntry SearchIndexEntryClass.createSearchIndexEntry()
          Creates an instance of class SearchIndexEntry.
 SearchIndexEntry Segment.getSearchIndexEntry(boolean idIsPersistent, String id)
          Retrieves the value for the reference searchIndexEntry for the specified qualifier attribute value.
 SearchIndexEntry SearchIndexEntryClass.getSearchIndexEntry(Object object)
          Creates an instance of class SearchIndexEntry based on the specified Object instance.
 SearchIndexEntry Segment.getSearchIndexEntry(String id)
          Retrieves the value for the reference searchIndexEntry for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type SearchIndexEntry
 void Segment.addSearchIndexEntry(boolean idIsPersistent, String id, SearchIndexEntry searchIndexEntry)
          Adds the specified element to the set of the values for the reference searchIndexEntry.
 void Segment.addSearchIndexEntry(SearchIndexEntry searchIndexEntry)
          Adds the specified element to the set of the values for the reference searchIndexEntry using an implementation-specific, reassignable qualifier.
 void Segment.addSearchIndexEntry(String id, SearchIndexEntry searchIndexEntry)
          Adds the specified element to the set of the values for the reference searchIndexEntry using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.