Class OrgUnitZoneItemFactory
java.lang.Object
org.ametys.plugins.userdirectory.page.OrgUnitZoneItemFactory
- All Implemented Interfaces:
AmetysObjectFactory<OrgUnitZoneItem>
,Component
,Serviceable
public class OrgUnitZoneItemFactory
extends Object
implements AmetysObjectFactory<OrgUnitZoneItem>, Serviceable
AmetysObjectFactory
handling OrgUnitZoneItem
.-
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
-
OrgUnitZoneItemFactory
public OrgUnitZoneItemFactory()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getAmetysObjectById
Description copied from interface:AmetysObjectFactory
- Specified by:
getAmetysObjectById
in interfaceAmetysObjectFactory<OrgUnitZoneItem>
- 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<OrgUnitZoneItem>
- 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<OrgUnitZoneItem>
- Parameters:
id
- the identifier.- Returns:
- true if the specified id correspond to an existing
AmetysObject
. - Throws:
AmetysRepositoryException
- if an error occurs.
-