Package org.ametys.plugins.ugc.page
Class UGCTransitionalZoneFactory
- java.lang.Object
-
- org.ametys.plugins.ugc.page.UGCTransitionalZoneFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<UGCTransitionalZone>
,Component
,Serviceable
public class UGCTransitionalZoneFactory extends Object implements AmetysObjectFactory<UGCTransitionalZone>, Serviceable
AmetysObjectFactory
handlingUGCTransitionalZone
.
-
-
Constructor Summary
Constructors Constructor Description UGCTransitionalZoneFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGCTransitionalZone
getAmetysObjectById(String id)
String
getScheme()
Returns the protocol of this factory, used to construct unique ids.boolean
hasAmetysObjectForId(String id)
Return true if the specified id correspond to an existingAmetysObject
.void
service(ServiceManager manager)
-
-
-
Constructor Detail
-
UGCTransitionalZoneFactory
public UGCTransitionalZoneFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getAmetysObjectById
public UGCTransitionalZone getAmetysObjectById(String id) throws AmetysRepositoryException
Description copied from interface:AmetysObjectFactory
- Specified by:
getAmetysObjectById
in interfaceAmetysObjectFactory<UGCTransitionalZone>
- Parameters:
id
- the identifier.- Returns:
- the corresponding
AmetysObject
. - Throws:
AmetysRepositoryException
- if an error occurs.
-
getScheme
public String getScheme()
Description copied from interface:AmetysObjectFactory
Returns the protocol of this factory, used to construct unique ids.- Specified by:
getScheme
in interfaceAmetysObjectFactory<UGCTransitionalZone>
- Returns:
- the protocol of this factory.
-
hasAmetysObjectForId
public boolean hasAmetysObjectForId(String id) throws AmetysRepositoryException
Description copied from interface:AmetysObjectFactory
Return true if the specified id correspond to an existingAmetysObject
. Id are like<protocol>://<protocol-specific-part>
.- Specified by:
hasAmetysObjectForId
in interfaceAmetysObjectFactory<UGCTransitionalZone>
- Parameters:
id
- the identifier.- Returns:
- true if the specified id correspond to an existing
AmetysObject
. - Throws:
AmetysRepositoryException
- if an error occurs.
-
-