org.apache.jetspeed.om.profile
Class QueryLocator

java.lang.Object
  extended byorg.apache.jetspeed.om.profile.BaseProfileLocator
      extended byorg.apache.jetspeed.om.profile.QueryLocator
All Implemented Interfaces:
java.lang.Cloneable, ProfileLocator, java.io.Serializable

public class QueryLocator
extends BaseProfileLocator

See Also:
Serialized Form

Field Summary
static int QUERY_ALL
           
static int QUERY_ANON
           
static int QUERY_GROUP
           
static int QUERY_ROLE
           
static int QUERY_USER
           
 
Constructor Summary
QueryLocator(int qm)
           
 
Method Summary
 int getQueryMode()
           
 java.lang.String getQueryString()
           
 void setQueryMode(int qm)
           
 void setQueryString(java.lang.String query)
           
 
Methods inherited from class org.apache.jetspeed.om.profile.BaseProfileLocator
clone, createFromPath, equals, getAnonymous, getCountry, getGroup, getGroupName, getId, getLanguage, getMediaType, getName, getPath, getRole, getRoleName, getUser, getUserName, setAnonymous, setCountry, setGroup, setGroupByName, setLanguage, setMediaType, setName, setRole, setRoleByName, setUser
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_USER

public static final int QUERY_USER
See Also:
Constant Field Values

QUERY_ROLE

public static final int QUERY_ROLE
See Also:
Constant Field Values

QUERY_GROUP

public static final int QUERY_GROUP
See Also:
Constant Field Values

QUERY_ANON

public static final int QUERY_ANON
See Also:
Constant Field Values

QUERY_ALL

public static final int QUERY_ALL
See Also:
Constant Field Values
Constructor Detail

QueryLocator

public QueryLocator(int qm)
Method Detail

getQueryMode

public int getQueryMode()

setQueryMode

public void setQueryMode(int qm)

getQueryString

public java.lang.String getQueryString()

setQueryString

public void setQueryString(java.lang.String query)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.