Class ThemeData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<ThemeDTO>
-
- org.cyclos.model.contentmanagement.themes.ThemeData
-
- All Implemented Interfaces:
Serializable
public class ThemeData extends EntityData<ThemeDTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,ThemeData>ADVANCED_CONTENTstatic StringCLASS_NAMEstatic ListProperty<ConfigurationVO,ThemeData>CONFIGURATIONSstatic BasicProperty<String,ThemeData>CSSstatic ListProperty<ThemeImageVO,ThemeData>CUSTOM_IMAGESstatic ListProperty<ConfigurationVO,ThemeData>GUEST_CONFIGURATIONSstatic ListProperty<ThemeImageVO,ThemeData>IMAGESstatic ListProperty<ConfigurationVO,ThemeData>USER_CONFIGURATIONS-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetAdvancedContent()List<ConfigurationVO>getConfigurations()StringgetCss()List<ThemeImageVO>getCustomImages()List<ConfigurationVO>getGuestConfigurations()List<ThemeImageVO>getImages()List<ConfigurationVO>getUserConfigurations()voidsetAdvancedContent(String advancedContent)voidsetConfigurations(List<ConfigurationVO> configurations)voidsetCss(String css)voidsetCustomImages(List<ThemeImageVO> customImages)voidsetGuestConfigurations(List<ConfigurationVO> guestConfigurations)voidsetImages(List<ThemeImageVO> images)voidsetUserConfigurations(List<ConfigurationVO> userConfigurations)-
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
-
ADVANCED_CONTENT
public static final BasicProperty<String,ThemeData> ADVANCED_CONTENT
-
CONFIGURATIONS
public static final ListProperty<ConfigurationVO,ThemeData> CONFIGURATIONS
-
CSS
public static final BasicProperty<String,ThemeData> CSS
-
CUSTOM_IMAGES
public static final ListProperty<ThemeImageVO,ThemeData> CUSTOM_IMAGES
-
GUEST_CONFIGURATIONS
public static final ListProperty<ConfigurationVO,ThemeData> GUEST_CONFIGURATIONS
-
IMAGES
public static final ListProperty<ThemeImageVO,ThemeData> IMAGES
-
USER_CONFIGURATIONS
public static final ListProperty<ConfigurationVO,ThemeData> USER_CONFIGURATIONS
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<ThemeDTO>
-
getAdvancedContent
public String getAdvancedContent()
-
setAdvancedContent
public void setAdvancedContent(String advancedContent)
-
getConfigurations
public List<ConfigurationVO> getConfigurations()
-
setConfigurations
public void setConfigurations(List<ConfigurationVO> configurations)
-
getCss
public String getCss()
-
setCss
public void setCss(String css)
-
getCustomImages
public List<ThemeImageVO> getCustomImages()
-
setCustomImages
public void setCustomImages(List<ThemeImageVO> customImages)
-
getGuestConfigurations
public List<ConfigurationVO> getGuestConfigurations()
-
setGuestConfigurations
public void setGuestConfigurations(List<ConfigurationVO> guestConfigurations)
-
getImages
public List<ThemeImageVO> getImages()
-
setImages
public void setImages(List<ThemeImageVO> images)
-
getUserConfigurations
public List<ConfigurationVO> getUserConfigurations()
-
setUserConfigurations
public void setUserConfigurations(List<ConfigurationVO> userConfigurations)
-
-