org.infoglue.cms.controllers.kernel.impl.simple
Class ExtendedSearchController
java.lang.Object
|
+--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
|
+--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(java.lang.Integer stateId,
ContentTypeDefinitionVO contentTypeDefinitionVO,
LanguageVO languageVO,
CategoryConditions categories)
|
java.util.Set |
search(java.lang.Integer stateId,
ContentTypeDefinitionVO contentTypeDefinitionVO,
LanguageVO languageVO,
CategoryConditions categories,
org.exolab.castor.jdo.Database db)
|
java.util.Set |
search(java.lang.Integer stateId,
ContentTypeDefinitionVO contentTypeDefinitionVO,
LanguageVO languageVO,
CategoryConditions categories,
java.util.List xmlAttributes,
java.lang.String freetext)
|
java.util.Set |
search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories)
|
java.util.Set |
search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories,
org.exolab.castor.jdo.Database db)
|
java.util.Set |
search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories,
java.util.List xmlAttributes,
java.lang.String freetext)
|
java.util.Set |
search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories,
java.util.List xmlAttributes,
java.lang.String freetext,
org.exolab.castor.jdo.Database db)
|
| 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 |
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
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
SystemException
search
public java.util.Set search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories)
throws SystemException
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
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
SystemException
search
public java.util.Set search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories,
java.util.List xmlAttributes,
java.lang.String freetext)
throws SystemException
SystemException
search
public java.util.Set search(java.lang.Integer stateId,
java.util.List contentTypeDefinitionVOs,
LanguageVO languageVO,
CategoryConditions categories,
java.util.List xmlAttributes,
java.lang.String freetext,
org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
getNewVO
public BaseEntityVO getNewVO()
- Unused.
- Specified by:
getNewVO in class BaseController