org.infoglue.cms.controllers.kernel.impl.simple
Class SearchController

java.lang.Object
  |
  +--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
        |
        +--org.infoglue.cms.controllers.kernel.impl.simple.SearchController

public class SearchController
extends BaseController

Author:
mgu To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
SearchController()
           
 
Method Summary
static java.lang.String getAttributeValue(java.lang.String xml, java.lang.String key)
           
static java.util.List getContentVersions(java.lang.Integer repositoryId, java.lang.String searchString, int maxRows, java.lang.String name, java.lang.Integer languageId, java.lang.Integer contentTypeDefinitionId, java.lang.Integer caseSensitive, java.lang.Integer stateId)
           
 BaseEntityVO getNewVO()
          This is a method that never should be called.
static int replaceString(java.lang.String searchString, java.lang.String replaceString, java.lang.String[] contentVersionIds, InfoGluePrincipal infoGluePrincipal)
           
static java.lang.String setScoreImg(double score)
           
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchController

public SearchController()
Method Detail

getAttributeValue

public static java.lang.String getAttributeValue(java.lang.String xml,
                                                 java.lang.String key)

setScoreImg

public static java.lang.String setScoreImg(double score)

getContentVersions

public static java.util.List getContentVersions(java.lang.Integer repositoryId,
                                                java.lang.String searchString,
                                                int maxRows,
                                                java.lang.String name,
                                                java.lang.Integer languageId,
                                                java.lang.Integer contentTypeDefinitionId,
                                                java.lang.Integer caseSensitive,
                                                java.lang.Integer stateId)
                                         throws SystemException,
                                                Bug
SystemException
Bug

replaceString

public static int replaceString(java.lang.String searchString,
                                java.lang.String replaceString,
                                java.lang.String[] contentVersionIds,
                                InfoGluePrincipal infoGluePrincipal)
                         throws SystemException,
                                Bug
SystemException
Bug

getNewVO

public BaseEntityVO getNewVO()
This is a method that never should be called.

Specified by:
getNewVO in class BaseController