Class SearchServiceInstanceFactory
java.lang.Object
org.ametys.web.frontoffice.search.instance.SearchServiceInstanceFactory
- All Implemented Interfaces:
Component,Serviceable
The component able to
create some SearchServiceInstances.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSearchServiceInstance(String zoneItemId) Creates a newSearchServiceInstancevoidservice(ServiceManager manager)
-
Field Details
-
ROLE
Avalon Role
-
-
Constructor Details
-
SearchServiceInstanceFactory
public SearchServiceInstanceFactory()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
createSearchServiceInstance
Creates a newSearchServiceInstance- Parameters:
zoneItemId- the id of theZoneItem- Returns:
- the created
SearchServiceInstancewhich is placed at the givenZoneItem
-