Class SearchServiceInstanceFactory
- java.lang.Object
-
- org.ametys.web.frontoffice.search.instance.SearchServiceInstanceFactory
-
- All Implemented Interfaces:
Component
,Serviceable
public class SearchServiceInstanceFactory extends Object implements Component, Serviceable
The component able tocreate
someSearchServiceInstance
s.
-
-
Constructor Summary
Constructors Constructor Description SearchServiceInstanceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchServiceInstance
createSearchServiceInstance(String zoneItemId)
Creates a newSearchServiceInstance
void
service(ServiceManager manager)
-
-
-
Constructor Detail
-
SearchServiceInstanceFactory
public SearchServiceInstanceFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
createSearchServiceInstance
public SearchServiceInstance createSearchServiceInstance(String zoneItemId)
Creates a newSearchServiceInstance
- Parameters:
zoneItemId
- the id of theZoneItem
- Returns:
- the created
SearchServiceInstance
which is placed at the givenZoneItem
-
-