public interface ModifiableZoneItem extends ZoneItem, ModifiableModelLessDataAwareAmetysObject, ModifiableAmetysObject, RemovableAmetysObject, MovableAmetysObject
ZoneItem.ZoneType
SERVICE_PARAMETERS_DATA_NAME
Modifier and Type | Method and Description |
---|---|
ModifiableModelAwareDataHolder |
getServiceParameters()
Get the service parameters
|
<C extends Content> |
setContent(C content)
Set the content reference.
|
void |
setMetadataSetName(String metadataSetName)
Deprecated.
Use
setViewName(String) instead |
void |
setServiceId(String serviceId)
Set the service id.
|
void |
setType(ZoneItem.ZoneType type)
Set the type.
|
void |
setViewName(String viewName)
Set the Content view name.
|
getContent, getMetadataSetName, getServiceId, getType, getViewName, getZone
getComposite, getComposite, getDataHolder, getRepeater, getRepeater, removeValue, setValue, setValue
getType, getValue, getValue, getValueOfType, getValueOfType, hasValue, isMultiple
copyTo, getDataNames
equals, getId, getName, getParent, getParentPath, getPath, hashCode
toSAX, toSAX
dataToSAX, dataToSAX, dataToSAX, dataToSAX
needsSave, rename, revertChanges, saveChanges
remove
canMoveTo, moveTo, orderBefore
void setType(ZoneItem.ZoneType type) throws AmetysRepositoryException
type
- the type.AmetysRepositoryException
- if an error occurs.ZoneItem.ZoneType
<C extends Content> void setContent(C content) throws AmetysRepositoryException
C
- the actual type of Content
.content
- the content.AmetysRepositoryException
- if an error occurs.@Deprecated void setMetadataSetName(String metadataSetName) throws AmetysRepositoryException
setViewName(String)
insteadmetadataSetName
- the metadata set name.AmetysRepositoryException
- if an error occurs.void setViewName(String viewName) throws AmetysRepositoryException
viewName
- the view name.AmetysRepositoryException
- if an error occurs.void setServiceId(String serviceId) throws AmetysRepositoryException
serviceId
- the service id.AmetysRepositoryException
- if an error occurs.ModifiableModelAwareDataHolder getServiceParameters() throws AmetysRepositoryException
ZoneItem
getServiceParameters
in interface ZoneItem
AmetysRepositoryException
- if an error occurs.