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

java.lang.Object
  extended by org.infoglue.cms.controllers.kernel.impl.simple.BaseController
      extended by org.infoglue.cms.controllers.kernel.impl.simple.ExtendedSearchController

public class ExtendedSearchController
extends BaseController


Method Summary
static ExtendedSearchController getController()
          Returns the singleton controller.
 BaseEntityVO getNewVO()
          Unused.
 java.util.Set search(ExtendedSearchCriterias criterias)
           
 java.util.Set search(ExtendedSearchCriterias criterias, org.exolab.castor.jdo.Database db)
           
 java.util.Set search(java.lang.Integer stateId, ContentTypeDefinitionVO contentTypeDefinitionVO, LanguageVO languageVO, CategoryConditions categories)
          Deprecated. Use search(ExtendedSearchCriterias)
 java.util.Set search(java.lang.Integer stateId, ContentTypeDefinitionVO contentTypeDefinitionVO, LanguageVO languageVO, CategoryConditions categories, org.exolab.castor.jdo.Database db)
          Deprecated. Use search(ExtendedSearchCriterias)
 java.util.Set search(java.lang.Integer stateId, ContentTypeDefinitionVO contentTypeDefinitionVO, LanguageVO languageVO, CategoryConditions categories, java.util.List xmlAttributes, java.lang.String freetext)
          Deprecated. Use search(ExtendedSearchCriterias)
 java.util.Set search(java.lang.Integer stateId, java.util.List contentTypeDefinitionVOs, LanguageVO languageVO, CategoryConditions categories)
          Deprecated. Use search(ExtendedSearchCriterias)
 java.util.Set search(java.lang.Integer stateId, java.util.List contentTypeDefinitionVOs, LanguageVO languageVO, CategoryConditions categories, org.exolab.castor.jdo.Database db)
          Deprecated. Use search(ExtendedSearchCriterias)
static boolean useFull()
           
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController
beginTransaction, beginTransaction, closeDatabase, commitTransaction, createEntity, createEntity, createQuery, deleteEntity, deleteEntity, deleteEntity, deleteEntity, executeQuery, executeQuery, executeQuery, executeQuery, getAllObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getObjectWithId, getObjectWithId, getObjectWithIdAsReadOnly, getVOWithId, getVOWithId, getVOWithId, getVOWithId, intercept, intercept, rollbackTransaction, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getController

public static ExtendedSearchController getController()
Returns the singleton controller.


search

public java.util.Set search(java.lang.Integer stateId,
                            ContentTypeDefinitionVO contentTypeDefinitionVO,
                            LanguageVO languageVO,
                            CategoryConditions categories)
                     throws SystemException
Deprecated. Use search(ExtendedSearchCriterias)

Throws:
SystemException

search

public java.util.Set search(java.lang.Integer stateId,
                            ContentTypeDefinitionVO contentTypeDefinitionVO,
                            LanguageVO languageVO,
                            CategoryConditions categories,
                            org.exolab.castor.jdo.Database db)
                     throws SystemException
Deprecated. Use search(ExtendedSearchCriterias)

Throws:
SystemException

search

public java.util.Set search(java.lang.Integer stateId,
                            java.util.List contentTypeDefinitionVOs,
                            LanguageVO languageVO,
                            CategoryConditions categories)
                     throws SystemException
Deprecated. Use search(ExtendedSearchCriterias)

Throws:
SystemException

search

public java.util.Set search(java.lang.Integer stateId,
                            java.util.List contentTypeDefinitionVOs,
                            LanguageVO languageVO,
                            CategoryConditions categories,
                            org.exolab.castor.jdo.Database db)
                     throws SystemException
Deprecated. Use search(ExtendedSearchCriterias)

Throws:
SystemException

search

public java.util.Set search(java.lang.Integer stateId,
                            ContentTypeDefinitionVO contentTypeDefinitionVO,
                            LanguageVO languageVO,
                            CategoryConditions categories,
                            java.util.List xmlAttributes,
                            java.lang.String freetext)
                     throws SystemException
Deprecated. Use search(ExtendedSearchCriterias)

Throws:
SystemException

search

public java.util.Set search(ExtendedSearchCriterias criterias)
                     throws SystemException
Throws:
SystemException

search

public java.util.Set search(ExtendedSearchCriterias criterias,
                            org.exolab.castor.jdo.Database db)
                     throws SystemException
Throws:
SystemException

useFull

public static boolean useFull()

getNewVO

public BaseEntityVO getNewVO()
Unused.

Specified by:
getNewVO in class BaseController


Copyright © 2005 InfoGlue.org All Rights Reserved.