public class BasicInitializationWithContentData extends BasicInitializationData
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Integer,BasicInitializationWithContentData> |
BANNER_ROTATE_SECONDS |
static ListProperty<BannerDetailedVO,BasicInitializationWithContentData> |
BANNERS |
static Property<FooterContentDTO,BasicInitializationWithContentData> |
FOOTER_CONTENT |
static Property<HeaderContentDTO,BasicInitializationWithContentData> |
HEADER_CONTENT |
static Property<java.lang.Integer,BasicInitializationWithContentData> |
MAX_LEFT_BANNERS |
static Property<java.lang.Integer,BasicInitializationWithContentData> |
MAX_RIGHT_BANNERS |
APPLICATION_DESCRIPTION, APPLICATION_NAME, APPLICATION_VERSION, BUILTIN_LANGUAGE, CONFIGURATION_ID, LANGUAGE_ID, LANGUAGE_LAST_MODIFIED, MAX_UPLOAD_SIZE, MOBILE_THEME_ID, MOBILE_THEME_LAST_MODIFIED, THEME_ID, THEME_LAST_MODIFIED| Constructor and Description |
|---|
BasicInitializationWithContentData() |
BasicInitializationWithContentData(Property<T,? super BasicInitializationWithContentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.Integer |
getBannerRotateSeconds() |
java.util.List<BannerDetailedVO> |
getBanners() |
FooterContentDTO |
getFooterContent() |
HeaderContentDTO |
getHeaderContent() |
java.lang.Integer |
getMaxLeftBanners() |
java.lang.Integer |
getMaxRightBanners() |
void |
setBannerRotateSeconds(java.lang.Integer bannerRotateSeconds) |
void |
setBanners(java.util.List<BannerDetailedVO> banners) |
void |
setFooterContent(FooterContentDTO footerContent) |
void |
setHeaderContent(HeaderContentDTO headerContent) |
void |
setMaxLeftBanners(java.lang.Integer maxLeftBanners) |
void |
setMaxRightBanners(java.lang.Integer maxRightBanners) |
getApplicationDescription, getApplicationName, getApplicationVersion, getBuiltinLanguage, getConfigurationId, getLanguageId, getLanguageLastModified, getMaxUploadSize, getMobileThemeId, getMobileThemeLastModified, getThemeId, getThemeLastModified, setApplicationDescription, setApplicationName, setApplicationVersion, setBuiltinLanguage, setConfigurationId, setLanguageId, setLanguageLastModified, setMaxUploadSize, setMobileThemeId, setMobileThemeLastModified, setThemeId, setThemeLastModifiedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Integer,BasicInitializationWithContentData> BANNER_ROTATE_SECONDS
public static final ListProperty<BannerDetailedVO,BasicInitializationWithContentData> BANNERS
public static final Property<FooterContentDTO,BasicInitializationWithContentData> FOOTER_CONTENT
public static final Property<HeaderContentDTO,BasicInitializationWithContentData> HEADER_CONTENT
public static final Property<java.lang.Integer,BasicInitializationWithContentData> MAX_LEFT_BANNERS
public static final Property<java.lang.Integer,BasicInitializationWithContentData> MAX_RIGHT_BANNERS
public BasicInitializationWithContentData()
public BasicInitializationWithContentData(Property<T,? super BasicInitializationWithContentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicInitializationDataprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class BasicInitializationDatapublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class BasicInitializationDatapublic java.lang.Integer getBannerRotateSeconds()
public java.util.List<BannerDetailedVO> getBanners()
public FooterContentDTO getFooterContent()
public HeaderContentDTO getHeaderContent()
public java.lang.Integer getMaxLeftBanners()
public java.lang.Integer getMaxRightBanners()
public void setBannerRotateSeconds(java.lang.Integer bannerRotateSeconds)
public void setBanners(java.util.List<BannerDetailedVO> banners)
public void setFooterContent(FooterContentDTO footerContent)
public void setHeaderContent(HeaderContentDTO headerContent)
public void setMaxLeftBanners(java.lang.Integer maxLeftBanners)
public void setMaxRightBanners(java.lang.Integer maxRightBanners)