Class TransitionalZoneFactory
java.lang.Object
org.ametys.plugins.userdirectory.page.TransitionalZoneFactory
- All Implemented Interfaces:
AmetysObjectFactory<TransitionalZone>
,Component
,Serviceable
public class TransitionalZoneFactory
extends Object
implements AmetysObjectFactory<TransitionalZone>, Serviceable
AmetysObjectFactory
handling TransitionalZone
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the protocol of this factory, used to construct unique ids.boolean
Return true if the specified id correspond to an existingAmetysObject
.void
service
(ServiceManager manager)
-
Constructor Details
-
TransitionalZoneFactory
public TransitionalZoneFactory()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getAmetysObjectById
Description copied from interface:AmetysObjectFactory
- Specified by:
getAmetysObjectById
in interfaceAmetysObjectFactory<TransitionalZone>
- Parameters:
id
- the identifier.- Returns:
- the corresponding
AmetysObject
. - Throws:
AmetysRepositoryException
- if an error occurs.
-
getScheme
Description copied from interface:AmetysObjectFactory
Returns the protocol of this factory, used to construct unique ids.- Specified by:
getScheme
in interfaceAmetysObjectFactory<TransitionalZone>
- Returns:
- the protocol of this factory.
-
hasAmetysObjectForId
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<TransitionalZone>
- Parameters:
id
- the identifier.- Returns:
- true if the specified id correspond to an existing
AmetysObject
. - Throws:
AmetysRepositoryException
- if an error occurs.
-