public interface ModifiableZoneItem extends ZoneItem, ModifiableModelLessDataAwareAmetysObject, ModifiableAmetysObject, RemovableAmetysObject, MovableAmetysObject
ZoneItem.ZoneTypeSERVICE_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, getZonegetComposite, getComposite, getDataHolder, getRepeater, getRepeater, removeValue, setValue, setValuegetType, getValue, getValue, getValueOfType, getValueOfType, hasValue, isMultiplecopyTo, getDataNamesequals, getId, getName, getParent, getParentPath, getPath, hashCodetoSAX, toSAXdataToSAX, dataToSAX, dataToSAX, dataToSAXneedsSave, rename, revertChanges, saveChangesremovecanMoveTo, moveTo, orderBeforevoid 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
ZoneItemgetServiceParameters in interface ZoneItemAmetysRepositoryException - if an error occurs.