uPortal 2.4.1
API Documentation

org.jasig.portal.groups.local.searchers
Class RDBMChannelDefSearcher

java.lang.Object
  extended byorg.jasig.portal.groups.local.searchers.RDBMChannelDefSearcher
All Implemented Interfaces:
IGroupConstants, ITypedEntitySearcher

public class RDBMChannelDefSearcher
extends java.lang.Object
implements ITypedEntitySearcher

Searches the portal DB for channels. Used by EntitySearcherImpl

Version:
$Revision: 1.7.2.1 $
Author:
Alex Vigdor

Field Summary
 
Fields inherited from interface org.jasig.portal.groups.IGroupConstants
CHANNEL_CATEGORIES, CONTAINS, ENDS_WITH, EVERYONE, IS, NODE_SEPARATOR, PORTAL_ADMINISTRATORS, STARTS_WITH
 
Constructor Summary
RDBMChannelDefSearcher()
           
 
Method Summary
 java.lang.Class getType()
           
 EntityIdentifier[] searchForEntities(java.lang.String query, int method)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBMChannelDefSearcher

public RDBMChannelDefSearcher()
Method Detail

searchForEntities

public EntityIdentifier[] searchForEntities(java.lang.String query,
                                            int method)
                                     throws GroupsException
Specified by:
searchForEntities in interface ITypedEntitySearcher
Throws:
GroupsException

getType

public java.lang.Class getType()
Specified by:
getType in interface ITypedEntitySearcher

uPortal 2.4.1
API Documentation