org.apache.jetspeed.om.profile
Class QueryLocator
java.lang.Object
org.apache.jetspeed.om.profile.BaseProfileLocator
org.apache.jetspeed.om.profile.QueryLocator
- All Implemented Interfaces:
- java.lang.Cloneable, ProfileLocator, java.io.Serializable
- public class QueryLocator
- extends BaseProfileLocator
- See Also:
- Serialized Form
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 |
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
QueryLocator
public QueryLocator(int qm)
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.