Class DynamicDocumentData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<DocumentDTO>
-
- org.cyclos.model.contentmanagement.documents.DocumentData
-
- org.cyclos.model.contentmanagement.documents.SharedDocumentData
-
- org.cyclos.model.contentmanagement.documents.DynamicDocumentData
-
- All Implemented Interfaces:
Serializable,HasContentData
public class DynamicDocumentData extends SharedDocumentData implements HasContentData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<CustomScriptVO,DynamicDocumentData>CONTENT_SCRIPTSstatic ListProperty<CustomFieldVO,DynamicDocumentData>FORM_FIELDSstatic ListProperty<ParameterVO,DynamicDocumentData>PARAMETERS-
Fields inherited from class org.cyclos.model.contentmanagement.documents.SharedDocumentData
CATEGORIES, FILE
-
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 DynamicDocumentData()DynamicDocumentData(Property<T,? super DynamicDocumentData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<CustomScriptVO>getContentScripts()List<CustomFieldVO>getFormFields()List<ParameterVO>getParameters()voidsetContentScripts(List<CustomScriptVO> contentScripts)voidsetFormFields(List<CustomFieldVO> formFields)voidsetParameters(List<ParameterVO> parameters)-
Methods inherited from class org.cyclos.model.contentmanagement.documents.SharedDocumentData
getCategories, getFile, setCategories, setFile
-
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
-
CONTENT_SCRIPTS
public static final ListProperty<CustomScriptVO,DynamicDocumentData> CONTENT_SCRIPTS
-
FORM_FIELDS
public static final ListProperty<CustomFieldVO,DynamicDocumentData> FORM_FIELDS
-
PARAMETERS
public static final ListProperty<ParameterVO,DynamicDocumentData> PARAMETERS
-
-
Constructor Detail
-
DynamicDocumentData
public DynamicDocumentData()
-
DynamicDocumentData
public DynamicDocumentData(Property<T,? super DynamicDocumentData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSharedDocumentData
-
getContentScripts
public List<CustomScriptVO> getContentScripts()
- Specified by:
getContentScriptsin interfaceHasContentData
-
setContentScripts
public void setContentScripts(List<CustomScriptVO> contentScripts)
- Specified by:
setContentScriptsin interfaceHasContentData
-
getFormFields
public List<CustomFieldVO> getFormFields()
-
setFormFields
public void setFormFields(List<CustomFieldVO> formFields)
-
getParameters
public List<ParameterVO> getParameters()
- Specified by:
getParametersin interfaceHasContentData
-
setParameters
public void setParameters(List<ParameterVO> parameters)
- Specified by:
setParametersin interfaceHasContentData
-
className
public String className()
- Overrides:
classNamein classSharedDocumentData
-
-