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