public class UGCZoneFactory extends Object implements AmetysObjectFactory<UGCZone>, Serviceable
AmetysObjectFactory
handling UGCZone
.Modifier and Type | Field and Description |
---|---|
(package private) PageDataTypeExtensionPoint |
_pageDataTypeExtensionPoint |
(package private) AmetysObjectResolver |
_resolver |
Constructor and Description |
---|
UGCZoneFactory() |
Modifier and Type | Method and Description |
---|---|
UGCZone |
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 existing
AmetysObject . |
void |
service(ServiceManager manager) |
AmetysObjectResolver _resolver
PageDataTypeExtensionPoint _pageDataTypeExtensionPoint
public UGCZoneFactory()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public UGCZone getAmetysObjectById(String id) throws AmetysRepositoryException
AmetysObjectFactory
getAmetysObjectById
in interface AmetysObjectFactory<UGCZone>
id
- the identifier.AmetysObject
.AmetysRepositoryException
- if an error occurs.public String getScheme()
AmetysObjectFactory
getScheme
in interface AmetysObjectFactory<UGCZone>
public boolean hasAmetysObjectForId(String id) throws AmetysRepositoryException
AmetysObjectFactory
AmetysObject
.
Id are like <protocol>://<protocol-specific-part>
.hasAmetysObjectForId
in interface AmetysObjectFactory<UGCZone>
id
- the identifier.AmetysObject
.AmetysRepositoryException
- if an error occurs.