com.ibm.portal.mappingurl
Interface MappingURLLocator

All Superinterfaces:
Locator<Context>

Deprecated. Use com.ibm.portal.vanityurl.model.VanityURLModelLocator

public interface MappingURLLocator
extends Locator<Context>

The locator interface of the mapping URL model. It is possible to locate a context of a model via the methods provided in this interface.

Since:
8.0

Method Summary
 BestMatchResult findBestMatch(java.lang.String searchString)
          Deprecated. Returns a best match result.
 Context findByCompoundName(java.lang.String compoundName)
          Deprecated. Searches for a context with the passed compound name.
 
Methods inherited from interface com.ibm.portal.Locator
findByID, findByUniqueName
 

Method Detail

findByCompoundName

Context findByCompoundName(java.lang.String compoundName)
Deprecated. 
Searches for a context with the passed compound name.

Parameters:
compoundName - The compound name of the context to find. The compound name must not begin with the character /.
Returns:
The Context with the given compound name or null if no such element can be found

findBestMatch

BestMatchResult findBestMatch(java.lang.String searchString)
Deprecated. 
Returns a best match result. This means that for the passed search string the best matching context is searched.

Parameters:
searchString - The search string.
Returns:
The BestMatchResult that contains the name part for which a context was found and the context itself or null if no context can be found.