Package de.uplanet.lucy.server.search
Class SearchServiceAccessor
- java.lang.Object
-
- de.uplanet.lucy.server.search.SearchServiceAccessor
-
@Scriptable @SpringBeanAccessor public class SearchServiceAccessor extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static de.uplanet.lucy.server.search.ISearchServiceBean
getInstance()
Get thesearchService
bean.static boolean
isAvailable()
Check if thesearchService
bean is defined.
-
-
-
Field Detail
-
BEAN_NAME
public static final String BEAN_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAvailable
public static boolean isAvailable()
Check if thesearchService
bean is defined.- Returns:
true
if the bean is defined, orfalse
otherwise.- Throws:
org.springframework.beans.factory.BeanNotOfRequiredTypeException
- If the bean is not of the required type.org.springframework.beans.BeansException
- If the bean could not be created.
-
getInstance
public static de.uplanet.lucy.server.search.ISearchServiceBean getInstance() throws org.springframework.beans.BeansException
Get thesearchService
bean.- Returns:
- The bean.
- Throws:
org.springframework.beans.factory.NoSuchBeanDefinitionException
- If the beanquartzScheduler
is not defined.org.springframework.beans.factory.BeanNotOfRequiredTypeException
- If the bean is not of the required type.org.springframework.beans.BeansException
- If the bean could not be created.
-
-