Class MenuEntryData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<MenuEntryDTO>
-
- org.cyclos.model.contentmanagement.contentitems.MenuEntryData
-
- All Implemented Interfaces:
Serializable,HasContentData
public class MenuEntryData extends EntityData<MenuEntryDTO> implements HasContentData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,MenuEntryData>CLASSIC_URL_TEMPLATEstatic ListProperty<CustomScriptVO,MenuEntryData>CONTENT_SCRIPTSstatic ListProperty<CustomOperationVO,MenuEntryData>CUSTOM_OPERATIONSstatic ListProperty<MenuEntryVO,MenuEntryData>GROUPSstatic BasicProperty<String,MenuEntryData>NEW_URL_TEMPLATEstatic ListProperty<ParameterVO,MenuEntryData>PARAMETERSstatic ListProperty<CustomWizardVO,MenuEntryData>WIZARDS-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description MenuEntryData()MenuEntryData(Property<T,? super MenuEntryData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetClassicUrlTemplate()List<CustomScriptVO>getContentScripts()List<CustomOperationVO>getCustomOperations()List<MenuEntryVO>getGroups()StringgetNewUrlTemplate()List<ParameterVO>getParameters()List<CustomWizardVO>getWizards()voidsetClassicUrlTemplate(String classicUrlTemplate)voidsetContentScripts(List<CustomScriptVO> contentScripts)voidsetCustomOperations(List<CustomOperationVO> customOperations)voidsetGroups(List<MenuEntryVO> groups)voidsetNewUrlTemplate(String newUrlTemplate)voidsetParameters(List<ParameterVO> parameters)voidsetWizards(List<CustomWizardVO> wizards)-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CLASSIC_URL_TEMPLATE
public static final BasicProperty<String,MenuEntryData> CLASSIC_URL_TEMPLATE
-
CONTENT_SCRIPTS
public static final ListProperty<CustomScriptVO,MenuEntryData> CONTENT_SCRIPTS
-
CUSTOM_OPERATIONS
public static final ListProperty<CustomOperationVO,MenuEntryData> CUSTOM_OPERATIONS
-
GROUPS
public static final ListProperty<MenuEntryVO,MenuEntryData> GROUPS
-
NEW_URL_TEMPLATE
public static final BasicProperty<String,MenuEntryData> NEW_URL_TEMPLATE
-
PARAMETERS
public static final ListProperty<ParameterVO,MenuEntryData> PARAMETERS
-
WIZARDS
public static final ListProperty<CustomWizardVO,MenuEntryData> WIZARDS
-
-
Constructor Detail
-
MenuEntryData
public MenuEntryData()
-
MenuEntryData
public MenuEntryData(Property<T,? super MenuEntryData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<MenuEntryDTO>
-
getClassicUrlTemplate
public String getClassicUrlTemplate()
-
setClassicUrlTemplate
public void setClassicUrlTemplate(String classicUrlTemplate)
-
getContentScripts
public List<CustomScriptVO> getContentScripts()
- Specified by:
getContentScriptsin interfaceHasContentData
-
setContentScripts
public void setContentScripts(List<CustomScriptVO> contentScripts)
- Specified by:
setContentScriptsin interfaceHasContentData
-
getCustomOperations
public List<CustomOperationVO> getCustomOperations()
-
setCustomOperations
public void setCustomOperations(List<CustomOperationVO> customOperations)
-
getGroups
public List<MenuEntryVO> getGroups()
-
setGroups
public void setGroups(List<MenuEntryVO> groups)
-
getNewUrlTemplate
public String getNewUrlTemplate()
-
setNewUrlTemplate
public void setNewUrlTemplate(String newUrlTemplate)
-
getParameters
public List<ParameterVO> getParameters()
- Specified by:
getParametersin interfaceHasContentData
-
setParameters
public void setParameters(List<ParameterVO> parameters)
- Specified by:
setParametersin interfaceHasContentData
-
getWizards
public List<CustomWizardVO> getWizards()
-
setWizards
public void setWizards(List<CustomWizardVO> wizards)
-
-